Dividing a Signal into blocks
6 views (last 30 days)
Show older comments
Vasishta Kanthi
on 13 Nov 2016
Commented: Vasishta Kanthi
on 5 Nov 2018
Hi, I would like to know the simplest way to divide a signal into blocks. The signal may be imported from a wave file or may be created in MATLAB itself( for example, a sine wave). I want to know how to divide the signal into blocks of a particular size.
Thank you
0 Comments
Accepted Answer
Walter Roberson
on 13 Nov 2016
Use buffer() from the communications systems toolbox, applied to each channel individually.
More Answers (0)
See Also
Categories
Find more on Sources 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!