Naga Sai
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
289.859
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
fft algorithm for matlab
FFT Algorithm or code for matlab
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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
más de 7 años hace | 0 respuestas | 0
0
respuestasHello, 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...
más de 7 años hace | 0
Pregunta
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.
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0