image thumbnail
from PSK31 Model with Symbol Timing and Carrier Recovery by Dick Benson
Updated version of PSK31 communication standard that is now R2009B-R2012A compliant.

message=read_text(file_name)
function  message=read_text(file_name)
      % Copywrite 2002-2010 The MathWorks, Inc.
      fid=fopen(file_name,'rt');
      message=char(fread(fid))';
      fclose(fid);
      
      

Contact us at files@mathworks.com