Spoorthy S Kumar
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
106 835
of 295 527
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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)...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
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
nästan 7 år ago | 2 answers | 0
2
answersQuestion
how to apply inverse fourier transform to filtered signal
applying filter to signal and then applying inverse fourier transform
nästan 7 år ago | 1 answer | 0
1
answerQuestion
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
nästan 7 år ago | 1 answer | 0
1
answerQuestion
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:...
nästan 7 år ago | 2 answers | 0