필터 지우기
필터 지우기

[SIMULINK] Sound interface, multiple inputs and outputs

조회 수: 8 (최근 30일)
José M. Requena Plens
José M. Requena Plens 2020년 8월 3일
편집: Carlos Sanchis 2020년 8월 25일
Hello,
I am using Simulink to emit and receive signals with a sound interface with multiple inputs and outputs (8 inputs / 20 outputs).
The "Audio Device Reader" block only has one signal, how can I get the signals from all the inputs?
Thanks!

채택된 답변

Carlos Sanchis
Carlos Sanchis 2020년 8월 24일
편집: Carlos Sanchis 2020년 8월 25일
The "Audio Device Reader" block can output all channels through the same port as an m by n matrix where m is the number of samples per frame and n is the number of channels: https://www.mathworks.com/help/audio/ref/audiodevicereader.html#bu_1463-1-A.
Below are the steps to enable this along with screenshots from an example with my laptop's 2-channel microphone array as the audio device.
First double-check the dimmensions of each signal by going to “DEBUG” > “Information Overlays” > “Signal Dimensions”.
Now double click on the "Audio Device Reader" block to setup the "Number of channels" (also the number of "Samples per frame" if needed).
You can check the number of available channels in your audio device by clicking on "Info".
If you need to split each channel into its own signal, you can accomplish it in different ways.
Option B: use the "Multiport Selector" block in DSP System Toolbox (https://www.mathworks.com/help/dsp/ref/multiportselector.html). Prof Requena introduced me to this and indeed it looks much cleaner.
Option A is illustrated below...

추가 답변 (1개)

Walter Roberson
Walter Roberson 2020년 8월 3일
편집: Walter Roberson 2020년 8월 5일
The block will read all of the channels unless you choose the channel mapping and give a vector that does not include all the channel numbers.

카테고리

Help CenterFile Exchange에서 Signal Import and Export에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by