How do i create a upward compressor, and upward expander from the code/blocks in audio system toolbox in simulink...

1 view (last 30 days)
Add reverse ratios to the simulink blocks code and regenerate block as such ? Not sure how to do this, any suggestions ? this seems like a simple project...

Answers (1)

Gabriele Bunkheila
Gabriele Bunkheila on 31 Oct 2017
Hi Brent,
Thank you for posting a question on this topic. I work at MathWorks so I thought I'd take a stab at answering (I also had issues with notifications, hence the late reply!).
My first suggestion would be to try re-creating your own block. Most blocks in Audio System Toolbox are written using MATLAB code, which you can easily inspect to get a bit of inspiration. For example, try
>> edit compressor
and navigate to the computeGain method (make sure you don't modify the shipping code though!).
To create your own Simulink block based on MATLAB code, you can use the MATLAB System Block or the MATLAB Function Block - Start from the latter if you are more comfortable writing functions than objects.
I hope this helps.
Regards,
Gabriele.

Categories

Find more on Audio I/O and Waveform Generation 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!