Statistiques
4 Questions
0 Réponses
RANG
113 091
of 301 707
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 387
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 162
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Regarding sound processing fft
My doubt is I have recorded a voice signal of hardly 5 seconds and I get some data of my audio signal.When i plot its fft or its...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
why it doesnt return inverse fourier transfrom?
clc n1=[77 -5 1 -5]; f=length(n1); i=0; t=zeros(f); for i=1:f; t(i)=ifft(n1(i)); end for i=1:f; ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how to get output data in matrix?
clc N=input('Enter the number of samples:'); i=sqrt(-1); r=zeros(N); for n=0:1:N-1; for k=0:1:N-1; r(n+1)=ex...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
kroneckerDelta(n, 0) - iztrans(a, a, n) means
i want to know the meaning of the my question asked above?
plus de 8 ans il y a | 1 réponse | 0
