-
无模型自适应迭代学习控制代码实现-MFAC_ILC
无模型自适应迭代学习控制代码实现,可运行。完全根据论文来做的,感觉论文结果有修饰过的嫌疑(model-free adaptive iterative learning control )
- 2021-04-14 10:08:56下载
- 积分:1
-
grd_test
xwch_test.m是主测试文件;biaoji.mat存放滤波器系数;xiangweicha.m用FFT计算相位差。
仿真框架为:
1.标记信号和双音信号续接作为发送信号;
2.对双音中一个频率分量的相位做偏移,再经过一个低通滤波器(引入线性相位,模拟收发不能同步测量现象)后,作为收到的信号;
3.用一个检测信号对收发信号进行相关运算;
4.画出收发信号以及相关处理后的信号。找出相关信号的那个尖点,从而推算出收发双音信号0相位点;
5. 输入0相位点位置,计算相对相位差。(xwch_test.m is the main test file biaoji.mat store filter coefficients xiangweicha.m calculated using FFT phase difference. Simulation framework: 1. Mark signals and then as a two-tone signal continued to send signals 2. On a two-tone frequency components of the phase shift to do, and then through a low pass filter (the introduction of linear phase, simulation can not simultaneously send and receive measuring the phenomenon), the as received signal 3. using a detection signal of the transceiver signal correlation operation 4. draw send and receive signals and related processed signal. Correlated signal of the cusp, which calculate the two-tone signal transceiver 0 phase point 5. Enter 0 phase point position, calculate the relative phase difference.)
- 2010-06-12 17:31:00下载
- 积分:1
-
matlab2program
这是很好的基于matlab仿真的一段程序 是刚开始学习控制类课程的好材料 可以好好地参考一下哦(Matlab simulation of a program is just beginning to learn to control courses materials can have a good reference
)
- 2012-05-13 15:56:29下载
- 积分:1
-
matlab-awgn
这是学习matlab通信系统编程中,添加噪声比较好的说明,请详细阅读!(matlab communication system)
- 2014-12-09 00:17:00下载
- 积分:1
-
dr052
通过matlab代码,大学数值分析算法,多姿态,多角度,有不同光照。( By matlab code, University of numerical analysis algorithms, Much posture, multi-angle, have different light.)
- 2017-04-07 14:52:16下载
- 积分:1
-
BPSK
利用matlab的m文件写出bpsk的内容,一道作业题。谢谢(Use matlab m-file written bpsk content, a job title. Thank you)
- 2010-05-30 12:42:51下载
- 积分:1
-
ex8_5
matlabGUI学习例程。注意使用的时候,matlab的单引号的用法。(matlabGUI learning routines. Note the use matlab usage of single quotes.)
- 2013-03-22 21:46:02下载
- 积分:1
-
PFCdelay
预测函数控制作为第三代的MPC。是一种优秀的控制算法,此程序针对大惯性,大时滞对象实现了准确的控制,并且有详尽的程序注释,还原下载(As a third-generation predictive function control of MPC. Is an excellent control algorithm, this procedure for large inertia, large delay to achieve a precise control of the object, and a detailed program notes, reduction downloads)
- 2014-01-01 14:47:47下载
- 积分:1
-
Ada_Boost
matlab实现的adaboost的代码。(matlab code AdaBoost achieved.)
- 2007-09-18 22:37:54下载
- 积分:1
-
DateConvert
DateConvert:简单而快速的日期转换
DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。
Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快:
DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒
DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒
=>“1.3%(1000环,1.5GHz的奔腾- M的,利用Matlab 7.7)
DateConvert不*不*验证作为Matlab的日期函数输入日期:
DATEVEC( 32 - 2 - 2008 25:62:63 )的答复[2008 3 4 2 2 7]
DateConvert( 32 - 2 - 2008 25:61:67 , 载体 )的答复[2008 2 32 25 61 67]!
因此DateConvert几乎微不足道,但对速度进行了优化。我需要时间排序200 000邮票,并从217个减少到11秒的时间。
请运行单元测试TestDateVec检查的有效性和速度。
测试:利用Matlab 6.5,7.7,7.8,winxp的,32位。
纯Matlab代码,所以兼容性的MacOS,Linux操作系统,64位预期。
英语月份名称是必要的。(DateConvert: Simple but fast date conversion
DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards.
Matlab s DATENUM, DATEVEC and DATESTR accept a variety of inputs, but in consequence they are slow. If the input format is exactly known, the conversion can be much faster:
DATENUM( 17-Oct-2009 11:08:23 ): 2.97 sec
DateConvert( 17-Oct-2009 11:08:23 , number ): 0.039 sec
=> 1.3 (1000 loops, 1.5GHz Pentium-M, Matlab 7.7)
DateConvert does*not* validate the input date as Matlab s date functions:
DATEVEC( 32-Feb-2008 25:62:63 ) replies [2008 3 4 2 2 7],
DateConvert( 32-Feb-2008 25:61:67 , vector ) replies [2008 2 32 25 61 67] !
So DateConvert is nearly trivial, but optimized for speed. I needed it for sorting 200 000 time stamps and reduced the time from 217 to 11 sec.
Please run the unit-test TestDateVec to check validity and speed.
Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit.
Pure Matlab code, so compat)
- 2010-07-05 11:59:46下载
- 积分:1