Statistics
4 Questions
0 Answers
RANK
113,087
of 301,704
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,387
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,138
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF 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...
6 years ago | 0 answers | 0
0
answersQuestion
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; ...
8 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 1 answer | 0
1
answerQuestion
kroneckerDelta(n, 0) - iztrans(a, a, n) means
i want to know the meaning of the my question asked above?
8 years ago | 0 answers | 0
