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 | Matched Filter threshold

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.


Matched Filter threshold - Patrick - 2004-08-17 06:32:00

hi,

I'm designing a CDMA-DSSS transceiver.

At the receiver, the matched filter (MF) have peak at the output, so I
have to compare it to a threshold...

How to compute the value of this threshold ?

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

Re: Matched Filter threshold - Dave Kirkland - 2004-08-17 16:54:00



p...@dmradiocom.fr (Patrick) wrote in message
news:<5...@posting.google.com>...
> hi,
> 
> I'm designing a CDMA-DSSS transceiver.
> 
> At the receiver, the matched filter (MF) have peak at the output, so I
> have to compare it to a threshold...
> 
> How to compute the value of this threshold ?
> 
> Thanks...

The threshold value is normally determined by your noise PDF and by
selecting some acceptable "Probability of False Alarm". Most of the
analytical theory here is based around Gaussian noise models.

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

Re: Matched Filter threshold - Patrick - 2004-08-18 11:58:00

> The threshold value is normally determined by your noise PDF and by
> selecting some acceptable "Probability of False Alarm". Most of the
> analytical theory here is based around Gaussian noise models.
> 
> Cheers,
> David

Hello David,

How can I compute the PDF of the noise ?

I've tried this to integrate the output of the matched filter and
compute the maximal value

Then how to compute the PDF value of the noise ?

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

Re: Matched Filter threshold - Fred Marshall - 2004-08-19 11:23:00

"Patrick" <p...@dmradiocom.fr> wrote in message
news:5...@posting.google.com...
> > The threshold value is normally determined by your noise PDF and by
> > selecting some acceptable "Probability of False Alarm". Most of the
> > analytical theory here is based around Gaussian noise models.
> >
> > Cheers,
> > David
>
> Hello David,
>
> How can I compute the PDF of the noise ?
>
> I've tried this to integrate the output of the matched filter and
> compute the maximal value
>
> Then how to compute the PDF value of the noise ?

Look at the output of the filter with noise and no signal?
Set the threshold so that the false alarm rate is acceptable?
(Because even after you have the PDF, you have to select a point on the PDF
that's acceptable for your application).
To what extent does the noise level vary > suggesting a variable threshold?

Fred


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