Community Profile

photo

studentmatlaber


Last seen: 2 months ago|Active since 2021

Statistics

  • 感恩4级

查看徽章

Content Feed

查看

Question


如何在编辑字段上打印一个数字?
Hello everyone, I want to print numbers in the edit field, how can I do it? PESQ=1; set(handles.edit1,'string',num2str(PESQ)...

2个月前|0答案|0

0

answers

Question


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

2个月前|0答案|0

0

answers

Question


如何使用按钮绘制图形?
大家好,我想在按下按钮时绘制图形,但是创建了一个新的图。我想绘制...旁边的斧头

2个月前|1答案|0

1

answer

Question


如何在音频中添加乘法噪声?
Hello everyone, I want to add multiplicative noise on top of the sounds. There is an example in the link attached to the picture...

2个月前|2个答案|0

2

answers

Question


如何将STFT与小波一起使用?
大家好,我正在链接中应用示例。但是,我在其中添加了小波。我应用了5级小波。我正在尝试...

2个月前|0答案|0

0

answers

Question


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

2个月前|0答案|0

0

answers

Question


我可以使用哪种CNN算法进行Denoise演讲?
Hello everyone, I applied the example in the link for denoise speech. But can I set up the CNN structure with other methods? ...

2个月前|1答案|0

1

answer

Question


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

2个月前|0答案|0

0

answers

Question


如何使用深度学习网络实例上将自己的数据上传到鸡尾酒会源分离?
大家好,我正在分享示例的链接。我想上传自己的音频文件。我该如何写这个?https://www.ma ...

2个月前|1答案|0

1

answer

Question


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

3个月前|0答案|0

0

answers

Question


如何从文件中读取音频文件?
大家好,我想用Audoread阅读文件中的声音,但是我无法联系到文件,这会出现错误。我会...

3个月前|1答案|0

1

answer

Question


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

3个月前|0答案|0

0

answers

Question


如何在二维矩阵上使用for循环进行操作?
大家好。There are matrices named X1 and Y1. Both are 3x109 in size. What I want to do here is to calculate the MEAN A...

3个月前|1答案|0

1

answer

Question


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

4个月前|0答案|0

0

answers

Question


How to extract NaN values from matrix?
大家好。我有一个28x5矩阵,此矩阵中有NAN值。我想通过删除这些NA来创建一个新矩阵...

4个月前|1答案|0

1

answer

Question


如何计算平均绝对错误?
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...

4个月前|1答案|0

1

answer

Question


How do I bind the PESQ function to the "Denoise Speech Using Deep Learning Networks" instance?
我运行了这个示例,但是现在我想通过PESQ函数来测量声音改进。但是当我运行该功能时,它会投掷...

5个月前|1答案|0

1

answer

Answered
How do I set the decibel in the Denoise Speech Using Deep Learning Networks example?
db = 10;noisepower = sum(noisesegent。^2);clearpower = sum(音频。^2);k =(清洁能源/噪声)*10^(-db/10);Noisesegme ...

5个月前|0

|公认

Question


How do I set the decibel in the Denoise Speech Using Deep Learning Networks example?
//www.tianjin-qmedu.com/help/deeplearning/ug/denoise-speech-using-deep-learning-networks.html Made for 0 dB in this example...

5个月前|1答案|0

1

answer

Question


如何计算点之间的均方误差?
大家好。在这里,我想计算蓝点和红点之间的均方误差。我正在放置文件。我知道了...

5个月前|1答案|0

1

answer

Question


How can I connect the two layers used in the "Denoise Speech Using Deep Learning Networks" example?
示例= https://www.tianjin-qmedu.com/help/help/deeplearning/ug/denoise-speech-using-deep-learningnetworks.html#denoisespechingusing-depledle ...

5个月前|0答案|0

0

answers

Question


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

5个月前|0答案|0

0

answers

Question


I'm getting an Arduino toolbox error?
我得到这个错误。如何解决此错误?我需要下载哪个工具箱?警告:最初保存为...的变量“ a”

5个月前|0答案|0

0

answers

Question


如何将“使用深度学习网络的Denoise语音”调整到Timit数据集中?
示例= https://www.tianjin-qmedu.com/help/help/deeplearning/ug/denoise-speech-using-deep-learningnetworks.html#denoisespechingusing-depledle ...

5个月前|1答案|0

1

answer

Question


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

6 months ago | 2 answers | 0

2

answers

Question


I am getting error in "Denoise Speech Using Deep Learning Network" example?
exampe = //www.tianjin-qmedu.com/help/deeplearning/ug/denoise-speech-using-deep-learning-networks.html I am getting the fir...

6 months ago | 1 answer | 0

1

answer

Question


如何添加.wav文件?
我想将.wav文件加载到文件中。我该怎么做?//www.tianjin-qmedu.com/help/audio/ref/audiodatastore.html i'...

6 months ago | 1 answer | 0

1

answer

Question


how to apply stft to audio signal?
大家好。这是我第一次处理音频,所以我是初学者。我想将STFT应用于我的音频信号。它...

7 months ago | 1 answer | 0

1

answer

Question


How can I change the decibel of the .wav file?
大家好。我将使用DNN进行言语增强。因此,我下载了Timit语料库。但是,文件的声音看起来...

7 months ago | 0 answers | 0

0

answers

Question


如何绘制频谱和脉冲响应的播放?
Hi. I passed the signals in the time domain to the frequency domain and plotted the spectrum: L = length(Ti{i,j}); ...

8 months ago | 1 answer | 0

1

answer

Load more