资源简介
比相法瞬时测频接收机仿真,matlab实现的仿真,带图形界面,可以直接运行,效果和示波器一样,调幅,调频,调相都可以
![](http://www.nz998.com/pic/50350.jpg)
代码片段和文件信息
function varargout = FourierTransform(varargin)
% FOURIERTRANSFORM MATLAB code for FourierTransform.fig
% FOURIERTRANSFORM by itself creates a new FOURIERTRANSFORM or raises the existing
% singleton*.
%
% H = FOURIERTRANSFORM returns the handle to a new FOURIERTRANSFORM or the handle to
% the existing singleton*.
%
% FOURIERTRANSFORM(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in FOURIERTRANSFORM.M with the given input arguments.
%
% FOURIERTRANSFORM(‘Property‘‘Value‘...) creates a new FOURIERTRANSFORM or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before FourierTransform_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to FourierTransform_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
% Edit the above text to modify the response to help FourierTransform
% Last Modified by GUIDE v2.5 13-Jan-2015 16:39:53
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @FourierTransform_OpeningFcn ...
‘gui_OutputFcn‘ @FourierTransform_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 FourierTransform is made visible.
function FourierTransform_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 FourierTransform (see VARARGIN)
% Choose default command line output for FourierTransform
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes FourierTransform wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = FourierTransform_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 structure
varargout{1} = handles.output;
function edit1_Callb
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-05-05 14:55 比相法瞬时测频接收机仿真\
文件 19716 2015-01-13 16:43 比相法瞬时测频接收机仿真\FourierTransform.fig
文件 30411 2015-01-13 16:43 比相法瞬时测频接收机仿真\FourierTransform.m
文件 24064 2015-01-13 15:44 比相法瞬时测频接收机仿真\origData.dat
文件 14599 2015-01-13 15:50 比相法瞬时测频接收机仿真\origData.mat
文件 24064 2015-01-13 15:42 比相法瞬时测频接收机仿真\origData.txt
文件 90624 2015-01-13 15:49 比相法瞬时测频接收机仿真\origData.xls
文件 440 2015-01-09 20:44 比相法瞬时测频接收机仿真\SaveData.m
- 上一篇:谐振腔matlab
- 下一篇:S7-200与智能表485通讯程序
相关资源
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 阵列天线的matlab仿真
- 天线阵的波束形成在MATLAB仿真程序及
- OFDM系统MATLAB仿真代码
- 用matlab实现的多站定位系统性能仿真
- 用MATLAB(BPSK仿真 直接扩频)
- GPS卫星轨道动态仿真MATLAB
- CRC循环冗余校验的matlab仿真程序
- MATLAB实现混沌图像加密仿真程序
- (7,4)循环码-信道编码的matlab仿真
- Alamouti编码2X2仿真(MATLAB)
- 小波神经网络Matlab交通仿真程序
- qam 用matlab实现qam仿真的程序
- MATLAB六自由度弹道仿真程序
- MATLAB实现弹道仿真
- MIMO雷达DOA估计中的克拉美罗界计算
- Boost电路的MATLAB仿真
- 基于气动力的导弹姿态控制(附MATL
- 有源电力滤波器的Matlab仿真_高勇
- 3点GPS定位MATLAB仿真
- 全面详解LTE MATLAB建模、仿真与实现
- MATLAB车流仿真 包括跟驰、延误
- 一维光子晶体MATLAB仿真代码吸收率折
- Matlab锁相环仿真-Phase Locked Loop.rar
-
基于Simuli
nk的电动助力转向控制策略 - 基于MATLAB的OFDM系统仿真及分析
- MATLAB电机仿真精华50例源代码.zip
- 自适应均衡器的研究与仿真设计毕业
- 清洁机器人路径规划matlab仿真程序
- MATLAB电机仿真精华50例源代码269078
评论
共有 条评论