Reply by Jerry Avins May 27, 20082008-05-27
faz wrote:
> Hai all, > > I am searching for a tool other than FDA matlab to give me FIR low > pass filter coefficients for canonic structure with any one method > like window,remez algo etc...I already tried scopeFIR,WinDFplus,FIR > tool..pls suggest the dsp tool where i can get the filter > coefficients??pls specify links if any..
What's your problem getting the coefficients with those tools? Google will show you others. Jerry -- Engineering is the art of making what you want from things you can get. �����������������������������������������������������������������������
Reply by faz May 27, 20082008-05-27
On May 27, 2:02&#4294967295;am, tony kirke <tki...@gmail.com> wrote:
> On May 26, 3:29 am, faz <fazulu.v...@gmail.com> wrote: > > > > > On May 26, 12:18 pm, "bharat pathak" <bha...@arithos.com> wrote: > > > > >Hai, > > > > >My filter structure is direct form...not direct form transpose > > > >structure...I am looking for a tool which can generate coefficients .. > > > > >regards, > > > >faz > > > > Matlab or octave will generate filter coefficients. use the firpmord > > > and firpm function in matlab. this will generate coefficients which > > > u can use for either "direct form" or "transpose form". > > > > In case if u cannot still do it, send us a mail at bharat at arithos dot > > > com and we can help u with the code for a small amount. > > > > Regards > > > Bharat Pathak > > > > Arithos Designswww.Arithos.com > > > > DSP Design Consultancy and Training company. > > > Hai, > > > any idea of other inexpensive automatic fir design &#4294967295;tools which can > > generate filter coefficients for non-symmetric direct form low pass > > FIR filter??? > > > regards, > > faz > > Why non-symmetric? Are you looking for a minimum phase filter? Or a > FIR version of an IIR filter?
hai, I am not looking for a optimized implementation of FIR filter like symmetric (even or odd) which result in linear phase(which halves the number of multiplier at the cost of more adders).But i am looking for non-symmetric FIR filter which has M-multipliers and M-1 adders. pls suggest coefficients generation for this.. regards, faz
Reply by tony kirke May 26, 20082008-05-26
On May 26, 3:29 am, faz <fazulu.v...@gmail.com> wrote:
> On May 26, 12:18 pm, "bharat pathak" <bha...@arithos.com> wrote: > > > > > >Hai, > > > >My filter structure is direct form...not direct form transpose > > >structure...I am looking for a tool which can generate coefficients .. > > > >regards, > > >faz > > > Matlab or octave will generate filter coefficients. use the firpmord > > and firpm function in matlab. this will generate coefficients which > > u can use for either "direct form" or "transpose form". > > > In case if u cannot still do it, send us a mail at bharat at arithos dot > > com and we can help u with the code for a small amount. > > > Regards > > Bharat Pathak > > > Arithos Designswww.Arithos.com > > > DSP Design Consultancy and Training company. > > Hai, > > any idea of other inexpensive automatic fir design tools which can > generate filter coefficients for non-symmetric direct form low pass > FIR filter??? > > regards, > faz
Why non-symmetric? Are you looking for a minimum phase filter? Or a FIR version of an IIR filter?
Reply by Rick Lyons May 26, 20082008-05-26
On Mon, 26 May 2008 19:19:45 +0300, "Kari Pesonen"
<Kari.Pesonen@rem.welho.com> wrote:

> >"Rick Lyons" <R.Lyons@_BOGUS_ieee.org> wrote in message >news:ecsj341b6enbhvchjcjmadgouu2hjt5bqd@4ax.com... >> On Sun, 25 May 2008 06:36:37 -0700 (PDT), faz <fazulu.vlsi@gmail.com> >> wrote: >> >>>Hai all, >>> >>>I am searching for a tool other than FDA matlab to give me FIR low >>>pass filter coefficients for canonic structure with any one method >>>like window,remez algo etc...I already tried scopeFIR,WinDFplus,FIR >>>tool..pls suggest the dsp tool where i can get the filter >>>coefficients??pls specify links if any.. >>> >>>regards, >>>faz >> >> Hi, >> what do you mean by "the canonic structure" >> with regard to FIR filters? >> >> [-Rick-] >Canonical-signed-digit code (IIR-filter) structure: >For example, : >Schidt L A, Designing programmable digital filters for LSI Implementation, >Hewlet-Packard Journal September 1978 p. 15 - 23, discuss iterative >optimization of canonical filter coefficient values. The target is to >minimize >non zero bits, especially to avoid two cosecutive non zero bits. > >Kari Pesonen
Hi Kari, yes, I've heard of "canonic signed-digit" FIR filters. I was merely trying to force the original poster to be more clear. [-Rick-]
Reply by Kari Pesonen May 26, 20082008-05-26
"Rick Lyons" <R.Lyons@_BOGUS_ieee.org> wrote in message 
news:ecsj341b6enbhvchjcjmadgouu2hjt5bqd@4ax.com...
> On Sun, 25 May 2008 06:36:37 -0700 (PDT), faz <fazulu.vlsi@gmail.com> > wrote: > >>Hai all, >> >>I am searching for a tool other than FDA matlab to give me FIR low >>pass filter coefficients for canonic structure with any one method >>like window,remez algo etc...I already tried scopeFIR,WinDFplus,FIR >>tool..pls suggest the dsp tool where i can get the filter >>coefficients??pls specify links if any.. >> >>regards, >>faz > > Hi, > what do you mean by "the canonic structure" > with regard to FIR filters? > > [-Rick-]
Canonical-signed-digit code (IIR-filter) structure: For example, : Schidt L A, Designing programmable digital filters for LSI Implementation, Hewlet-Packard Journal September 1978 p. 15 - 23, discuss iterative optimization of canonical filter coefficient values. The target is to minimize non zero bits, especially to avoid two cosecutive non zero bits. Kari Pesonen
Reply by Rick Lyons May 26, 20082008-05-26
On Sun, 25 May 2008 21:04:46 -0700 (PDT), faz <fazulu.vlsi@gmail.com>
wrote:

>On May 26, 7:27&#4294967295;am, "bharat pathak" <bha...@arithos.com> wrote: >> Rick, >> >> &#4294967295; &#4294967295; I think the OP got messed up with terminology maybe >> &#4294967295; &#4294967295; he is looking for transpose form. >> >> &#4294967295; &#4294967295; or may be how to get the coefficients in >> &#4294967295; &#4294967295; "canonic sign digit" format. less number of 1's so >> &#4294967295; &#4294967295; hardware friendly multipliers. >> >> Regards >> Bharat > >Hai, > >My filter structure is direct form...not direct form transpose >structure...I am looking for a tool which can generate coefficients .. > >regards, >faz
Hi faz, I make no promises, but you might take a look at: http://www.mathtools.net/Applications_and_Industries/DSP/Filters/index.html Good Luck, [-Rick-]
Reply by faz May 26, 20082008-05-26
On May 26, 12:18&#4294967295;pm, "bharat pathak" <bha...@arithos.com> wrote:
> >Hai, > > >My filter structure is direct form...not direct form transpose > >structure...I am looking for a tool which can generate coefficients .. > > >regards, > >faz > > Matlab or octave will generate filter coefficients. use the firpmord > and firpm function in matlab. this will generate coefficients which > u can use for either "direct form" or "transpose form". > > In case if u cannot still do it, send us a mail at bharat at arithos dot > com and we can help u with the code for a small amount. > > Regards > Bharat Pathak > > Arithos Designswww.Arithos.com > > DSP Design Consultancy and Training company.
Hai, any idea of other inexpensive automatic fir design tools which can generate filter coefficients for non-symmetric direct form low pass FIR filter??? regards, faz
Reply by bharat pathak May 26, 20082008-05-26
>Hai, > >My filter structure is direct form...not direct form transpose >structure...I am looking for a tool which can generate coefficients .. > >regards, >faz
Matlab or octave will generate filter coefficients. use the firpmord and firpm function in matlab. this will generate coefficients which u can use for either "direct form" or "transpose form". In case if u cannot still do it, send us a mail at bharat at arithos dot com and we can help u with the code for a small amount. Regards Bharat Pathak Arithos Designs www.Arithos.com DSP Design Consultancy and Training company.
Reply by faz May 26, 20082008-05-26
On May 26, 7:27&#4294967295;am, "bharat pathak" <bha...@arithos.com> wrote:
> Rick, > > &#4294967295; &#4294967295; I think the OP got messed up with terminology maybe > &#4294967295; &#4294967295; he is looking for transpose form. > > &#4294967295; &#4294967295; or may be how to get the coefficients in > &#4294967295; &#4294967295; "canonic sign digit" format. less number of 1's so > &#4294967295; &#4294967295; hardware friendly multipliers. > > Regards > Bharat
Hai, My filter structure is direct form...not direct form transpose structure...I am looking for a tool which can generate coefficients .. regards, faz
Reply by bharat pathak May 25, 20082008-05-25
Rick,

    I think the OP got messed up with terminology maybe
    he is looking for transpose form.

    or may be how to get the coefficients in
    "canonic sign digit" format. less number of 1's so
    hardware friendly multipliers.

Regards
Bharat