i want to know quantize level.

  • Follow


clear all;
close all;
N=20;

b=[1 -exp(j*2*pi*12/N)];
a=[1 -2*cos(2*pi*12/N) 1];
Hq = dfilt.df2(b, a);
Hq.arithmetic = 'fixed';
zplane(Hq,'off');

Above code is implementing discrete time direct form 2 filter.
After running code figure show pole zero plot of reference pole & zero and quantized 
pole & zero.
I want to know quantized level of pole and zero and how to control level of quantizing above implementation.
0
Reply se 4/26/2010 2:27:04 AM


0 Replies
303 Views

(page loaded in 0.001 seconds)

Similiar Articles:













7/25/2012 7:24:17 PM


Reply: