-
NLS
分布傅里叶方法求解光纤中的光传输振幅,求解非线性薛定谔方程(supercontinuum generation with matlab)
- 2012-03-20 16:10:26下载
- 积分:1
-
Morse
莫尔斯码的幅度调制与解调:信号x(t)含有一段简单的消息,由文件ctftmod.mat定义,由x(t)解出所需信息(The amplitude modulation and demodulation of the Morse code:the signal x (t) contains a simple piece of information, as defined by the file ctftmod.mat information required by the solution x (t))
- 2021-03-15 20:19:22下载
- 积分:1
-
EssentialMathematicaArchive
这是学习mathematica软件的经典教程,也是自学的好帮手,由著名的物理学家JIM HOSTE所著,并由MC GRAW HILL出版。希望对初学者有所帮助(This is a classic learning mathematica software tutorials, is also a good self-help, by the famous physicist JIM HOSTE book, published by MC GRAW HILL. Want to help beginners)
- 2010-08-23 20:39:17下载
- 积分:1
-
pp
说明: matlab code for finger print detection
- 2011-06-23 17:44:34下载
- 积分:1
-
DTC_ui1
永磁同步电机直接转矩控制,适用于matlab7.0以上版本(Permanent magnet synchronous motor direct torque control for more than matlabt.0 version)
- 2011-08-31 09:49:41下载
- 积分:1
-
Series_Resonamce_exp_101b
Matlab Codes for Series Resenance
- 2013-10-04 15:01:51下载
- 积分:1
-
activeClusteringCode
Matlab code for active clustering in wireless sensor networks.
- 2013-11-15 23:04:49下载
- 积分:1
-
OFDM_simulink_matlab
OFDM仿真原始代码。基于matlab实现OFDM的全过程。压缩文件中包含7个文件。(OFDM code files, include the whole procedure of OFDM. there are seven files in this package.)
- 2010-06-05 18:27:30下载
- 积分:1
-
program
一个简单的相控阵超声波探伤及成像系统模型。现在可以模拟三种声波束的成像结果,适合理解超声波探伤原理。( 1 :for Plane B-scan
2 : for Focused B-scan
3 : for Sector B-scan)
- 2012-01-18 07:41:48下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1