Community Profile

photo

studentmatlaber


Last seen: etwa ein Jahr vor Aktiv seit 2021

Statistiken

  • Thankful Level 4

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

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

etwa 2 Jahre vor | 0

| akzeptiert

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden