
1. To generate graphs from article execute (type) in Matlab's Command Window "cpfskFigs" or "sdpskFigs". It is not optimal programming (five cases are generated at once for input parameters the same as in article) so it may takes a few moments to get results.

2. To get results faster (for one of cases) execute (type) in Matlab's Command Window "cpfskModFigs(fs,fc,modIndex,Br)" or "sdpskModFigs(fs,fc,Br,modIndex,rollOff)", for example:

   >> sdpskModFigs(8000,1800,1000,1/2,2/3)
   or
   >> cpfskModFigs(8000,1800,1/2,1000)


Remarks:

In this case the integer ratio of L=(fs/Br) is considered.

- appropriate values for roll-off factor (rollOff) are in the <0, 1> bracket;
- appropriate values for modulation index (modIndex) are in the (0, 1> bracket;
- appropriate values for carrier frequency (fc) should be in the <fs/4 - fs/8, fs/4 + fs/8> bracket with L = fs/Br >= 4;