Re: Infinite-Precision Dgital Filters




Andor wrote:
Jani Huhtanen wrote:

...
http://ieeexplore.ieee.org/xpls/abs_all.jsp?tp=&arnumber=1205815&isnumber=27140


Heh, funny. They seem to refer to coefficients represented with floating
point numbers as "infinite-precision". From the paper:
"The infinite-precision filter, h(n), is generated by the
raised cosine FIR filter design program provided by the
MATLAB ?firrcos? function.".

As far as I know, Matlab isn't really that good ;)

@Andor:
Pseudo floating-point is their representation for quantized numbers. They
encode a value in two parts: shift (exponent) and span (mantissa).

Now all the need is a sign bit, and they can drop the pseudo prefix.
Guess I gave them too much credit in my first post. Sad.


My first questoin is:

are they refering to infinite precision of the DATA or infinite
precision of the COEFFICIENTS of the filter?

I thought that the correct application of dither gives you infinite
precision of the DATA, at least thats what we have been telling the
audio guys....:-)

It appears the paper is refering to infinte precision of the
coefficients? Correct?

Mark

.



Relevant Pages

  • Re: Why fixed point ?
    ... by using power of two scaling factor, preserving precision. ... like filter them with an FIR filter. ... But maybe I can scale filter coefficient in a way preserving precision ... coefficients, the more to the left of the accumulator you must grab ...
    (comp.dsp)
  • Low frequency IIR-BPF filter -- Help!!
    ... butterworth BPF using Matlab (butter + filter functions), ... types for the coefficients on the PIC32 micro, but all I get is junk. ... it goes out of range and crazy.. ... I guess that this is a wordlength / precision issue (because the ...
    (comp.dsp)
  • Re: Infinite-Precision Dgital Filters
    ... "The infinite-precision filter, h, is generated by the ... are they refering to infinite precision of the DATA or infinite ... precision of the COEFFICIENTS of the filter? ...
    (comp.dsp)
  • Matlab, how do I extract all the digits of a floating point number?
    ... I designed a filter, but the coefficients has 15 fractional digits only. ... need more precision out of the ...
    (comp.soft-sys.matlab)
  • Re: Downsampling Is 88.2 really better than 96 when going to 44.1
    ... finite precision arithmetic. ... Chris, I worked next door, with Kalman filtering and smoothing, but always ... and it turns out to be a sequence of numbers that require an infinite number ... N is a small number of filter taps. ...
    (rec.audio.pro)