-
time_delay_beamforming
时延波束形成,在声纳、雷达等领域有广泛应用,形成空间指向性图并完成空间滤波(delay beamforming, sonar, radar and other fields have extensive application form directivity map and complete spatial filtering)
- 2007-06-29 16:06:19下载
- 积分:1
-
MATLAB-PROGRAMING
MATLAB和Mathematica、Maple并称为三大数学软件。它在数学类科技应用软件中在数值计算方面首屈一指。MATLAB可以进行矩阵运算、绘制函数和数据、实现算法、创建用户界面、连接其他编程语言的程序等,主要应用于工程计算、控制设计、信号处理与通讯、图像处理、信号检测、金融建模设计与分析等领域。
MATLAB的基本数据单位是矩阵,它的指令表达式与数学、工程中常用的形式十分相似,故用MATLAB来解算问题要比用C,FORTRAN等语言完成相同的事情简捷得多,并且MATLAB也吸收了像Maple等软件的优点,使MATLAB成为一个强大的数学软件。在新的版本中也加入了对C,FORTRAN,C++,JAVA的支持。可以直接调用,用户也可以将自己编写的实用程序导入到MATLAB函数库中方便自己以后调用,此外许多的MATLAB爱好者都编写了一些经典的程序,用户可以直接进行下载就可以用。(MATLAB and Mathematica, Maple and called the three mathematical software. It is during a math class technology application software in the numerical calculations to none. MATLAB matrix operations can be performed, mapping functions and data, algorithm, creating the user interface, connect to other programming languages procedures, mainly used in engineering calculations, control design, signal processing and communications, image processing, signal detection, financial modeling design and analysis and other fields. MATLAB basic unit of data is a matrix, its instruction expression and mathematics, engineering, commonly used forms are very similar, so use MATLAB to solving the problem than with C, FORTRAN and other languages accomplish the same thing more simple, and also MATLAB absorb the advantages of software such as Maple, so MATLAB become a powerful mathematical software. In the new version also adds support for C, FORTRAN, C++, JAVA support. Can be calle)
- 2013-09-13 17:29:07下载
- 积分:1
-
MATLAB_image_process
matlab图形图像书籍,对刚入门使用Matlab处理图像的同学帮助很大。(matlab graphics image books, great help to students who just started to use Matlab to process images.)
- 2013-03-04 15:06:12下载
- 积分:1
-
E
说明: 航天器动力学中用于计算E角各种方法MATLAB程序,包括迭代法,几何法等等(Spacecraft Dynamics various methods used to calculate the angle E MATLAB program, including the iterative method, geometric method, etc.)
- 2014-10-28 21:30:15下载
- 积分:1
-
LMI-MATLAB
MATLAB中LMI工具箱的应用,广泛应用于鲁棒控制与网络控制领域(The application of LMI toolbox on MATLAB platform, which is used widely in robust control and networked control field.)
- 2009-12-27 16:36:46下载
- 积分:1
-
MySlopeOne
说明: 协同过滤算法matlab代码,算法本身挺简单的,建议你自己试着编一下(Collaborative filtering algorithm matlab code
)
- 2011-04-17 18:24:22下载
- 积分:1
-
Desktop
Numerical analysis: Newton method used to solve the nonlinear problems.
- 2013-08-24 05:14:52下载
- 积分:1
-
program-to-hep-on-analyse-the-multilevel-inverter
program to hep on analyse the multilevel inverterprogram to hep on analyse the multilevel inverterprogram to hep on analyse the multilevel inverterprogram to hep on analyse the multilevel inverter
- 2013-10-25 03:32:01下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
chaossystemsimulation
讲述了混沌系统的三种典型系统,并通过仿真图说明混沌系统对初始值的敏感性(About the chaotic system of three typical systems, and illustrated through the simulation of chaotic systems on the sensitivity of the initial value)
- 2007-12-26 19:46:23下载
- 积分:1