www.gusucode.com > matlab编程pi4-DQPSK的仿真程序,GUI界面,可以计算误码率源码程序 > gusucode/start.m

    function start
clear all;
currPath = fileparts(mfilename('fullpath'));
cd(currPath);
clc;
if computer == 'PCWIN'
	v=version;
	if v(1)~='7'
		warndlg ('matlab 7.x(R14.x)');
    else 
        com_process
    end
else
    warndlg('Just run under the MS windows OS!');
end