-
svpwm
本文主要介绍基于SIMULINK的SVPWM仿真,并且详细阐述了SVPWM 的算法。(This paper describes the SVPWM based on SIMULINK simulation, and detailed SVPWM algorithm.)
- 2009-10-26 17:44:56下载
- 积分:1
-
facerec
说明: 一个修改后的PCA进行人脸识别的Matlab代码(a change of face recognition for the PCA Matlab code)
- 2006-04-18 09:37:01下载
- 积分:1
-
computerwork_1
1) 借助MATLAB画出误差性能曲面和误差性能曲面的等值曲线;
2) 写出最陡下降法, LMS算法的计算公式( );
3) 用MATLAB产生方差为0.05,均值为0白噪音S(n),并画出其中一次实现的波形图;
4) 根据2)中的公式,并利用3)中产生的S(n),在1)中的误差性能曲面的等值曲线上叠加画出采用最陡下降法, LMS法时H(n)的在叠代过程中的轨迹曲线。
5)用MATLAB计算并画出LMS法时 随时间n的变化曲线(对 应S(n)的某一次的一次实现)和e(n)波形;某一次实现的结果并不能从统计的角度反映实验的结果的正确性,为得到具有统计特性的实验结果,可用足够多次的实验结果的平均值作为实验的结果。用MATLAB计算并画出LMS法时J(n)的100次实验结果的平均值随时间n的变化曲线。
6)用MATLAB计算并在1)中的误差性能曲面的等值曲线上叠加画出LMS法时100次实验中的H(n)的平均值的轨迹曲线;
7)对以上实验结果给出一些你认为有价值的讨论。
(在实验中n=1,,…..N,N的取值根据实验情况确定,一般选取足够大以使算法达到基本收敛,本题作业以电子文档PDF格式提供)
(1) With MATLAB to draw the contours of the error performance surface and error performance surface
2) Write down the steepest descent method, the LMS algorithm formula ()
3) using MATLAB variance 0.05, mean 0 white noise S (n), and draw one to achieve the waveform diagram
4) According to the formula 2), and using 3) S (n) produced in 1), the error performance of the contours of the surfaces superimposed on draw using the steepest descent method, the LMS method is H (n) in the iterative process in the trajectory curve.
5) curve to calculate and draw the LMS method using MATLAB with time n (time corresponding to the S (n) of a first implementation) and e (n) waveform reflect a certain time to achieve results not from a statistical point of experiment the correctness of the results obtained with the experimental results of the statistical properties of the available sufficient times the average of the experimental results as a result of the experiment. Calculate and draw the LMS m)
- 2020-12-14 14:29:14下载
- 积分:1
-
eetop[1].cn_0470998210
Multi-Carrier and
Spread Spectrum
Systems最新版本对OFDM wimax lte都有阐述(Multi-Carrier and Spread Spectrum Systems the latest version of the OFDM wimax lte has described)
- 2010-06-03 17:12:57下载
- 积分:1
-
RTL8201CP-2
RTL8201 circuit application
- 2009-11-21 11:04:52下载
- 积分:1
-
recursionls
系统辨识二阶递推最小二乘算法实现。对数据进行了归一化的预处理,并且对原始数据进行一次采样(Second-order recursive least squares system identification algorithm)
- 2010-01-01 14:17:33下载
- 积分:1
-
power-system-smartmarket
电力系统智能电力市场运营的matlab的验证程序,能够计算出调度的市场经济优化程度。(Power system intelligent electricity market operator matlab verification process, be able to calculate the degree of optimization scheduling market economy.)
- 2013-03-21 16:48:41下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1
-
chap8_2_ga
说明: 遗传算法(Genetic Algorithm,GA)最早是由美国的 John holland于20世纪70年代提出,该算法是根据大自然中生物体进化规律而设计提出的。是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。该算法通过数学的方式,利用计算机仿真运算,将问题的求解过程转换成类似生物进化中的染色体基因的交叉、变异等过程。在求解较为复杂的组合优化问题时,相对一些常规的优化算法,通常能够较快地获得较好的优化结果。遗传算法已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。(Genetic algorithm (GA) was first proposed by John Holland of the United States in the 1970s. It is designed and proposed according to the evolution law of organisms in nature. It is a computational model of biological evolution process simulating natural selection and genetic mechanism of Darwin's biological evolution theory. It is a method to search the optimal solution by simulating natural evolution process. The algorithm transforms the solving process of the problem into a process similar to the crossover and mutation of chromosome genes in biological evolution by means of mathematical method and computer simulation. When solving complex combinatorial optimization problems, compared with some conventional optimization algorithms, it usually can get better optimization results quickly. Genetic algorithm has been widely used in combinatorial optimization, machine learning, signal processing, adaptive control and artificial life.)
- 2020-12-18 11:34:29下载
- 积分:1
-
Slantlet
这是一个Slantlet的matlab实现,觉得比较有用,推荐一下(This is a Slantlet the matlab implementation, feel more useful, recommend what)
- 2010-05-31 12:00:28下载
- 积分:1