MATLAB: Is there no equivalent function in Communication Toolbox to the Frequency/Phase Offset Block in Communication Blockset 3.5 (R2007a)

communicationCommunications Toolboxfrequencyoffsetphase

I would like to have an equivalent function in Communication Toolbox to the Frequency/Phase Offset Block in Communication Blockset.

Best Answer

The System object comm.PhaseFrequencyOffset is available from Release 2010b (R2012b). For previous product releases, read below for any possible workarounds:
There is no equivalent function in Communication Toolbox 3.5 (R2007a) to the Frequency/Phase offset block in Communication Blockset. This functionality can be implemented in MATLAB code using functionality available in base MATLAB.
Please refer to the attached MATLAB file for an example on how to implement the Frequency offset in MATLAB.