Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

fir filter design ideas

Status
Not open for further replies.

pota1

Newbie level 3
Joined
Oct 15, 2011
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
hi , i want to do m.tech level project on fir filter..can some one please guide me with any new fir architectures and ideas.
 

The concepts behind FIR design are very well known. In reality, an FIR filter is known as an inner-product. It is so well defined that efficient methods are very well known -- CIC and half-band. Further, it isn't even difficult to turn a least-squares "reduced basis" into a filter. Several "window functions" exists for those who don't yet fully understand how basic an FIR filter is. Further, "firpm" is very good at making an FIR filter.

that said, unless you already have a good "revolutionary" idea, I'd look at how even basic window and least squares come into play. The concepts will make you at least employable.

For example, windows -- the FFT is a *explicative* poor/basic transform. It takes N points in times, and _specifies_ n points in frequency. But that doesn't mean much to anything that isn't exactly one of those "n" points. So the window function determines how much you are willing to give up -- worse performance on the few exact frequencies you specify. In return, better performance on the other frequencies.

Because "inner-product" is the same as "FIR", your will find several common methods. Even in specific applications, it isn't hard to develop an inner product (FIR filter) that works.


That said, if you are very motivated, L1 minimization is now the new L2 minimization. And if you can explain L1 vs L2 vs L_inf, You'll certainly be employable. L1 norm minimization is variants on linear programming, which isn't nearly as easy as linear systems.
Further, you can choose a subject at random, and apply L1 regularization, or L1 minimization, and write a patent. (eg, from lunch to transportation to dating to family-issues to financing to etc...)
 
  • Like
Reactions: pota1

    pota1

    Points: 2
    Helpful Answer Positive Rating
Thanks for your valuble ideas they are really helped me alot. I want to design the fir filter using vhdl also..please Give some ideas in that direction also.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top