Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Ads

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | IIR quantization

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.


IIR quantization - Andrew Xiang - 2003-08-11 16:51:00

In the matlab filter design filter box, when I click the Quantization
button after design a IIR, the freq response seems very different. I
cannot find the place where you can configure how many bits for the
system?

Where do you specifiy that you are using a 16bit or 32bit system?

thanks
Andrew
______________________________
DSPRelated.com's 50,000th member announced! Details Here.

Re: IIR quantization - Bernhard Holzmayer - 2003-08-12 03:41:00



Andrew Xiang wrote:

> In the matlab filter design filter box, when I click the
> Quantization button after design a IIR, the freq response seems
> very different. I cannot find the place where you can configure
> how many bits for the system?
> 
> Where do you specifiy that you are using a 16bit or 32bit system?
> 
> thanks
> Andrew

Hi Andrew,

1) read the doc: "Working with Quantizers" in the Filter Design Tool 
Box Section of the Matlab Help. It will tell you all about it.
You should not only read it, but you should even have a profound 
understanding how quantizers work and influence the result if you 
use them.
"A Quick Guide to Quanized Filters Properties" (also a section in 
the Matlab help) will lead you directly to what you search.

2)  If you call "fdatool" in a command window, the 
"Filter Design & Analysis Tool" opens. 
Hold your mouse over the icons on the toolbar, and their meaning 
will appear. One is named: "Set Quantization Parameters".
If you activate "Turn quantization on", you see all quantization 
parameters which you can set/modify.

HTH,
Bernhard

-- 
before sending to the above email-address:
replace deadspam.com by foerstergroup.de
______________________________
DSPRelated.com's 50,000th member announced! Details Here.

Re: IIR quantization - 2003-08-14 15:43:00

a...@yahoo.com (Andrew Xiang) writes:

> In the matlab filter design filter box, when I click the Quantization
> button after design a IIR, the freq response seems very different. I
> cannot find the place where you can configure how many bits for the
> system?
> 
> Where do you specifiy that you are using a 16bit or 32bit system?

If you are making an IIR filter for fixed point math, I *strongly*
suggest using a lattice implementation.

-- 
Johan KULLSTAM <k...@comcast.net> sysengr
______________________________
DSPRelated.com's 50,000th member announced! Details Here.

Re: IIR quantization - Vladimir Vassilevsky - 2003-08-15 08:52:00


Johan Kullstam wrote:
> 
> If you are making an IIR filter for fixed point math, I *strongly*
> suggest using a lattice implementation.
> 

It depends. Lattice structure has generally larger quantization noise
artifacts then cascaded direct form biquads.

Vladimir Vassilevsky, Ph.D.

DSP and Mixed Signal Design Consultant

http://www.abvolt.com
______________________________
DSPRelated.com's 50,000th member announced! Details Here.