photo

Spoorthy S Kumar


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
110.046
of 300.352

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten