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.

How to pass right coefficients to Digital Filter Design Toolbox in MatLab?

Status
Not open for further replies.

Tar81

Newbie level 1
Joined
Jul 22, 2013
Messages
0
Helped
0
Reputation
0
Reaction score
0
Trophy points
0
Activity points
0
Hi everybody,

I have a problem related to importing coefficients in Digital Filter Design toolbox in MatLab. I wrote an m-file, which allows to find bandpass FIR filter coefficients h(t). When I perform FFT of h(t) in this m-file, I find the frequency response of this filter. But when I pass these coefficients to Digital Filter Design toolbox, the result is different. I found that the toolbox uses freqz function (it performs z-transform, if I understand it right, not FFT). Can I do something, for example multiply h(t) by some function in the m-file, then pass it to toolbox so that the result was the same as fft? In other words, how can I change the function that the zeros lied exactly on the unit circle so that z-transform was the same as the Fourier transform?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top