-
matlab-video-track
一个很好用的matlab视频跟踪程序,里面有对应的视频文件,直接就可以仿真运行,方便大家学习。(A good use of matlab video tracking program, which has a corresponding video file, you can directly run the simulation to facilitate learning.)
- 2013-09-21 15:32:00下载
- 积分:1
-
zoomfft
zoomfft matlab代码,需要改(zoomfft matlab code, need to change)
- 2015-01-03 20:50:04下载
- 积分:1
-
matlab4finalfinal
是基于STBC的MIMO-OFDM的MATLAB仿真,生成误码率曲线(MATLAB simulation is based on the STBC MIMO-OFDM generate BER curves)
- 2020-07-03 05:00:02下载
- 积分:1
-
qpskgray_dugufei
QPSK 仿真 根据原理给出QPSK调制以及解调的SIMULINK仿真图(已调信号波形,解调后的信号波形,眼图和误码率图)
用MATLAB语言实现QPSK调制和解调,给出信号的波形,眼图及误码率等。
(qpsk)
- 2010-07-01 10:25:11下载
- 积分:1
-
environmental_variables_matlab_programming_tutoria
matlab程序设计之环境变量教程environmental variables matlab programming tutorial(environmental variables matlab programming tutorials environmental variables matlab programming tutorial)
- 2010-08-02 14:34:42下载
- 积分:1
-
BackDiff
this is solve for PDE equation.
using the backward difference method.
- 2011-04-23 00:53:42下载
- 积分:1
-
ch12
说明: matlab 系统仿真 实例第十二章所有例子,可以学习下;(matlab simulation examples of Chapter XII of all the examples, you can learn from the next )
- 2010-03-24 14:29:08下载
- 积分:1
-
simulink_ch
本压缩包提供了本人课程教学期间课堂演示的PCM编码与解码、2FSK、2ASK、2PSK调制、基带升弦系统。每个模块达到参数都作了优化,以求获得良好的演示效果,对于学习通信原理课程、本科课程或毕业设计同学非常有用。(The folder include the code for PCM ,2ASK,2PSK,2FSK, base-band raised cosine System. All this was did in the matlab7.0/simulink 。 the parameters in every module prefer in order to get the excellent result .the folder is very useful for students in learning the communication theory and simulink .especially for lesson tasks .)
- 2012-05-06 09:52:18下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
robert
edge detection robert
- 2015-04-15 10:06:26下载
- 积分:1