-
fmsys
Frequency Modulation Matlab code
- 2014-09-04 11:03:30下载
- 积分:1
-
notitle
取消MATLAB窗体的标题栏和边框,适用于程序启动logo的制作(Cancel MATLAB form s title bar and borders for program start production logo)
- 2014-11-24 21:22:07下载
- 积分:1
-
orbitalcalc
Orbital calculation for satellite communication GUI in MATLAB
- 2012-02-09 18:17:45下载
- 积分:1
-
MATLAB5.3精彩 编程及高级应用
MATLAB精彩编程及高级应用,适用于进阶编程人员学习参考(Advance Application for MATLAB)
- 2017-07-10 06:22:36下载
- 积分:1
-
lec9马尔科夫蒙特卡罗方法二
说明: mcmc的matlab代码 含实例 个人认为有较强的可读性,还有相应的实例讲解。(Matlab code of MCMC with examples I think it has a strong readability, and there are corresponding examples to explain.)
- 2020-05-27 14:38:07下载
- 积分:1
-
ppt
关于MATLAB很基础,但是不错的一本电子书的PPT,适合初学者。(Very foundation, suitable for beginners. A good book.)
- 2009-04-25 16:08:23下载
- 积分: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
-
dataliink.c
计算机网络数据链路选择性重传实验。
设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。(Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation programming environment there is no error duplex communication channel between the noisy environment the two sites. Channel model is 8000bps full-duplex satellite channel, the channel propagation delay 270 ms, channel bit error rate, channel provides a byte stream transmission services, network layer packet length is fixed at 256 bytes.)
- 2013-11-26 19:19:51下载
- 积分:1
-
Comprehensive_Explanation_for_Partial_Differentia
In this document has been introduced comprehensively how to solve different partial differential equations .Everbody can solve Heat Conduction Equation, Helmholtz Equation, Laplace Equation and Wave Equation for different initial and boundary conditions.
This document is elemantary of to understand how to solve partial differential equations with the aid of a porgramming language.
- 2013-11-20 20:00:00下载
- 积分:1
-
A_matlab
用模型预测控制算法实现对电机位置控制仿真,参考输入单位为厘米(The model predictive control algorithm is used to simulate the motor position control. The reference input unit is centimeter.)
- 2018-10-09 13:58:40下载
- 积分:1