What's the correct syntax for the rocsnr function for a multiple pulse noncoherent detector?

The MATLAB support material clearly describes the use of rocsnr for single and multiple pulse coherent detection, and for single pulse non-fluctuating non-coherent detection, but not for multiple pulse non-fluctuating non-coherent detection. I'm trying to obtain a plot of Pd vs. Pfa for that case.

 Accepted Answer

You could do something like this
SNRdB = [-3 0 3];
rocsnr(SNRdB,'SignalType','NonfluctuatingNoncoherent','NumPulses',10);
HTH

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!