Split the channels using 'From Multimedia File'
1 view (last 30 days)
Show older comments
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.
0 Comments
Accepted Answer
jibrahim
on 9 Feb 2023
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
More Answers (0)
See Also
Categories
Find more on Audio Processing Algorithm Design 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!