-
Gauss-Legendre-quadrature
说明: 任意三角形上的任意阶Gauss积分程序
算法详见参考文献
H.T. Rathod, K.V. Nagaraja, B. Venkatesudu, N.L. Ramesh, Gauss Legendre quadrature over a triangle, J. Ind. Inst. Sci. 84 (2004)
183–188.(Gauss Legendre quadrature over any triangle)
- 2021-04-27 18:48:44下载
- 积分:1
-
ga
说明: Binary Genetic Algorithm
- 2014-01-05 22:53:02下载
- 积分:1
-
V2.0
MATLAB GUI设计学习手记(第二版)源程序
附赠 俄罗斯方块V2.0
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
(MATLAB GUI design learning Hearts (second edition) source code comes with Tetris V2.0 book recommended learning methods: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design from the Chapter 1 of the book began to learn step-by-step. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
- 2012-11-15 18:48:16下载
- 积分:1
-
communication_mat_sim
很多通信系统的matlab程序,便于修改调用,欢迎使用!(many communications systems Matlab procedures to facilitate changes called Welcome!)
- 2007-06-09 12:46:11下载
- 积分:1
-
sbl_pmkf_radar
用SBL算法和卡尔曼滤波压缩感知算法实现雷达的一维距离像成像,并对两者进行了成像性能分析对吧(SBL algorithm and Kalman filter using compressed sensing algorithm for one-dimensional range radar imaging, and imaging performance analysis carried out both right)
- 2020-11-07 15:29:50下载
- 积分:1
-
Untitled2
ann The models used in MPC are generally intended to represent the behavior of complex dynamical systems. The
additional complexity of the MPC control algorithm is not generally needed to provide adequate control of
simple systems, which are often controlled well by generic PID controllers. Common dynamic characteristics
that are difficult for PID controllers include large time delays and high-order dynamics.
- 2013-04-23 12:47:11下载
- 积分:1
-
m2
说明: 最炫民族风的源代码,喜欢的可以下载下来,放在matlab中听一下。另外,这里还有其他音乐代码,需求的可以私信我。(The most unusual national wind source code, like you can download and put matlab liking it. In addition, there are other music code, demand can private letter to me.)
- 2013-12-26 20:42:56下载
- 积分:1
-
TextViewStubActivity
TextViewStubActivity extends Activity.List of "line number" entries, which are the contents of {@code LineNumberTable} attributes.
- 2014-02-20 11:59:53下载
- 积分:1
-
c_matlab
一个进行C++和matlab混合编程的程序,可以实现c++调用matlab,虽是一个简单的例子但是却会让你学会VC、matlab混合编程的强大(One for C++ and matlab mixed programming procedures can be achieved c++ calling matlab, although a simple example but it makes you learn to VC, matlab powerful Hybrid Programming)
- 2009-10-02 17:12:00下载
- 积分:1
-
DSPII_USTC_01
传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能:
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)波形;
6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线;
7)最终对结果进行了分析,具体见压缩包的word文档。
(Wideband signal in the conventional sinusoidal interference suppression method is the use notch filter (notch filter), this requires precise knowledge of the frequency of a sinusoidal interference . However, when the interference frequency sinusoidal changes slowly , and the selected frequency characteristic requirements are very sharp , then best use of adaptive noise cancellation method . following figure is a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference . The code implements the following functions:
A ) draw with MATLAB error performance of the filter surface and the surface contour error performance curve
2 ) gives the steepest descent method and the LMS algorithm formula
3 ) generated using MATLAB variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform
4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour pl)
- 2013-11-06 13:12:36下载
- 积分:1