DSPRelated.com
Forums

Plotting CCDF

Started by shammashahbaz August 29, 2008
i want to plot the CCDf of the ofdm signal i have calculated my peak to
average power as
meanSquareValue = Y4'*Y4/length(Y4);
peakValue = max(Y4.*conj(Y4));
where Y4 is the fft of the signal ...how should i proceed

Regards