How to design digital ajustable FIR filter?

Status
Not open for further replies.

Raidum226

Junior Member level 1
Joined
Apr 1, 2005
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,402
How to design a digital FIR filter with cutoff frequency range from 4MHz to 6MHz? And we don't have any multiplier, we just have some adders.

If we just need a FIR filter with cutoff frequency = 4MHz, and sampling frequency = 20MHz. We can use Matlab to generate the FIR filter coefficient. Last, we can use adders to implement this filter.(or multiply a number by a const).

But If we need a FIR filter with cutoff frequency range from 4MHz to 6MHz, how to inplment it without using multipliers.(just use const. multipliers)

Any possobility?
 

Hi,
1. The easiest solution (however expensive) is to design many filters and choose one of them depending on the bandwidth.

1a. If you are using an FPGA, there is no wastage of resources so you may load 6MHz filter instead of 4MHz filter

2. Try to find a cascaded filter structure and you may use only the required number of stages.

hope this helps,
brmadhukar
 

Where can I get the information of cascade FIR filter?
Is a cascade FIR filter cost very much?

BR,
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…