Re: Do you recognize this sound?




Don Pearce wrote:
> On 5 May 2005 01:35:27 -0700, "Herbert Blenner" <a1eah71@xxxxxxx>
> wrote:
>
>
> >
> >If your sonar is an accurate representation of the 900 Hz component
> >then I would appreciate further details on how you extracted it from
> >the other signals.
> >
> >Herbert
> >
>
> If you want to extract the signal yourself using your FFT, then it is
> quite simple. Run the FFT. Set all the values up to the 800Hz point
to
> zero. Do the same for points from 1kHz upwards. Now run the IFFT and
> you have a filtered version of the original, with just the 900Hz
> signal and a bit of noise - similar to what I posted, but without the
> extra joke effects.
>
> d
> Pearce Consulting
> http://www.pearce.uk.com

Thanks for the advice, Don.

I have tried the technique and found that transient response of the
filter to the rapid shifts of the signal dominate the output.

Herbert

.



Relevant Pages

  • Re: Oversampling and the FFT
    ... I suggested we sample just above Nyquist and perform our 1024 point FFT. ... regardless of the window function or sample rate. ... Also the phase of a sharp filter may change ... signals near the Nyquist frequency of a given sampling rate than ...
    (comp.dsp)
  • Re: Problem with fft/ifft - the thing is complex though it shouldnt
    ... you need to be VERY careful when using fft/ifft this way as a filter. ... You need to define your w correctly, understand the output of fft ... split your signals into an amplitude part, ...
    (comp.soft-sys.matlab)
  • Re: Do you recognize this sound?
    ... >>>the other signals. ... >> Pearce Consulting ... >filter to the rapid shifts of the signal dominate the output. ...
    (sci.electronics.design)
  • Re: Filtering signal with rapid changes with FFT
    ... My current filtering technique is following: I make FFT of signal, take highest peak from FFT, and cut every sample in frequency domain into 0 except highest peak. ... Basicly, what I'm trying is to make filter, which would not make any phase delay for signal, and would fit for signals with different frequencies... ... What you can do is to use FFT to find the peak of the noise and then apply a notch filter. ...
    (comp.soft-sys.matlab)
  • Re: DFT point = decimated filter output?
    ... I am struggling with some FFT interpretation. ... due to far from perfect filter) ... The best way to look at the DFT is to consider it as a projection. ... Remember that the DFT is for periodic, discrete-time signals, ...
    (comp.dsp)