photo

Albatross


Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

  • Revival Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
how can i convert hourly data for a year to daily data?
I suspect you want to do something like this: a=1:1:8760; b=reshape(a,24,365)'

alrededor de 9 años hace | 0

Respondida
Plotting spectrum of OFDM
To plot the spectrum of the (OFDM modulated time domain signal + cyclic prefix) you need to change nFFTsize to 160. You can zero...

alrededor de 9 años hace | 0

Respondida
inverse Fourier transform error
Matlab fft and ifft calculates the discrete Fourier transform column-wise on a multi-dimensional array. I think you may need to ...

alrededor de 9 años hace | 0