该代码实现了am,f-msk,qpsk,mdpsk


该代码实现了am,f-msk,qpsk,mdpsk
资源截图
代码片段和文件信息
function varargout = untitled(varargin)
% UNtitleD M-file for untitled.fig
%      UNtitleD by itself creates a new UNtitleD or raises the existing
%      singleton*.
%
%      H = UNtitleD returns the handle to a new UNtitleD or the handle to
%      the existing singleton*.
%
%      UNtitleD(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in UNtitleD.M with the given input arguments.
%
%      UNtitleD(‘Property‘‘Value‘...) creates a new UNtitleD or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before untitled_OpeningFunction gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to untitled_OpeningFcn via varargin.
%
%      *See GUI Options on GUIDE‘s Tools menu.  Choose “GUI allows only one
%      instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES

% Copyright 2002-2003 The MathWorks Inc.

% Edit the above text to modify the response to help untitled

% Last Modified by GUIDE v2.5 20-Feb-2006 16:33:27

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @untitled_OpeningFcn ...
                   ‘gui_OutputFcn‘  @untitled_OutputFcn ...
                   ‘gui_LayoutFcn‘  []  ...
                   ‘gui_Callback‘   []);
if nargin && ischar(varargin{1})
    gui_State.gui_Callback = str2func(varargin{1});
end

if nargout
    [varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
    gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT


% --- Executes just before untitled is made visible.
function untitled_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)
% varargin   command line arguments to untitled (see VARARGIN)

currPath = fileparts(mfilename(‘fullpath‘));
cd(currPath);

addpath(genpath(pwd));
addpath(genpath(currPath));

% Choose default command line output for untitled
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

% UIWAIT makes untitled wait for user response (see UIRESUME)
% uiwait(handles.figure1);


% --- Outputs from this function are returned to the command line.
function varargout = untitled_OutputFcn(hobject eventdata handles) 
% varargout  cell array for returning output args (see VARARGOUT);
% hobject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

% Get default command line output from handles structu

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8126  2004-12-06 10:18  softwareradioAMa1.wav

     文件      25960  2006-02-20 16:30  softwareradioAMam.mdl

     文件       7358  2006-02-20 10:03  softwareradioAMcodemain.m

     文件       1450  2004-12-26 13:38  softwareradioAMd1.mat

     文件       1456  2004-12-26 13:44  softwareradioAMd10.mat

     文件       1453  2004-12-26 13:45  softwareradioAMd11.mat

     文件       1440  2004-12-26 13:45  softwareradioAMd12.mat

     文件       1437  2004-12-26 13:46  softwareradioAMd13.mat

     文件       1441  2004-12-26 13:46  softwareradioAMd14.mat

     文件       1428  2004-12-26 13:47  softwareradioAMd15.mat

     文件       1445  2004-12-26 13:47  softwareradioAMd16.mat

     文件       1426  2004-12-26 13:48  softwareradioAMd17.mat

     文件       1435  2004-12-26 13:48  softwareradioAMd18.mat

     文件       1458  2004-12-26 13:48  softwareradioAMd19.mat

     文件       1461  2004-12-26 13:38  softwareradioAMd2.mat

     文件       1455  2004-12-26 13:49  softwareradioAMd20.mat

     文件       1456  2004-12-26 13:49  softwareradioAMd21.mat

     文件       1447  2004-12-26 13:50  softwareradioAMd22.mat

     文件       1439  2004-12-26 13:39  softwareradioAMd3.mat

     文件       1441  2004-12-26 13:40  softwareradioAMd4.mat

     文件       1425  2004-12-26 13:41  softwareradioAMd5.mat

     文件       1429  2004-12-26 13:42  softwareradioAMd6.mat

     文件       1445  2004-12-26 13:43  softwareradioAMd7.mat

     文件       1457  2004-12-26 13:43  softwareradioAMd8.mat

     文件       1456  2004-12-26 13:44  softwareradioAMd9.mat

     文件      27186  2004-12-26 13:55  softwareradioAMdd.mat

     文件        226  2004-12-21 10:51  softwareradioAMdir2latc_mtlb.m

     文件     128093  2006-02-20 10:23  softwareradioAMframe1pcm.m

     文件      33491  2006-02-20 10:23  softwareradioAMframe2pcm.m

     文件     129300  2006-02-20 10:24  softwareradioAMframe3pcm.m

............此处省略203个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)