photo

Albatross


Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
199,904
of 300,364

REPUTATION
0

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
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)'

10 years ago | 0

Answered
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...

10 years ago | 0

Answered
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 ...

10 years ago | 0