How can I visualize data other than the first channel in Audio Test Bench?

3 views (last 30 days)
I can visualize the input/output channel 1 with Time-Scope/Spectrum-Analyzer in Audio Test Bench. But I cannot find a way to show more channels, even though the plugin under test does support more than one channel. How can I visualize more channels in Audio Test Bench? Thanks!
Ben

Accepted Answer

Gabriele Bunkheila
Gabriele Bunkheila on 29 Jun 2017
Hi Ben,
I work in the audio team at MathWorks so I thought I'd have a go at this. Yours is a good question, thank you for asking it. The Audio Test Bench is currently still a bit limited in its ability to route input and output signals to the time scope and spectrum analyzer. Specifically, for now it does not provide options to visualize anything else than the first input and output channels, respectively.
If detailed control over live visualization is important, my suggested workaround would be to run the MATLAB plugin in a regular while or for loop, for example following the steps in this tutorial. That way you'll have full control. Along with that, the companion code to this webinar (available here) includes a small example on how to re-create UI controls for live tuning. The function to look at is tuneSingleParameterWithUI.
I hope this helps. If you wanted to discuss more, feel free to reach out to me at gabriele.bunkheila@mathworks.co.uk - my bandwidth is limited but I'll try my best to help.
Gabriele.

More Answers (0)

Categories

Find more on Audio Plugin Creation and Hosting in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!