Split the channels using 'From Multimedia File'

3 次查看(过去 30 天)
Hello, I have a problem, where I need to seperate a stereo signal into two monos each with a size of 1024. Here I used 'From Multimedia File' and 'Multiport selector'. It can also basically be considered a 1024*2 matrix. Now the problem that have is dispaying the seperate sinals in each scope. I get this warning and even after waiting a lot the signal is not right. what sould i do and what settings have to be set right ? Thank you.
The next step is to use a speaker and a mic from Simulink and to split the channels as done to this audio file. If there are suggestions please tell me.

采纳的回答

jibrahim
jibrahim 2023-2-9
Hi Hamda,
The scope has an 'Input processing' parameter. You probably have it set as:
Elements as channels (sample based) - Process each element as a unique sample.
You want to set it to this instead:
Columns as channels (frame based) - Process signal values in a channel as a group of values from multiple time intervals. Frame-based processing is available only with discrete input signals.
then you will get a single plot corresponding to the entire 1024 samples
  2 个评论
Hamda Zarrouk
Hamda Zarrouk 2023-2-10
I have a follow up question. Now i changed the system a bit so that the sound file isn't directly splitted, but rather first emiited through a speaker, picked up by a microphone and then splitted into two channels. Here in each 'Multiport selector' I specified a a column. Would this system work ?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio Processing Algorithm Design 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by