-
ControlSystemsSimulationusingMatlabandSimulink
Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版(Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation,
inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated
with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs..)
- 2009-09-06 15:19:01下载
- 积分:1
-
ekf_3dcv_filter
程序应用扩展卡尔曼滤波,实现单站定位算法。(Procedures for the application of extended Kalman filter to achieve single-station location algorithm.)
- 2008-05-06 18:08:06下载
- 积分:1
-
threerayRayleigh
%threerayRayleigh.m
% Last Homework pp. 253 5.31 (Second Edition English)
% Default parameters
% (threerayRayleigh.m%% Last Homework pp. 2 53 5.31 (English Second Edition) para% Default meters%)
- 2006-10-25 09:39:33下载
- 积分:1
-
tree
这是一个可以自动生成分形树图形的程序,在matlab中直接运行即可(Can be automatically generated fractal graphics)
- 2013-05-26 21:18:02下载
- 积分:1
-
Multi-objective-particle-swarm
利用matlab编写的多目标粒子群算法可以很快得到最优值。(Use matlab write multi-objective particle swarm algorithm can quickly obtain optimal value.)
- 2015-05-05 22:26:31下载
- 积分:1
-
LFDA
说明: LLDA,局部线性判别分析,可以降到任意的维度,相比LDA更加优秀(LLDA, Local Linear Discriminant Analysis, can be reduced to any dimension, which is better than LDA.)
- 2020-11-17 13:59:40下载
- 积分:1
-
matlabchengxu
一些常用的matlab应用程序,非常实用,解决数学中的问题(Some commonly used matlab application, very useful to solve problems in mathematics)
- 2011-12-02 10:40:04下载
- 积分:1
-
GABPNNM
自己编写的GABPM文件,用于基于数据的系统的辨识,辨识效果还不错。(This is a M file of GABPNN I have written for the identification based on data.The simulation result shows that the method is valid.)
- 2013-04-29 21:44:12下载
- 积分:1
-
function-list
信号处理工具箱函数汇总,其中包括滤波器分析与实现函数、FIR 数字滤波器设计函数等。(Signal Processing Toolbox function summary, including analysis and implementation function filters, FIR digital filter design functions and so on.)
- 2013-12-26 16:43:10下载
- 积分:1
-
pcmcode
律u律pcm编码
若输入A律PCM编码器的正弦信号为x(t)=sin(1600πt),采样序列为x(n)=sin(0.2πn),n=0,1,2,…,10,将其进行PCM编码,求出编码器的输出码组序列y(n)。
要求:1) 直接采用A律扩展器函数求解上述问题。
2)使用13折线法近似A律PCM 求解上述问题。
3)计算量化误差。(Law a law pcm coding
If the input A-law PCM encoder is sinusoidal signal x (t) = sin (1600πt), for the sample sequence x (n) = sin (0.2πn), n = 0,1,2, ..., 10, it will be PCM coding to obtain the coded output code group sequence y (n).
Requirements: 1) directly A-law expander function to solve the above problems.
2) using a 13 fold line approximation A-law PCM to solve the above problems.
3) calculating the quantization error.)
- 2016-04-06 19:30:12下载
- 积分:1