photo

Spoorthy S Kumar


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
114,808
of 297,527

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


how to get back audio after filtering and applying ifft
clc; clear all; srate = 10000; time= 0:1/srate:2; f=500; x1=sin(2*pi*f*time); %random noise %sound(x1); subplot(421)...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to obtain the required point in the obtained fft signal and remove rest of the points in the signal
i got the code till applying fft to the signal

7 years 前 | 2 个回答 | 0

2

个回答

提问


how to apply inverse fourier transform to filtered signal
applying filter to signal and then applying inverse fourier transform

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to obtain original audio signal from noise
I got code till applying fourier transform but after that applying filter and inverse fourier transform I'am not getting

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to remove noise from audio using fourier transform and filter and to obtain back the original audio signal
[y,Fs]=audioread('audio.wav'); %Normal sound sound(y,Fs); subplot(3,1,1); plot(y); x=y(1:2:length(y));%x=y(1:2:...

7 years 前 | 2 个回答 | 0

2

个回答