How can I convert an image to a signal to process it?
Show older comments
Hi,
I have a grayscale image that contains an EKG, I need to convert that image into a signal (one dimensional array) to make a correlation with another signal. How I can do that?
Thanks
Answers (1)
Walter Roberson
on 10 Jul 2012
YourSignal = YourImage(:);
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!