Statistica
MATLAB Answers
0 Domande
3 Risposte
RANK
248.959
of 295.467
REPUTAZIONE
0
CONTRIBUTI
0 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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)'
oltre 9 anni fa | 0
Risposto
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...
oltre 9 anni fa | 0
Risposto
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 ...
oltre 9 anni fa | 0