Beantwortet
spectral centroid in matlab
Hi Abhijit, spectralCentroid uses a window internally to compute the STFT of the signal. The default window length is 30 millis...

etwa 5 Jahre vor | 0

Beantwortet
reverb effect in MATLAB
Hi Adnan, You can accomplish this with the reverberator object in Audio Toolbox: https://www.mathworks.com/help/audio/ref/re...

etwa 5 Jahre vor | 1

| akzeptiert

Beantwortet
how do i read multiple audio file from different files name ?
If you have access to Audio Toolbox, there is no need for much custom code to accomplish this. Just use audioDatastore. From th...

mehr als 5 Jahre vor | 1

Beantwortet
Perfect reconstruction linear phase FIR filterbank for audio without reconstruction filterbank?
Hi Pythagorean, Audio Toolbox has a crossoverFilter that supports up to 5 bands. The summed magnitude response is flat. http...

mehr als 5 Jahre vor | 1

Beantwortet
MFCC extraction for audio files in a folder
Hi Camille, The size of the output of mfcc, coeffs, is L-by-M for mono audio signals, where L depends on the audio input length...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
Is there a better way to write my downsampling function?
Hi Adriana, You should be able to use one of many resampling functions in Signal Processing Toolbox: https://www.mathworks....

mehr als 5 Jahre vor | 0

Beantwortet
Audio Plugin - cascade
Hi Nuno, I recommend you first try crossoverFilter. It implements a Linkwitz-Riley and supports up to 4 crossovers. You can c...

mehr als 5 Jahre vor | 1

| akzeptiert

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 5 Jahre vor

Beantwortet
Index exceeds the number of array elements (480)
Hi Nathanael, I took a look at the code. I saw two issues: a. There seems to be a misplaced end that was making the reset m...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
How to fix the error: "Expected Input to be a scalar" when using LMS Update block in Simulink from Matlab Documentation Example
Hi Yurii, I suspect the issue is that the LMS Update block requires scalar inputs, and the From Multimedia block output is ...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
How do I cascade biquad filters (dsp.BiquadFilter)?
Hi Patrick, You can use dsp.FilterCascade to cascade dsp.BiquadFilter objects

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
pCompiledNumChannels error in audio plugin generation
Hi Pablo, The corssover filter object is complaining that the number of channels is unknown. This is because the code generat...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
Audio Synthesis by Generative Adversarial Network (GAN)
Hi Hina, Please check this exaample: Train Generative Adversarial Network (GAN) for Sound Synthesis https://www.mathworks.c...

mehr als 5 Jahre vor | 0

Beantwortet
Randomise phase when using dsp.STFT / ISTFT real time?
Hi Angeliki, I think you need to invert the order here: [N,L] size(X); With the STFT object, the second dimension is the n...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
Load .mat file within an audioPluginClass?
Sorry Angeliki, my answer miht have been a little confusing. If the values are constant, I would consider coder.load. You would ...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
How to stop an audioDeviceReader recording
You can release the object to stop it. release(myMic)

fast 6 Jahre vor | 1

| akzeptiert

Beantwortet
Real-Time Audio Project Advice
Hi Andrew, Audio Toolbox is indeed the product to use for real-time audio applications. At a high level, in addition to the a...

fast 6 Jahre vor | 0

Beantwortet
LSTM error with number of X and Y observations
Hi Daniel, Please refer to the help of trainNetwork for info on correct input sizes for sequences. The inputs must be cell arr...

fast 6 Jahre vor | 1

| akzeptiert

Beantwortet
Why does the spectralCentroid function in MATLAB produce such different frequency ranges from the Python Librosa equivalent function?
Hi Yixuan, I took a look at the librosa code. As Luuk mentions, it is a matter of different defaults. 1) spectralCentroid uses...

etwa 6 Jahre vor | 0

| akzeptiert

Beantwortet
concatenate audio files in simulink
Hi Katarina, Use two 'From Multimedia File' blocks to read the wav files. https://www.mathworks.com/help/dsp/ref/frommultim...

etwa 6 Jahre vor | 1

| akzeptiert

Beantwortet
MFCC extraction of an audio file
Mudit, Check out the mfcc function in Audio Toolbox. https://www.mathworks.com/help/audio/ref/mfcc.html [audioIn,fs] = audior...

etwa 6 Jahre vor | 1

Beantwortet
Using audiowrite function for large array (out of memory)
Terence, Consider using dsp.AudioFileWriter and dsp.AudioFileReader in DSP System Toolbox. This functionlaity is built to read...

etwa 6 Jahre vor | 0

Beantwortet
what algorithm is used in the audio labeler app?
Hi Uri, The 'speech detector' automatic labeling is based on the function detectSpeech, which is documented in Audio Toolbox:...

etwa 6 Jahre vor | 0

| akzeptiert

Gelöst


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

etwa 6 Jahre vor

Beantwortet
Problem in adjust sound from text2speech
Audio Toolbox supports calling into popular 3rd-party APIs for speech synthesis: https://www.mathworks.com/matlabcentral/fileex...

etwa 6 Jahre vor | 0

Beantwortet
need matlab code for speech to text from audio
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

etwa 6 Jahre vor | 0

Beantwortet
text to voice conversion
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

etwa 6 Jahre vor | 0

Beantwortet
I want a souce code for speech to text.
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

etwa 6 Jahre vor | 0

Beantwortet
Can we use the Microsoft Speech API's speech to text functionality in MATLAB?
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

etwa 6 Jahre vor | 0

Mehr laden