搜索资源列表
exm1001_1
- 对于传递函数为G=1/(s*s+2*&*s+1)归一化二阶系统,制作一个能绘制该系统单位阶跃响应的图形用户界面。本例演示:(A)图形界面的大致生成过程;(B)静态文本和编辑框的生成;(C)坐标方格控制键的形成;(D)如何使用该界面。-for the transfer function of G = 1 / (s * s * 2
AcousticTracker
- 基于MATLAB的声音跟踪系统演示,包含详细说明和演示文件。-MATLAB-based voice tracking system demonstration, contains detailed descr iptions and Presentations.
MATLABABS
- 基于MATLAB/Simulink的汽车ABS半实物仿真,本文所研究的是一种基于MATLAB/Simulink的汽车防抱死刹车系统(ABS)的半实物仿真的方法。本方法利用Simulink提供的模型建立车辆的传动系模型、自动变速箱模型和ABS模型等。所建成的这套半实物仿真系统既可在软件环境下对汽车进行仿真,也可以通过I/O接口与ABS系统相连接以观察系统的仿真效果,检验控制算法的合理性。通过合理改变相应参数,本系统还可以模拟实际汽车在不同工况下的工作情况,极大提高了汽车电子设备的研发工作的效率。同
lorenzmodel
- lorenzmodel混沌系统演示程序,很经典。
系统建模与仿真的部分源程序代码和模型
- 这是一堆关于系统与建模的部分源代码演示程序!
swqm.rar
- 三维曲线曲面比较演示系统程序设计 设计一个图形用户界面(GUI)演示常见的三维函数图形,至少包含“三维绘图” 、“选项” 、“退出”等菜单,三维绘图的包括:参数方程x=e-t/20cos(t), y= e-t/20sin(t),z=t其中t 为0到2π、参数方程x=t,y=t2,z=t3其中t为0到1之间(在同一图形界面中分别绘制它们的三维曲面和三维曲线图)。“选项”菜单主要包括:网格开关,图例开关,坐标边框开关,色度空间选择菜单,曲线颜色菜单。,Comparison of three-dim
mygui1.zip
- MATLAB初级图形演示系统,用于产生正余弦曲线,适合MATLAB初学者用于编程练习,MATLAB junior graphic presentation systems are used to generate cosine curve, suitable for MATLAB programming exercises for beginners
demoofMIMO
- matlab7里关于MIMO的演示程序,对理解MIMO系统发射分集和空时编码有很大帮助-About matlab7 in MIMO demonstration of procedures, understanding of MIMO systems transmit diversity and space-time coding has great help
mygui3
- MATLAB初级图形演示系统,用于进行十进制和十六进制的转换-MATLAB junior graphic presentation systems used for decimal and hexadecimal conversion
mygui4
- MATLAB初级演示系统,用于绘制连续时间系统的零状态响应-MATLAB primary presentation systems used to map the continuous-time system, the zero-state response
sfguide
- MATLAB初级图形演示系统,用于绘出离散时间系统的单位冲击响应。-MATLAB junior graphic demonstration system for the draw the discrete-time systems unit impulse response.
zhifang
- matlab 数字图像直方图演示,图像是系统内部的-matlab processing the digital image about the histogram
DSP3
- IIR平滑器的作用和特点演示,包括b取何值时,信号部分通过系统后不变?噪声部分是否放大了?计算NRR和系统频响-IIR smoother presentation of the role and characteristics, including the b take what value, the signal in part through the system after the change? Whether the part of amplified noise? NRR and s
ObserveOutput
- 决定性系统中,这个脚本演示计算的观测系统状态的观测为X0输入和一个输出输入有限时间t1.这个脚本的输入是单位阶跃函数- This scr ipt demonstrates computing the state x0 of an observable system based on observing input and output for a finite time t1.The input is a unit step function for this scr ipt
aliasing_demo_audible
- 信号处理,音频处理系统中,演示脚本的声响混叠使用正弦信号-Demonstration scr ipt of Audible Aliasing Using Sinusoidal Signals
MATLAB_SIMULINK_QDPSK
- 摘 要: 利用MATLAB平台的SIMULINK功能编写了一套QDPSK通用功能模块库,并在此基础上进行了多项可视化仿真,较 好地显示了数字通信的工作方式和优越性,以及采用SIMULINK进行仿真的良好的演示效果,为QDPSK数字通信系统的研究提 供了一个较好的软件平台。-Abstract: This paper gives a group of module library for digital communication function applying MATLAB’ s
fh_spr
- 跳频扩频通信系统的主要仿真程序,包括扩频,测试和演示-The main frequency hopping spread spectrum communication system simulation program, including spread spectrum, testing and demonstration
Matlab-GIU
- 基于Matlab GUI目标跟踪演示系统设计的仿真代码,基于MATLAB的GIU欢迎登录界面设计-Based on Matlab GUI target tracking demonstration system design simulation code, based on MATLAB GIU welcome login interface design
MATLAB数字信号处理仿真系统(GUI)
- 本课题基于MATLAB平台的数字信号处理仿真演示系统。数字信号即离散信号,本设计带有一个丰富得GUI人机交互界面,一共包括4个部分,分别为:离散时间信号的卷积,基本函数的Z变换(单位阶跃信号,脉冲信号,斜变信号,正余弦信号,指数系列信号),Z变换的基本性质(线性,位移,z域尺度变换,时域卷积),傅里叶变换的基本性质。是一个不错的选题,GUI设计逻辑清晰,章节清晰,层次明了。(This project is based on MATLAB platform of digital signal pr
人工势场法路径规划演示
- 基于matlab开发了人工势场算法生成器,通过单击鼠标可以设置障碍物,系统自动规划路径,实施避障。