photo

Albatross


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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)'

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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 ...

9 years 前 | 0