-
Matlab
matlab入门教程
简单易学,特别适合初学者!!1()
- 2007-08-06 18:03:52下载
- 积分:1
-
lagrange
Matlab中没有现成的Lagrange插值函数,必须编写一个M文件实现Lagrange插值。
设n个节点数据以数组x0,y0 输入(注意Matlat的数组下标从1开始),m 个插值点以数组 x输入,输出数组y 为 m个插值。
编写一个名为lagrange.m的M文件。(Matlab is not off-the-shelf Lagrange interpolation function, we must realize the preparation of an M file Lagrange interpolation. N nodes based data to an array of x0, y0 input (Note Matlat subscript of the array starting at 1), m a x interpolation points to the array input and output array y for m months interpolation. Lagrange.m the preparation of a M-file.)
- 2008-05-12 10:54:59下载
- 积分:1
-
Lagrangechazhifa
说明: 拉格朗日插值法,是学习插值的基本内容,这里是一个该插值法的matlab程序文件,可以帮助大家进一步学习(Lagrange interpolation method, interpolation is to learn the basic content, here is a program of the interpolation matlab file, you can help us to further study)
- 2011-03-31 11:01:53下载
- 积分:1
-
Kalman_Filter_Package
Power quality generation of voltage sags. All kinds of sags can be generated.
- 2014-09-09 21:49:03下载
- 积分:1
-
chapter3
张德丰matlab小波分析源代码,从信号时-频联合分析引入小波变换,将信号的多分辨率分析及Mallat算法作为全书的重点,并在此基础上,进一步阐述了双正交小波多分辨率分析、小波包多分辨率分析、提升小波应用,还讲述了小波分析在奇异性检测、去噪及数据压缩中的应用。(Zhang Defeng Matlab wavelet analysis of the source code from the signal- frequency joint analysis of the introduction of wavelet transform, multi-resolution analysis of the signal and Mallat algorithm as the focus of the book, and on this basis, further elaborated biorthogonal wavelet multi-resolution analysis wavelet packet multi-resolution analysis, the lifting wavelet applications, but also about the application of wavelet analysis in the singularity detection, de-noising and data compression.)
- 2013-05-21 18:55:35下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
Codes
FDTD Matlab code 1d 2d 3d
- 2010-03-09 09:53:46下载
- 积分:1
-
filreadapRLs
FILTRE ADAPTATIF RLS SUR SIMULINK
- 2014-12-12 17:19:33下载
- 积分:1
-
chapter6_1
此程序的功能是用自相关法求使信号s均方预测误差为最小的预测系数 (Feature of this program is to use the autocorrelation method for the signal s smallest mean squared prediction error of prediction coefficients)
- 2013-11-25 20:31:34下载
- 积分:1
-
POD1
POD分解,本证正交分解,用于能量,频率等的提取和分解分析(POD decomposition, orthogonal decomposition of the card used for the extraction of energy, frequency and decomposition analysis)
- 2013-03-30 20:13:02下载
- 积分:1