-
ECG
实现心电图信号的方针,可是输出任意参数的心电图信号,并且支持手动输入的参数。(ECG signal to achieve the policy, but the output ECG signals any parameters, and supports manual input of parameters.)
- 2010-08-15 19:22:33下载
- 积分:1
-
translate-buyer
自己在参加数模时写的公路车辆道路选择代码,和大家分享一下(When participating in their own digital-analog path chosen to write the code of road vehicles, and to share with you)
- 2011-04-26 09:36:03下载
- 积分:1
-
Green-function
重要的格林函数程序,好不容易找到的,希望对大家有用(the matlab code of Green function)
- 2011-04-26 18:47:36下载
- 积分:1
-
FDTD_2D_FreeBoundary_Unitless
matlab环境下光波导的二维仿真,能简单地修改波导尺寸和介质常量,,没有单位(unitless simulation with matlab)
- 2012-05-29 01:49:18下载
- 积分:1
-
onedimensionfdtd
This zip-file contains 7 codes which implement the 1 dimension programs from Sullivan´ s book for beginners, with some corrections.
- 2010-09-23 23:49:55下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
symbolerrorratefor16QAM
Symbol error rate for 16QAM
- 2009-05-31 21:46:55下载
- 积分:1
-
Induction-motor-simulation-model
异步电机仿真模型,里面包含了异步电机各类simulink仿真模型及SPWM控制算法(Induction motor simulation model, and SVPWM control algorithm)
- 2021-01-24 11:18:39下载
- 积分:1
-
pathfollowing_curve
基于LQR方法的曲线航向跟踪,输入为圆形轨迹,输出为左右推进器控制命令(Based heading LQR method of tracking, enter the desired heading, the output is about propulsion control commands)
- 2016-04-14 17:57:56下载
- 积分:1
-
禁忌搜索算法
matlab禁忌搜索算法的源程序,内含
TS_TSP.m
TS_TSP
TSP_DATA.m(Matlab tabu search algorithm source program)
- 2020-08-04 21:38:33下载
- 积分:1