align two signals for temporal synchronization
3 views (last 30 days)
Show older comments
hi. I have two signals which are attached. the first one has 9 samples and the other has 44 samples. i want to find the corresponding samples between these 2 signals whit the knowledge that i know the correspondings of 5 samples. for example i know the sample 5 from signal 1 is corresponds to sample 25 of signal2, the sample 3 from signal 1 is corresponds to sample 9 of signal2, the sample 4 from signal 1 is corresponds to sample 18 of signal2, the sample 8 from signal 1 is corresponds to sample 32 of signal2, the sample 2 from signal 1 is corresponds to sample 6 of signal2.
there are 4 samples left in signal 1 that i want to find theire corresponding samples in signal2
can anyone help me to fine the best alignment of these 2 signals with those 5 known landmarks to find the remaining correspondings in order to temporal synchronization of these two signals?
Best Regards
16 Comments
Adam Danz
on 7 Jun 2019
Ok, sorry if I'm using the wrong terminology, but correctly me if my understanding is incorrect. You have 10 equally spaced samples of CT data for every RR interval and you've got 44 equally spaced samples of echo data for every RR interval. Is that correct?
Based on the png you shared, I'm imagining 10 samples of CT data within the RR interval and 44 samples of echo data within that same interval. If that's true, and if you have the location (or time?) of the R waves (that define the RR interval) then perhaps you can use those location (or time) values to map the indices between the echo and CT data. Or am I completely lost?
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!