Correlate Signals with different time points

1 visualizzazione (ultimi 30 giorni)
Sam Hurrell
Sam Hurrell il 27 Set 2022
Modificato: Chunru il 30 Set 2022
I have two datasets (simulation and experimental) with normalised amplitudes, and I need to find a correlation coefficient for the two outputs. The problem is that these two signals have their values taken at different timesteps to each other, so how can I correlate them? Additionally how could I correlate them if the two datasets were at different lengths?
  1 Commento
Mathieu NOE
Mathieu NOE il 29 Set 2022
hello
is the delta in time steps constant or not ?
have you tried to use xcorr to measure (and correct) for delay ?

Accedi per commentare.

Risposte (1)

Chunru
Chunru il 30 Set 2022
Modificato: Chunru il 30 Set 2022
You can resample the data into sime sampling time:
doc resample
doc retime
doc interp1
After both signals are sampled in the same time grid:
doc crosscorr
doc xcorr

Prodotti


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by