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


Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | bessel filter

There are 6 messages in this thread.

You are currently looking at messages 0 to 6.


bessel filter - bngguy - 2004-04-07 19:26:00

does any body know how to determine the analog prototype of a bessel filter???

thanks
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: bessel filter - Jerry Avins - 2004-04-07 23:28:00



bngguy wrote:

> does any body know how to determine the analog prototype of a bessel filter???
> 
> thanks

Eh? Do you mean, given a digital Bessel filter (there are few reasons to
want one), how can one determine the analog prototype from which it was
derived?

Jerry
-- 
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: bessel filter - bngguy - 2004-04-08 11:50:00

hi! Jerry,
          am trying to derive a digital filter from its analog prototype... 
let me know if u have any leads....

thanks


Jerry Avins <j...@ieee.org> wrote in message news:<4074c6e9$0$1658$6...@news.rcn.com>...
> bngguy wrote:
> 
> > does any body know how to determine the analog prototype of a bessel filter???
> > 
> > thanks
> 
> Eh? Do you mean, given a digital Bessel filter (there are few reasons to
> want one), how can one determine the analog prototype from which it was
> derived?
> 
> Jerry
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: bessel filter - Jon Harris - 2004-04-08 12:55:00

Try this:
http://www.crbond.com/papers/bsf2.pdf

(found by Googling for Bessel filter).

"bngguy" <l...@yahoo.com> wrote in message
news:5...@posting.google.com...
> hi! Jerry,
>           am trying to derive a digital filter from its analog prototype...
> let me know if u have any leads....
>
> thanks
>
>
> Jerry Avins <j...@ieee.org> wrote in message
news:<4074c6e9$0$1658$6...@news.rcn.com>...
> > bngguy wrote:
> >
> > > does any body know how to determine the analog prototype of a bessel
filter???
> > >
> > > thanks
> >
> > Eh? Do you mean, given a digital Bessel filter (there are few reasons to
> > want one), how can one determine the analog prototype from which it was
> > derived?
> >
> > Jerry


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: bessel filter - Jerry Avins - 2004-04-08 15:38:00

bngguy wrote:

> hi! Jerry,
>           am trying to derive a digital filter from its analog prototype... 
> let me know if u have any leads....
> 
> thanks
> 
> 
> Jerry Avins <j...@ieee.org> wrote in message news:<4074c6e9$0$1658$6...@news.rcn.com>...
> 
>>bngguy wrote:
>>
>>
>>>does any body know how to determine the analog prototype of a bessel filter???
>>>
>>>thanks
>>
>>Eh? Do you mean, given a digital Bessel filter (there are few reasons to
>>want one), how can one determine the analog prototype from which it was
>>derived?
>>
>>Jerry

That's the other way around from what I guessed. Why do you want to do 
that? It isn't usually worth it. We use analog Bessel Filters for their 
  nearly constant group delay in the pass band, sacrificing amplitude 
response to achieve it. Symmetric FIRs have perfectly constant group 
delay and are relatively simple to design, so why compromise? When an 
FIR filter is derived from an analog Bessel prototype, the performance 
is usually disapointing. The amplitude sacrifices still mar its 
performance and its phase response is poorer than the prototypes. Unless 
this is a homework assignment or an assignment from a boss you can't 
reason with, do something more sensible.

Jerry
-- 
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: bessel filter - Jon Harris - 2004-04-08 16:07:00

"Jerry Avins" <j...@ieee.org> wrote in message
news:4075aa41$0$1650$6...@news.rcn.com...
> bngguy wrote:
>
> > hi! Jerry,
> >           am trying to derive a digital filter from its analog prototype...
> > let me know if u have any leads....
> >
> > thanks
> >
> >
> > Jerry Avins <j...@ieee.org> wrote in message
news:<4074c6e9$0$1658$6...@news.rcn.com>...
> >
> >>bngguy wrote:
> >>
> >>
> >>>does any body know how to determine the analog prototype of a bessel
filter???
> >>>
> >>>thanks
> >>
> >>Eh? Do you mean, given a digital Bessel filter (there are few reasons to
> >>want one), how can one determine the analog prototype from which it was
> >>derived?
> >>
> >>Jerry
>
> That's the other way around from what I guessed. Why do you want to do
> that? It isn't usually worth it. We use analog Bessel Filters for their
>   nearly constant group delay in the pass band, sacrificing amplitude
> response to achieve it. Symmetric FIRs have perfectly constant group
> delay and are relatively simple to design, so why compromise? When an
> FIR filter is derived from an analog Bessel prototype, the performance
  ^^^ (did you mean IIR?)
> is usually disapointing. The amplitude sacrifices still mar its
> performance and its phase response is poorer than the prototypes. Unless
> this is a homework assignment or an assignment from a boss you can't
> reason with, do something more sensible.

As noted above, usually, you only design IIR filters from analog prototypes, not
FIR.  If the OP is constrained to using an IIR (e.g. by available processing
power, need to adjust on the fly, etc.) but still wants "good" phase properties,
then an IIR Bessel filter designed from an analog prototype might be the answer.

I have also heard that the digital version loses some of the desirable
phase/group delay characteristics of the analog prototype, but I believe it's
still better than e.g. Butterworth in that respect.


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.