Respondida
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...

más de 6 años hace | 1

Respondida
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 ...

casi 7 años hace | 0

Respondida
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 ...

casi 7 años hace | 0

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

casi 7 años hace | 0

Respondida
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...

casi 7 años hace | 0

Respondida
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...

casi 7 años hace | 0

| aceptada

Respondida
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...

casi 7 años hace | 0

| aceptada

Respondida
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.

alrededor de 7 años hace | 0

Respondida
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...

alrededor de 7 años hace | 1

Respondida
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...

casi 10 años hace | 1

| aceptada