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

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | Filtering out pink & white noise

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.


Filtering out pink & white noise - Francois Maillet - 2006-01-19 21:35:00

Hi,

I'm trying to filter out heavy white and pink noise in a wav file to figure 
out the frequency of a repeating piano note.

I'm kind of a noob. I'm working with Matlab and I'm just not to sure what 
kind of filter I should use...


If anyone could give me any brief ideas I'd greatly apreciate it.


Thanks in advance,

Frank 


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

Re: Filtering out pink & white noise - Mark - 2006-01-20 10:31:00



Francois Maillet wrote:
> Hi,
>
> I'm trying to filter out heavy white and pink noise in a wav file to figure
> out the frequency of a repeating piano note.
>
> I'm kind of a noob. I'm working with Matlab and I'm just not to sure what
> kind of filter I should use...
>
>
> If anyone could give me any brief ideas I'd greatly apreciate it.
>
>
> Thanks in advance,
>
> Frank

a narrow band bandpass filter... but you have to know or guess what the
answer is....

put the filter on the frequency where you think the tone is..... if you
have no idea where the tone is then you need to slowly sweep the narrow
filter until you find the tone...so it helps if you have an a priori
idea of where to look ....  Once you find the tone and if it is stable
in frequency, you can continue to narrow the filter and remove more
noise.....the limit being determined by the frequency stability of the
tone..

Mark
Mark

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