Wojciech Rewers - Sep 15 2003
hello everybody,
could anyone tell me why there is no fir function to
filter just one float sample at a time in any of ti's
libraries?
I have an algorithm... 
apap...@optonline.net - Dec 9 2005
Without seeing your code I cannot know for sure, but I had a similar issue and after looking through teir code realized that the 64x dsplib Fir function uses the input vector fo... 
Damien Piguet - Feb 3 2004
Hello,
Does one of you have a source code example that would help me to
implement an FIR filter in lattice form in C?
I did it for the IIR all-poles case, b... 
jakobashtar - May 20 2005
Hello everybody
I have implemented a FIR filter in assembler code. I want to do a
reliable clock cycle count for the FIR filter. I have placed
breakpoints in the begi... 
Sven Jaborek - Jun 23 2006
Hi all,
i implemented the fir filter from TI's dsplib into my project and the
performance is really good. But now i have a problem with the result of
that filters, i use them ... 
SVS - Jan 9 2007
Hi,
I am new to filter design. I would like to design FIR Band Pass filters with lower cutoff frequency 0.1Hz and upper cutoff frequency 5Hz (sampling frequency is 12800Hz). I... 
Tiago Leonardo Broilo - Dec 11 2006
Hello,
Does one of you have a source code example that would help me to implement an FIR filter in lattice form in C?
I am with some problems of implementation of the filter.
... 
David Ross - Oct 25 2003
Hi there,
I am new to using the C6711 dsp board. I am looking for some simple examples
of FIR and IIR filters which have been coded in Assembly or C using code ... 
jakobashtar - May 24 2005
Hello experts :o)
I am going to implement a 10th order real time FIR-filter on a C6711
DSK. I was wondering if you guys could give me some advice on how I
should impl... 
Jeff Brower - Dec 27 2006
Wajahat-
> HI EVEYONE.I am trying to implement iir filter on c6713.MY Signal has a bandwidth of 150hz.The minimum sampling rate
> of c6713 is 8khz.I need to sample at 1khz.Th... 
Markos Nikolaos - Oct 16 2006
Hi everyone,
I'm at the stage were I need to perform optimization (DSK6713).
on a block FIR filter routine and am thinking of taking advantage
of the circular buffer AMR regis... 
manish marwaha - Jun 18 2002
greetings all!!!
anyone worked on some FIR LPF using TMS 320C6x?
one problem too..
when i try executing floating point code on the Code Composer Studio v... 
vbehravan - May 8 2004
have anybody .asm code for "fir filtering"(for DSP C6713)? I want this filter
to get one float number and then its output be one float number.(I don't want
block_fi... 
emeccarelli - Jan 23 2003
Hi all,
I'm looking for documentation, or better C source code, about
implementation of Polyphase FIR filter on Ti C6x family.
I know this is a fast technique use... 
nadbret - Jul 24 2003
Hello,
I use the C6711DSK and the PCM3003 audiocard.
I want to do a FIR filter with a sampling frequency=48 Khz.
I use an hardware interrupt each time the seri... 
stijn - Nov 17 2002
hi!
i'm doing a thesis with the C6711 and the ADC_EVM (with the TLC3578); slight
problem is i don't know much about C nor about filtering, and i need them both..
... 
seamusshovel - Mar 6 2002
I am doing a thesis on Active noise control using the C6701. The
first step of the project is to take TI's audio.c example code,
implement an FIR filter and then li... 
nino...@yahoo.it - Apr 24 2006
Hi all,
I'm completing my thesis working with a TMS320C6713DSK and
studying from Chassaing's book. I'm filtering 3 magnetic field
sensors signals (x-y-z) with a 100-taps FIR ... 
akhifra - Jul 14 2003
Hello,
I am trying to interface the TMS320C6711 DSK to the THS10082
daughtercard through CCS's "data converter support" utility. I have
written a basic FIR filter... 
Abhi Saha - May 18 2007
Dear All,
I am working with C6711. when i was trying to modify the problem of FIR filter design from the book of Chassing by changing the filter coefficient which i... 
Fahim Sheikh - Aug 23 2003
hi all,
i am using the assembly routine for FIR filtering "FIRcasmfunc(example with CCS2.0 DSK 6711). My aim is to GMSK filter the incoming (through codec) bit... 
Wojciech Rewers - Sep 17 2003
Two days ago I issued a question here about
sample-by-sample FIR implementation...
J G referenced me to this place:
http://www.integrated-dsp.com/software/c6... 
Glidden Martin - Apr 21 2005
Hi,
I'm trying to implement a FIR filter on a TI C6713 board to filter an
input music signal but all I get is static. If I quantize the sum I can here
some music so t... 
hank...@in.waw.pl - Nov 28 2005
I'm supposed to write an efficient C-code for DSK6713 to perform FIR filtering.
As for now I've found this:
int filter(int x) {
int sum,i;
sum = 0;
hist[0] = x;... 
waji...@hotmail.com - Feb 19 2007
Hi I am new to dsp programming .I am using rulph chasssaing’s book for filter implementation.In his book he scales filter coefficients and output with 2^15.
Can anybody explain m... 
Sven - Jun 14 2007
Am Mittwoch, den 13.06.2007, 17:37 +0000 schrieb pn2500:
> Hi all,
>
> I am new to the group and have a question that has been puzzling me
> for
> a while:
>
> I d... 
Jeff Brower - Jun 19 2007
Mursel-
>
> I have been using C6713 DSK. My question is; Is there antialiasing filter in front
> of AIC23 codec of DSK. If yes, can bypass (omit, cancel) it?
>
> In other... 
david olave - Jun 20 2005
Hi, I am implementing a fir filter in the DM642 for an NTSC video stream. I am using the DSP_fir_gen filter function in order to run it. For the test, I am using a sin ... 
t_rex_63 - Mar 5 2002
Does anyone have an assembly program skeleton that initializes the
hardware for audio input/output to the DSK? I just want to demonstrate
various simple FIR & IIR f... 
Wojciech Rewers - Apr 1 2004
--- Henrry Andrian <> wrote:
> LDW .D1T1 *A1,A2
> NOP 4
> Above instruction will load 32 bit data which point
> by A1 into A2
> with four NOP which mean... 
dvs_srinivas82 - Nov 17 2005
hello everyone,
i am beginner in DSP TI C6701 processor.i am doing coding for
FIR filter.
what i would like to know is "How to interface the available code with
... 
byakugan02 - Apr 1 2005
Hi,
I'm using a FIR FILTER to filter an analogic signal (input=analogic
signal --> music/output=signal filtered).
I can put the number of coefficient that ... 
cauer2003 - Jul 17 2003
i have a classic program DSP/BIOS for a FIR TMS320C6711
when i start the graph execution ou load graph CPU
i have the big problem he doesnt start.
for that he wor... 
nabin181 - Nov 16 2004
Hi,
I am trying to implement fir filter using convolution. As I am new
to DSP field, I am facing problem opening input signal
file "xyz.dat" and then aft... 
Vetter, Kurt - Jun 13 2003
My requirement is to in the end deliver FFT's at 1Hz resolution. I
have a functional system using the TI radix-4 assembly FFT and TI
C6701. My sample rate is 7.6MHz... 
Dhruba Roy - Oct 21 2005
Hello,
I bought the above book from Amazon.com (electronic version).
Unfortunately, it did not come with the CDROM example files. I also bought
C6416 DSK and now I want... 
Sven Jaborek - Jun 18 2006
Hi All!
i use fir filter from the ti dsplib with CCS 2.x. I rebuild it for my
version of CCS allready.
The filter works fine if i place input and output buffer in iram and t... 
Andrew Elder - Dec 13 2005
All,
I wonder if anyone has real-world performance comments on the C6727 ?
Is it MUCH faster than the 6713 ?
Do the extra 32 registers allow the compiler to "go t... 
adit...@gmail.com - Sep 7 2005
hi
i a implementing a fixed point adaptive FIR realtime filter on a 6713 DSK. I take in the input from the codec and store it in a buffer of datatype short. The word length fr... 