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

mehr als 6 Jahre vor | 1

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

fast 7 Jahre vor | 0

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

fast 7 Jahre vor | 0

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

fast 7 Jahre vor | 0

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

fast 7 Jahre vor | 0

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

fast 7 Jahre vor | 0

| akzeptiert

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

fast 7 Jahre vor | 0

| akzeptiert

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

etwa 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 1

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

etwa 10 Jahre vor | 1

| akzeptiert