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 | Cross Correlation

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.


Cross Correlation - Mark Meso - 2004-03-05 16:08:00

I am looking for a program which calculates cross correlation and auto
correlation any help please?
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Cross Correlation - Fred Marshall - 2004-03-05 17:52:00



"Mark Meso" <m...@hotmail.com> wrote in message
news:b...@posting.google.com...
> I am looking for a program which calculates cross correlation and auto
> correlation any help please?

A "program" of what kind?  There is Matlab and its clones, Scilab and GNU
Octave that will do it rather readily.  There must also be math routines in
your favorite language if that's what you mean.  I think Intel's math
library is the most reasonably priced and likely to be pretty good for their
processors.

The only difference between cross and auto is the inputs.....

You can substitute correlation by using convolution - just reverse one of
the inputs.  So, look for correlation programs also if that manipulation is
within your scope.

Fred


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

Re: Cross Correlation - Airy R. Bean - 2004-03-06 03:48:00

And, depending on the degree of correlation that you
wish to do, the Fourier Series and Transform are a
means of correlating your input signal against the
domain of cisoidal signals.

"Fred Marshall" <fmarshallx@remove_the_x.acm.org> wrote in message
news:KrKdnaO6--r...@centurytel.net...
> "Mark Meso" <m...@hotmail.com> wrote in message
> news:b...@posting.google.com...
> > I am looking for a program which calculates cross correlation and auto
> > correlation any help please?
> You can substitute correlation by using convolution - just reverse one of
> the inputs.  So, look for correlation programs also if that manipulation
is
> within your scope.


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

Re: Cross Correlation - Mark Meso - 2004-03-06 14:28:00

Thanks for the response I was thinking of a matlab program for
calculating cross correlation in a code used in Optical code division
multiple access



"Airy R. Bean" <a...@lycos.co.uk> wrote in message
news:<c2c3dj$1s6jkl$2...@ID-217727.news.uni-berlin.de>...
> And, depending on the degree of correlation that you
> wish to do, the Fourier Series and Transform are a
> means of correlating your input signal against the
> domain of cisoidal signals.
> 
> "Fred Marshall" <fmarshallx@remove_the_x.acm.org> wrote in message
> news:KrKdnaO6--r...@centurytel.net...
> > "Mark Meso" <m...@hotmail.com> wrote in message
> > news:b...@posting.google.com...
> > > I am looking for a program which calculates cross correlation and auto
> > > correlation any help please?
> > You can substitute correlation by using convolution - just reverse one of
> > the inputs.  So, look for correlation programs also if that manipulation
>  is
> > within your scope.
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.