Detecting and saving the values of a single pulse signal form the continuous incoming pulses signals
4 次查看(过去 30 天)
显示 更早的评论
Hello, I am getting data of pulse signals into matlab through serial port.I want to detect and distinguish each pulse pulse signal and want to save the data(all the samples of amplitude that can reconstruct the signal for the later use) of the pulse signals.
As all pulse signals don't have the same number of samples it is impractical to assume that a particular 'x' samples(values) makes a pulse signal.So, I need a method that can detect/distinguish each pulse signal depending on some parameters and save each pulse signal data.
The incoming pulse signals looks like the below
0 个评论
回答(2 个)
Image Analyst
2013-12-29
Use findpeaks() in the Signal Processing Toolbox, or this http://www.mathworks.com/matlabcentral/fileexchange/25500-peakfinder
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!