Reply by shammashahbaz August 29, 20082008-08-29
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