Naga Sai
Followers: 0 Following: 0
Statistics
RANK
289,841
of 295,486
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
0
answersQuestion
Sir please clear the error in my fft function sir
function y = FFT_func(x) a=size(x); N=a(2); n=log2(N); l=1; N2=N/2; NU1=n-1; k=0; while(l<=n) while(k<=N-1) I...
7 years ago | 0 answers | 0
0
answersQuestion
how to create a fft function without using in built fft function given in matlab in built
how to create a fft function without using fft in built function
7 years ago | 0 answers | 0
0
answersHello, How would i go by doing a Discrete fourier transform?
Include below give program in your working directory when ever you execute program function X = dft(xn,N) %To comput...
7 years ago | 0
Question
how to create a dft function without using other functions of matlab
how to create a discrete fourier transform function with out using other functions of matlab please help regarding this sir.
7 years ago | 1 answer | 0
1
answerQuestion
Sir how to multiply a square wave and sinewave and generate power spectrum from the output of those singnal
sir i tried it i have that code this is my code sir please correct my code sir i am getting errors regarding matrix t=0...
7 years ago | 1 answer | 0