-
ContemporaryCommunicationSystem-usingmatlab
约翰 G 普罗克斯的经典教材,个人认为是现今讲matlab最好的书籍!(John G Proulx‘s classic text, personal view of ,this is the best books about matlab!)
- 2010-11-21 22:36:19下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
fornisten
ATLAB an integral part of their study of Communication Systems topics and concepts. The books in this new series are designed to promote jkh students problem solving and critical thinking skills through the use of MATLAB as a "virtual laboratory." A 3.5" disk containing supporting MATLAB data
- 2011-08-05 05:34:24下载
- 积分:1
-
PLL
基于simulink的三相PLL锁相环仿真,可以直接使用(Three phase PLL phase lock simuliation,it can be used directly)
- 2015-01-19 17:04:51下载
- 积分:1
-
gui
遗传算法( Genetic Algorithm,GA) 是建立在自然选择原
理和自然遗传机制上的迭代式自适应概率性搜索方法,它能
够模拟自然界中生物进化的发展规律,对特定目标实现自动
优化(Genetic Algorithm (Genetic Algorithm, GA) is based on the principle of natural selection and natural genetic mechanisms iterative adaptive probabilistic search method, it can simulate the development law of biological evolution in nature, specific targets to achieve automatic optimization)
- 2013-05-15 20:09:38下载
- 积分:1
-
videotime
用matlab打开视频,并测试处理30帧图像需要的时间(Using matlab to open the video, and test the processing time of 30 images)
- 2012-06-18 16:24:47下载
- 积分:1
-
Cholesky-factorization
Cholesky分解的演示,程序内含说明,本人原创(Cholesky decomposition of the demonstration, the program includes instructions, my original)
- 2011-08-15 14:27:38下载
- 积分:1
-
jacobi
matlab 矩阵计算 求逆中的jacobi迭代法 还是比较有效的(matlab inverse matrix calculation of jacobi iteration method is more effective)
- 2011-09-16 09:23:54下载
- 积分:1
-
strong_filter
强跟踪滤波器对于强机动具有非常好的机动性能,针对战斗机越来越强的机动性能,已变得必不可少的滤波方法。这里总结了数篇关于强机动目标跟踪的文章,希望对大家的科研有帮助(Strong Tracking Filter for strong motor with very good maneuverability for getting stronger fighter maneuverability, has become an essential filtering method. Here is a summary of several articles on the strong maneuvering target tracking article, we want to help research)
- 2014-01-15 18:10:17下载
- 积分:1
-
pitchdetect
利用求语音信号倒谱的方法,对语音信号进行基音检测,并绘制出波形图。(Use for speech signal spectrum method of fall, the speech signal pitch detection, and rendering the waveform figure.)
- 2012-04-02 15:03:23下载
- 积分:1