How I can save a portion from a signal saved as double

1 view (last 30 days)
Hi, I have a signal form some physical motor of width 62666x1. I want to cut a portion of signal from 0 to 60000 and save it as another signal. how I can do it in .m file. Thanks

Accepted Answer

Birdman
Birdman on 12 Feb 2018
newSignal=origSignal(1:60000);

More Answers (0)

Categories

Find more on MATLAB 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!