split an audio file

27 次查看(过去 30 天)
Thanh Vu Phuong
Thanh Vu Phuong 2021-10-20
评论: Star Strider 2021-10-21
Hi everyone, i need your help. I'm a newbie in using matlab, so could you help me code this exercise : " Using reshape to split a file wav into some small files."
Thank you very much if you help me .

回答(1 个)

Star Strider
Star Strider 2021-10-20
Unless it is absolutely necessary to use reshape, use buffer instead. It is just easier.
It only operates on one vector at a time, and returns a matrix of column vectors (regardless of the original vector orientation), so for a stereo signal, it will be necessary to do this for each column (channel) separately.
.
  4 个评论
Thanh Vu Phuong
Thanh Vu Phuong 2021-10-21
Thanks a lot. I really appreciate it
Star Strider
Star Strider 2021-10-21
My pleasure!
.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

产品


版本

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by