Megha-
Please post these questions to MATLAB group (m...@yahoogroups.com).
They can help you figure out why your MATLAB code below is not yet
working.
-Jeff
> I did no...
Megha-
> wont the scaling of coefficients effect the filter response?
Scaling all coefficients changes the overall filter gain, but the not the shape of
the frequency respons...
Megha-
> Are you saying that I should divide all my coefficients by max coeff (2.0085) in
> this case
Yes.
> and provide first 3 as "b" and last 2 as "a"?
That I don't ...
Megha-
> Thanks for the reply. But I guess I need the format in Q15 to use it in the command
> iircas51. Even if I convert it to Q13, it wont work.
> Can you suggest a method...
hi everyone
I am working on IIR filter designing. I am gonna use the function iircas51. I am designing the filter using matlab and I have a question regarding converion of filter ...
Megha-
> I had a query in Q format. I am using iircas51 for IIR filter. In that
> the coefficient data type should be DATA thats defined as short. So my
> query is its not ...
Hello people!
I´m looking some discussions about IIR filter coefficients and some others. Only by curiosity, how do you are transfering the data from matlab to DSP? Cause I´m us...
Dear Jeff
Thanks. Thight might help. i will read and follow that.
I had one question. In functions like butter (for filters) we declare a variable Wn (the cut off frequency)....
Megha-
> I had one question. In functions like butter (for filters) we declare a variable Wn
> (the cut off frequency). ex: [B,A] = BUTTER(N,Wn). In this Wn value is between ...