• 大小: 1.27MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-31
  • 语言: 其他
  • 标签:

资源简介

该代码实现了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  softwareradio\AM\a1.wav

     文件      25960  2006-02-20 16:30  softwareradio\AM\am.mdl

     文件       7358  2006-02-20 10:03  softwareradio\AM\codemain.m

     文件       1450  2004-12-26 13:38  softwareradio\AM\d1.mat

     文件       1456  2004-12-26 13:44  softwareradio\AM\d10.mat

     文件       1453  2004-12-26 13:45  softwareradio\AM\d11.mat

     文件       1440  2004-12-26 13:45  softwareradio\AM\d12.mat

     文件       1437  2004-12-26 13:46  softwareradio\AM\d13.mat

     文件       1441  2004-12-26 13:46  softwareradio\AM\d14.mat

     文件       1428  2004-12-26 13:47  softwareradio\AM\d15.mat

     文件       1445  2004-12-26 13:47  softwareradio\AM\d16.mat

     文件       1426  2004-12-26 13:48  softwareradio\AM\d17.mat

     文件       1435  2004-12-26 13:48  softwareradio\AM\d18.mat

     文件       1458  2004-12-26 13:48  softwareradio\AM\d19.mat

     文件       1461  2004-12-26 13:38  softwareradio\AM\d2.mat

     文件       1455  2004-12-26 13:49  softwareradio\AM\d20.mat

     文件       1456  2004-12-26 13:49  softwareradio\AM\d21.mat

     文件       1447  2004-12-26 13:50  softwareradio\AM\d22.mat

     文件       1439  2004-12-26 13:39  softwareradio\AM\d3.mat

     文件       1441  2004-12-26 13:40  softwareradio\AM\d4.mat

     文件       1425  2004-12-26 13:41  softwareradio\AM\d5.mat

     文件       1429  2004-12-26 13:42  softwareradio\AM\d6.mat

     文件       1445  2004-12-26 13:43  softwareradio\AM\d7.mat

     文件       1457  2004-12-26 13:43  softwareradio\AM\d8.mat

     文件       1456  2004-12-26 13:44  softwareradio\AM\d9.mat

     文件      27186  2004-12-26 13:55  softwareradio\AM\dd.mat

     文件        226  2004-12-21 10:51  softwareradio\AM\dir2latc_mtlb.m

     文件     128093  2006-02-20 10:23  softwareradio\AM\frame1pcm.m

     文件      33491  2006-02-20 10:23  softwareradio\AM\frame2pcm.m

     文件     129300  2006-02-20 10:24  softwareradio\AM\frame3pcm.m

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

评论

共有 条评论