Risposto
Unrecognized function or variable 'helperExtractAuditoryFeatures'
Hi Divya, Please click the "open this example" button on the top right corner of the example. The "helperExtractAuditoryFeature...

quasi 4 anni fa | 1

Risposto
HRTF plugin Filter error
Hi Pablo, The following code compiles for me (and should for you). Initialize the Numerator's with the correct size at constr...

quasi 4 anni fa | 0

| accettato

Risposto
Averaging Values in a Matrix with Nans
I think this is what you want to do: mean(Strain,2,'omitnan')

quasi 4 anni fa | 1

Risposto
I want to identify male or female voice in a speech signal
Audio Toolbox provides an example: Classify Gender Using LSTM Networks

circa 4 anni fa | 0

Risposto
Speaker recognition
Audio Toolbox provides several examples for speaker recognition (both identification and verification): Speaker Identification ...

circa 4 anni fa | 0

Risposto
Voice recogntion /Speaker identification
Audio Toolbox provides examples for speaker verification: A simple one using Gaussian mixture models and a more complicated one ...

circa 4 anni fa | 0

Risposto
Speaker Recognition using MFCC and GMM
Audio Toolbox provides several examples for speaker recognition (both identification and verification): Speaker Identification ...

circa 4 anni fa | 0

Risposto
C-Code Error: Pitch Method Conversion to C Won't Work
Hi David, You're specifying a couple name-value pairs that aren't actually parameters of the pitch function (NumChannels, Sampl...

circa 4 anni fa | 0

| accettato

Risposto
Speech Recogntion Demo
Audio Toolbox includes examples for speech recognition using CNNs and wavelet scattering: Speech Command Recognition Using Deep...

circa 4 anni fa | 0

Risposto
calculating the MFCC and BFCC for a signal
Starting from R2018a, you can use the mfcc function in Audio Toolbox to extract mel-frequency cepstral coefficients. To design ...

circa 4 anni fa | 0

Risposto
Can we identify a speaker using his/her cepstral coefficients calculated from MFCC?
Audio Toolbox provides an example for this application: Speaker Identification Using Pitch and MFCC.

circa 4 anni fa | 0

Risposto
How to extract features from speech signals using MFCC?
Starting from R2018a, you can use the mfcc function in Audio Toolbox to extract mel-frequency cepstral coefficients.

circa 4 anni fa | 0

Risposto
Text to speech synthesis matlab code
Audio Toolbox (R2019a or later) supports calling into popular 3rd-party APIs for speech synthesis: https://www.mathworks.com/ma...

circa 4 anni fa | 0

Risolto


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

oltre 4 anni fa

Risposto
how can i compare two audio files?
Euclidean distance between feature vectors is a good start for analyzing the difference between audio files. However, there are ...

oltre 4 anni fa | 1

Risposto
Speech recognition (Isolated words 1-9)
Spoken Digit Recognition with Wavelet Scattering and Deep Learning illustrates two diferent approaches to spoken digit recogniti...

oltre 4 anni fa | 0

Risposto
mfcc for wav file
When the mfcc function uses the default parameters, it outputs 13 mel-frequency cepstral coefficients, and appends the log-energ...

oltre 4 anni fa | 0

Risposto
how to change female voice to male voice using matlab?
If you're interested in just shifting the pitch (which will get you most of the way there in terms of perception of male vs. fem...

oltre 4 anni fa | 0

Risposto
Speech/Music Discrimination
As a start, take a look at the spectralCentroid function in Audio Toolbox™. This tutorial also covers some aspects of the area...

oltre 4 anni fa | 0

Risposto
How to stop sound function from Audio toolbox?
Calling "clear sound" will stop the playback. >> [audio,fs] = audioread('Counting-16-44p1-mono-15secs.wav'); >> sound(audio,fs...

oltre 4 anni fa | 1

| accettato

Risposto
Only thing that I want to control is speed. not pitch.
Starting in R2019b, Audio Toolbox provides functions to shift pitch and time-stretch audio: shiftPitch, stretchAudio.

oltre 4 anni fa | 0

Risposto
Spectral Centroid - get the same results in matlab and python
Hi Mariusz, Below is some code showing how you can get the FeatureSpectralCentroid function in your link to give close to the s...

oltre 4 anni fa | 0

Risposto
audioFeatureExtractor function not found
If you are only interested in MFCC extraction, you can use the mfcc function, which Audio Toolbox introduced in R2018a. Here's h...

oltre 4 anni fa | 0

Risposto
How to gender recognition with fft
The Audio Toolbox includes an example on gender identification using LSTM networks: https://www.mathworks.com/help/audio/exampl...

circa 5 anni fa | 0

Risposto
pitch calculation for speech signal
To calculate the LP residual, use the <https://www.mathworks.com/help/signal/ref/lpc.html lpc> function in the Signal Processing...

circa 6 anni fa | 0

Risposto
How can I alter the speed of a wav file without altering its pitch?
Typically, you would use a phase vocoder. The Pitch Shifting and Time Dilation Using a Phase Vocoder example in Audio Toolbox wa...

circa 6 anni fa | 0

Risposto
pitch shift of speech
<https://www.mathworks.com/help/audio/examples/delay-based-pitch-shifter.html Delay-Based Pitch Shifter> in <https://www.mathwor...

circa 6 anni fa | 1

Risposto
Pitch of audio signal
Use the <https://www.mathworks.com/help/audio/ref/pitch.html pitch> function available in Audio System Toolbox version 18a or la...

circa 6 anni fa | 0