Re: doubts in the design of FIR filter



On 29 Mai, 10:22, faz <fazulu.v...@xxxxxxxxx> wrote:
Dear all,

I have some doubts in the design of FIR filter...pls clarify

1.Can i set  the clock frequency of the FIR filter at any frequency i
want but pretty much higher than the sample rate?
  for example :Fc=3.5khz
                    Fs=8khz
         can i clock as any value >8khz say 1Mhz(considering the max
clock for target device)

This is a question on hardware, not FIR design. One does not
'set the clock frequency' of a FIR filter. One specifies the
sampling frequency of the system and works out the frequency
response from there.

If there is a restriction on the clock frequency wrt sampling
frequency, it will be determined by hardware considerations.

2.For 256 taps ..Which is the best FIR filter design method for lower
cut off frequncies say upto 100khz and for higher cut off frequency
range say from Mhz to Ghz??

The question doesn't make sense. Filters are designed in terms
of normalized frequency responses, not the number of coefficients
or frequency range.

3.Whether direct form non-symmetric filter structure can support
symmetric coefficients??whether the response computed is same as
symmetric filter structure??

Again, that's a hardware-specific question. I have no particular
knowledge about what is smart to do in hardware, but if a system
*requires* FIRs to be symmetric it will be because one wants so
save some area or memory on an IC by re-using internal data
or adders/multipliers.

There is no conceptual difference between symmetric and
non-symetric FIRs.

4.In addition to impulse test(basic test to check FIR filter
operation),step test,sine wave test.What are other test that has to be
compulsorily performed in time domain to check the proper working
filter operation before giving any arbitary input to the filter??

None in particular, that I can think of. You might want to
have a look at finite-word-length effects if you use fixed-
point arithmetics, but FIRs ought to be straightforward.

Rune
.



Relevant Pages

  • Re: FIR filtering in the Fourier domain
    ... Worse than with the OLS Fourier filtering. ... Use some program (winfilter, scopeFIR, matlab, scilab, ...) to compute the filter coefficients according to your specifications. ... FIR implementation ... to correct some problem by using a algorithm of their design, ...
    (comp.dsp)
  • Re: Hilbert transform using FFT approach
    ... If the number of taps is odd, ... >> to be true) for window based designs of Hilbert transformers. ... >> except the middle coefficient for an odd length FIR filter. ...
    (comp.dsp)
  • Re: How to design FIR filter with matematical equation?
    ... i need to make a Bandpass filter with FIR design. ... The problem is to get the value of transfer function of the FIR filter, ... algebraic rational solution to the ...
    (comp.dsp)
  • Re: Assembly optimized error
    ... I've written an assembly optimized program. ... it is fir filter. ... I know that FIR basicaly works. ... You might try filling unused memory (assuming this is some ...
    (comp.dsp)
  • Re: FIR filtering in the Fourier domain
    ... > I have used winfilter to create a FIR filter, ... FIR design ... the filter coefficients according to your specifications. ...
    (comp.dsp)

Loading