-
OFDM
OFDM系统的一个基本模型,包含各个模块。(OFDM system, a basic model that contains various modules.)
- 2009-11-11 17:08:07下载
- 积分:1
-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1
-
LMBP
说明: 这是一个LMBP算法的源程序MATLAB(THIS IS A LMBP PROGRAM)
- 2021-02-22 20:49:41下载
- 积分:1
-
ht025510u
Control Software Library for HTRC110 and HITAG™ 2
- 2015-03-14 22:14:20下载
- 积分:1
-
mathematica-in-EM
杜建明 编著,是少有的中文版的专门讲mathematica在电磁场理论中的应用的书籍,例子丰富(杜建明 edited, is a rare devoted mathematica in electromagnetic theory in the Chinese version of the book, rich in examples)
- 2014-02-06 02:55:11下载
- 积分:1
-
chb01_01
matlab using this edf file
- 2019-04-28 02:04:02下载
- 积分:1
-
DoubleInvertedPendulum
Double Inverted Pendulum
Full-order observer design
Reduced-order observer design
Pole-placement method
LQR method
LQE method
- 2010-12-02 11:20:24下载
- 积分:1
-
spinal-cord-extraction--
这是一个基于MATLAB用于脊髓自动提取算法的程序代码(This is a MATLAB-based algorithm for automatic extraction of spinal code)
- 2015-03-03 17:04:51下载
- 积分:1
-
PMSM
永磁同步电机
文件position为矢量控制位置环、速度环、电流环调节模型
文件speed为矢量控制速度环、电流环PI调节模型(Permanent magnet synchronous motor
Position vector control position loop, speed loop, current loop regulation model
File PI for vector control speed loop, current loop speed regulation model)
- 2016-12-12 11:18:36下载
- 积分:1
-
Image_Operators_matlab_codes
12.1 图像点的运算
12.1.1 线性点运算
12.1.2 非线性点运算
12.2 图像的算术运算
12.2.1 加法运算
12.2.2 减 法运算
12.2.3 乘法 运算
12.2.4 除法 运算
12.2.5 其它运算
12.3 图像的位逻辑运算
12.4 图像的几何运算
12.4.1 图像插值
12.4.2 图像缩放
12.4.3 图像旋转
12.4.4 图像剪切
12.5 空间变换
12.5.1 仿射变换( affine transformation )
12.5.2 透视变换 (Perspective Transformation)
12.5.3 空间变换的 MATLAB 函数
12.5.4 空间变换实例
12.6 图像融合
12.7 邻域与块操作
12.7.1 邻域操作
12.7.2 图像块操作
12.8 区域处理
12.8.1 区域选择
12.8.2 区域滤波
12.8.3 区域填充(12.1 image point arithmetic 12.1.1 computing linear point 12.1.2 nonlinear point operations 12.2 image adder computing 12.2.1 Arithmetic 12.2.2 subtraction multiplication 12.2.3 computing division 12.2.4 computing 12.2.5 other computing 12.3 Image 12.4 Image-bit logic operations geometric computing 12.4.1 Image Interpolation 12.4.2 image scaling 12.4.3 image rotation 12.4.4 Shear Image 12.5 Space Conversion 12.5.1 affine transformation (affine transformation) 12.5.2 Perspective Transform (Perspective Transformation) 12.5.3 space transform space transform MATLAB function 12.5.4 Examples 12.6 Image Fusion 12.7 Neighborhood and Block Operation 12.7.1 Operation 12.7.2 neighborhood image processing block operation 12.8 Regional 12.8 area selection 12.8.1. 2 regional filtering area filling 12.8.3)
- 2007-12-14 08:59:51下载
- 积分:1