-
borrowm
matalab程序好用便捷,关于宏观经济,有增长,有波动研究。(matalab program easy to use and convenient, on the macro economy, there is growth, there are fluctuations in research.)
- 2009-09-12 16:25:00下载
- 积分:1
-
dissertationlsthesudyofGaborwavel
本文 主 要 研究的是Gab。:小波神经网络算法及其在灰度图像目标识别
中的应用。研究涉及神经网络理论、小波分析理论和小波神经网络理论及其
它们在目标识别中的应用技术。(This paper is Gab. : Wavelet neural network algorithm and its gray-scale image recognition applications. Research involving neural network theory, wavelet analysis theory and wavelet neural network theory and their recognition in the target application technology.)
- 2008-07-19 17:49:32下载
- 积分:1
-
LFM_PC
线性调频信号脉压的编码程序,基础程序可以好好学习下,希望有帮助!(LFM pulse compression coding procedures, based on the program can learn under, want to help!)
- 2013-10-13 21:01:25下载
- 积分:1
-
RA码的Matlab源码,可用于通讯信道中的纠错功能
RA码的Matlab源码,可用于通讯信道中的纠错功能(RA Code)
- 2021-04-23 22:18:48下载
- 积分:1
-
myfriedman
practice of statistics with the help of matlab using ANOVA
- 2011-02-15 17:04:06下载
- 积分: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
-
blind-equalization-algorithm
通过matlab仿真对多种不同的盲均衡算法收敛性能进行了比较(By matlab simulation for a variety of different blind equalization algorithm compares the performance of convergence)
- 2013-11-20 16:10:51下载
- 积分:1
-
guiji
说明: 加速度计和陀螺仪求轨迹…………………………(Track finding of accelerometer and gyroscope)
- 2019-10-21 23:38:45下载
- 积分:1
-
MATLAB(P_I_Kattan)
matlab有限元,matlab 有限元,matlab 有限元,fem toolbox配套教材(fem toolbox)
- 2009-09-15 11:53:56下载
- 积分:1
-
phasearray_radar
相控阵雷达的重要性就不用多说了。本人仔细编写了相控阵雷达的仿真波束图,和切比雪夫加权矩阵波束图。虽然文件不大,但是编的很辛苦的。(err)
- 2007-12-27 22:46:04下载
- 积分:1