photo

Spoorthy S Kumar


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
110,051
of 300,392

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

7년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0

2

답변