![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10019803_1522134903336_DEF.jpg)
Naga Sai
Followers: 0 Following: 0
Statistiques
RANG
199 740
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
fft algorithm for matlab
FFT Algorithm or code for matlab
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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
plus de 7 ans il y a | 1 réponse | 0
0
réponseHello, 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...
plus de 7 ans il y a | 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.
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0