Answered
Apply Make-up Gain
Hi Khaled, The make-up gain is added to the gain computed by the compressor. Let's call your signal x, and the (computed, in d...

6 years ago | 1

Answered
trainNetwork not working with transformedDatastore from audioDatastore
Hi Manuel, Is this myReadFunction the actual function you are using? If yes, then it seems that you are sending raw audio data ...

7 years ago | 0

Answered
trainNetwork not working with transformedDatastore from audioDatastore
Hi Manuel, What might be happening is that trainNetwork is taking a long time doing an initial normalization of your data. If ...

7 years ago | 0

Answered
MFCC implementation in simulink
Hi Mihret, The MFCC function (in Audio Toolbox) supports codegen as of R2019a. The cepstral feature extractor block has the...

7 years ago | 0

Answered
Neural networks stuttering detection using MFCC features
Hi Rahaf, The mfcc function will return an L-by-13 matrix, where L is the number of frames the audio signal is partitioned into...

7 years ago | 0

Answered
Speech Command detection in audio file
Hi Bartek, Here is a sketch of how you can achieve this: 1) Read the contents of the audio file [audioIn,fs] = audioread('f...

7 years ago | 0

| accepted

Answered
Modify Gammatone Filterbank's Bandwidth
Hi Angeliki, The bandwidth of an individual filter in the gammatone filter bank is defined by its center frequency based on thi...

7 years ago | 0

| accepted

Answered
Is it possible to modify the "Bandwidth" property in the splMeter object?
Hi Gabriele, The ability to modify the bandwidth was aded in MATLAB 2018b.

7 years ago | 0

Answered
Stereo Convolution Reverb (VST audio plugin)
Hi Satoshi, You can't set your FIR filters in the private properties block like that. One way to do this is to set them in a...

7 years ago | 1

Answered
The “Mean” Block in Simulink meets errors when the input is complex number
Hi Li, This is a bug in the Mean block. A workaround is to insert a 'Complex to Real-Imag' block followed by a 'Real-Imag to...

10 years ago | 1

| accepted