studentmatlaber
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
34.614
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
57 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
42.11%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
What is the rating of the Parks-McClellan FIR degree?
Hello everybody. I created a Parks-McClellan optimal FIR filter. I have written my values below. But what I want to ask here is ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I create x-axis in boxplot?
Hello everyone. I have a vector named A_T. I have 4 different measurement values for each value of this vector. For example, the...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I don't want to draw the lines between the errorbar
hello everyone, I am drawing a graph with the errorbar in the range of 2 sigma values. But I don't want to draw the lines bet...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I print a number on the edit field?
Hello everyone, I want to print numbers in the edit field, how can I do it? PESQ=1; set(handles.edit1,'string',num2str(PESQ)...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How to plot spectrogram in Matlab GUI?
Hello everyone, I'm trying to plot a spectrogram. However, I am getting an error. How can I solve it? spectrogram(app.UIAxes_...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I draw a graph using a button?
Hello everyone, I want to draw a graph when I press the button, but a new plot is created. I want to plot the axeste next to the...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add multiplicative noise to audio?
Hello everyone, I want to add multiplicative noise on top of the sounds. There is an example in the link attached to the picture...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I use STFT with Wavelet?
Hello everyone, I am applying the example in the link. But additionally I add Wavelet to it. I applied 5 level wavelet. I am try...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I make an example of Denoise Speech Using Deep Learning Networks with RNN?
I want to repeat the example in the link with RNN. But I couldn't figure out exactly what changes I need to make. First I added ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
What CNN algorithms can I use for Denoise Speech?
Hello everyone, I applied the example in the link for denoise speech. But can I set up the CNN structure with other methods? ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I apply a 5 level wavelet to an audio file?
Hello everyone, I add a wavelet to the example in the link before the stft process. I want to unlock 5 levels. However, I a...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I upload my own data to the Cocktail Party Source Separation Using Deep Learning Networks instance?
Hello everyone, I am sharing the link of the example. I want to upload my own audio files. How can I write this? https://www.ma...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I apply a wavelet decomposition filter?
Hello everyone, I applied stft to audio files. But I want to apply wavelet decomposition filter before stft. However, I couldn't...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read audio file from file?
Hello everyone, I want to read the sounds in my file with audoread, but I could not reach my files, it gives an error. I would b...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use wavelet transform in "Denoise Speech Using Deep Learning Networks" example?
I have implemented the example here, but I also want to do this example with wavelet. Or can I do it with another fft like? I wo...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I operate with a for loop on a two-dimensional matrix?
Hello to everyone. There are matrices named X1 and Y1. Both are 3x109 in size. What I want to do here is to calculate the MEAN A...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm having trouble saving the matrix?
Mxest1=(x_T_est1)'; Mxest1(isnan(Mxest1)) = [] %NANs Myest1=(y_T_est1)'; Myest1(isnan(Myest1)) = [] %NANs for n=1:leng...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract NaN values from matrix?
Hello to everyone. I have a 28x5 matrix and this matrix has NaN values in it. I want to create a new matrix by deleting these Na...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I calculate mean absolute error?
x_T = 0.3; y_T = 0.3; A_T = 38:0.1:45; for i_A = 1:length(A_T) for i_file = meas error_1(i_file,:) = sqrt...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I bind the PESQ function to the "Denoise Speech Using Deep Learning Networks" instance?
I ran this example but now I want to measure the sound improvement with the PESQ function. But when I run the function, it throw...
más de 2 años hace | 1 respuesta | 0
1
respuestaHow do I set the decibel in the Denoise Speech Using Deep Learning Networks example?
db = 10; noisePower = sum(noiseSegment.^2); cleanPower = sum(audio.^2); K = (cleanPower/noisePower)*10^(-dB/10); noiseSegme...
más de 2 años hace | 0
| aceptada
Pregunta
How do I set the decibel in the Denoise Speech Using Deep Learning Networks example?
https://www.mathworks.com/help/deeplearning/ug/denoise-speech-using-deep-learning-networks.html Made for 0 dB in this example...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to calculate mean square error between points?
Hello everyone. Here I want to calculate the mean square error between the blue dots and the red dot. I'm putting the files. I c...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I connect the two layers used in the "Denoise Speech Using Deep Learning Networks" example?
example= https://www.mathworks.com/help/deeplearning/ug/denoise-speech-using-deep-learningnetworks.html#DenoiseSpeechUsingDeepLe...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
I want to make Denoise Speech Using Deep Learning Networks example using LPS features?
I created logarithmic power spectra of the sounds. How do I create a network using LPS in this example? cleanLPS = 10*log(clean...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
I'm getting an Arduino toolbox error?
I get this error. How can I resolve this error? Which toolbox do I need to download? Warning: Variable 'a' originally saved as ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I adapt the "Denoise Speech Using Deep Learning Networks" example to the TIMIT dataset?
example= https://www.mathworks.com/help/deeplearning/ug/denoise-speech-using-deep-learningnetworks.html#DenoiseSpeechUsingDeepLe...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I generate the energy vector?
The signal information is contained in the VV vector. I am writing this code to find the energy of the signal. E=sum(abs(VV).^2...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
I am getting error in "Denoise Speech Using Deep Learning Network" example?
exampe = https://www.mathworks.com/help/deeplearning/ug/denoise-speech-using-deep-learning-networks.html I am getting the fir...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add .wav files?
I want to load the .wav files inside the file. How can I do it? https://www.mathworks.com/help/audio/ref/audiodatastore.html I'...
casi 3 años hace | 1 respuesta | 0