How do i create a upward compressor, and upward expander from the code/blocks in audio system toolbox in simulink...
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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...
0 Kommentare
Antworten (1)
Gabriele Bunkheila
am 31 Okt. 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.
Siehe auch
Kategorien
Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!