split an audio file

27 visualizaciones (últimos 30 días)
Thanh Vu Phuong
Thanh Vu Phuong el 20 de Oct. de 2021
Comentada: Star Strider el 21 de Oct. de 2021
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 .
  2 comentarios
Image Analyst
Image Analyst el 20 de Oct. de 2021
Is it monaural or stereo?
Thanh Vu Phuong
Thanh Vu Phuong el 21 de Oct. de 2021
it's stereo

Iniciar sesión para comentar.

Respuestas (1)

Star Strider
Star Strider el 20 de Oct. de 2021
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 comentarios
Thanh Vu Phuong
Thanh Vu Phuong el 21 de Oct. de 2021
Thanks a lot. I really appreciate it
Star Strider
Star Strider el 21 de Oct. de 2021
My pleasure!
.

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by