• 大小: 13.17MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-01-31
  • 语言: 其他
  • 标签: 导弹制导  MATLAB  

资源简介

本资源是导弹制导实验,对导弹的平行法、速度追踪法、比例导引法、三点法四种制导方式进行了建模与仿真,并结合了虚拟现实技术,仿真了目标与导弹制导的运动关系。包含了源代码、实验说明书、程序使用说明等

资源截图

代码片段和文件信息

function varargout = gui1(varargin)
% GUI1 M-file for gui1.fig
%      GUI1 by itself creates a new GUI1 or raises the existing
%      singleton*.
%
%      H = GUI1 returns the handle to a new GUI1 or the handle to
%      the existing singleton*.
%
%      GUI1(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in GUI1.M with the given input arguments.
%
%      GUI1(‘Property‘‘Value‘...) creates a new GUI1 or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before gui1_OpeningFunction gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to gui1_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 gui1

% Last Modified by GUIDE v2.5 03-Jun-2010 18:51:26

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @gui1_OpeningFcn ...
                   ‘gui_OutputFcn‘  @gui1_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 gui1 is made visible.
function gui1_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 gui1 (see VARARGIN)

% Choose default command line output for gui1
handles.output = hobject;
handles.kp=2.5;
handles.pttime=100;

handles.Target_x0=5000;handles.Target_y0=5000;handles.Target_v0=400;handles.Target_theta0=0*pi/180;
handles.Missile_x0=0;handles.Missile_y0=0;handles.Missile_v0=800;handles.Missile_theta0=0;
[handles.y1handles.fs1]=wavread(‘explo.wav‘);
[handles.y2handles.fs2]=wavread(‘ding.wav‘);
% Update handles structurewhooshin.wav

set(handles.edit1‘string‘num2str(handles.Missile_v0));
set(handles.edit2‘string‘num2str(handles.Target_x0));
set(handles.edit3‘string‘num2str(handles.Target_y0));
set(handles.edit4‘string‘num2str(handles.Target_v0));
set(handles.edit5‘string‘num2str(180*handles.Target_theta0/pi));
set(handles.edit6‘string‘num2str(handles.kp));
    set(handles.text15‘Visible‘‘off‘)
    set(handles.edit6‘V

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

     文件     133504  2010-06-03 18:24  制导实验\3p_直线1.wrl

     文件    4343872  2001-01-09 15:21  制导实验\blaxxun\blaxxunContact44.exe

     文件    4654200  2001-01-09 15:21  制导实验\blaxxun\blaxxunContact44OGL.exe

     文件     133504  2010-06-03 18:24  制导实验\guidance\3p_直线1.wrl

     文件      24120  1997-07-14 17:00  制导实验\guidance\BANGBANG.WAV

     文件     170028  2001-01-09 06:01  制导实验\guidance\chimes.wav

     文件      49196  2001-01-09 06:00  制导实验\guidance\ding.wav

     文件      58286  2001-01-09 06:00  制导实验\guidance\explo.wav

     文件    1285974  2010-06-03 18:38  制导实验\guidance\g0.bmp

     文件    1285974  2010-06-03 18:36  制导实验\guidance\g1.bmp

     文件    1285974  2010-06-03 18:42  制导实验\guidance\G123.bmp

     文件    1285974  2010-06-03 18:43  制导实验\guidance\G14.bmp

     文件    1285974  2010-06-03 18:36  制导实验\guidance\g2.bmp

     文件    1285974  2010-06-03 18:37  制导实验\guidance\g3.bmp

     文件    1285974  2010-06-03 18:35  制导实验\guidance\g4.bmp

     文件      35392  2010-06-03 15:32  制导实验\guidance\gg1.mdl

     文件      43261  2010-06-03 16:07  制导实验\guidance\gg2.mdl

     文件      37994  2010-06-03 15:56  制导实验\guidance\gg3.mdl

     文件      38219  2010-06-03 18:37  制导实验\guidance\gg4.mdl

     文件      18704  2010-06-03 19:27  制导实验\guidance\gui1.asv

     文件       6373  2010-06-03 18:51  制导实验\guidance\gui1.fig

     文件      18668  2010-06-03 19:30  制导实验\guidance\gui1.m

     文件     132607  2010-06-03 18:05  制导实验\guidance\kp2_5_直线1.wrl

     文件     132548  2010-06-03 18:17  制导实验\guidance\kp5_直线1.wrl

     文件      11910  2010-05-31 10:29  制导实验\guidance\mbmp.bmp

     文件       3126  2010-06-03 19:01  制导实验\guidance\p.bmp

     文件      22854  2010-05-31 10:36  制导实验\guidance\pbmp.bmp

     文件       6372  2001-01-09 05:23  制导实验\guidance\pebbles.gif

     文件      25782  1997-07-14 17:00  制导实验\guidance\PLANE.WAV

     文件      21824  1997-07-14 17:00  制导实验\guidance\P_BANG.WAV

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

评论

共有 条评论