統計
MATLAB Answers
0 質問
3 回答
ランク
of 154,433
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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)'
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年以上 前 | 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...
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年以上 前 | 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 ...
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年以上 前 | 0