Naga Sai
Followers: 0 Following: 0
Statistik
RANG
289.943
of 295.569
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Frage
fft algorithm for matlab
FFT Algorithm or code for matlab
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenHello, 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...
mehr als 7 Jahre vor | 0
Frage
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.
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0