photo

Subhash Mardi


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

Respondida
how to create a dft function without using other functions of matlab
N=input('enter the sequence'); Y=input('enter the order of sequence'); for n=0:1:N-1; for k=0:1:N-1; p = exp(2*pi*-j*n*k/N);...

más de 6 años hace | 0