Technical discussion about Matlab and issues related to Digital Signal Processing.
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