-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1
-
STFT
短时傅里叶变换的matlab函数,有助于理解算法原理(Short-time Fourier transform matlab function, help to understand the algorithm principle)
- 2015-04-04 22:27:46下载
- 积分:1
-
qam
Obtain Quadrature Amplitude Modulation. Plot its BER vs SNR curve at different amplitudes.
- 2015-04-07 14:22:44下载
- 积分:1
-
MatlabC
:Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编
程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用c,C++代码及c,C++调用m文件两方面,深入地研究
了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。(: Matlab has powerful numerical calculation and analysis capabilities, while the C/C++ is currently the most popular high-level programming language, which combines a mixture of complementary programming in scientific research and engineering practice of great significance. Therefore, from the Matlab call c, C++ code and c, C++ to call two m files, in-depth study of a hybrid between them and the realization of the principles of programming mechanisms, and under specific conditions are given a mixture of programming methods and procedures.)
- 2009-04-15 12:19:48下载
- 积分:1
-
demo-examples-2
Demo emf source code 2
- 2011-06-04 17:16:53下载
- 积分:1
-
Example2-Triangular-lattice
用平面波展开法计算的二维光子晶体空气孔结构,TM和TE模式的能带图,matlab程序源代码(With the plane wave expansion method to calculate the two-dimensional photonic crystal structure of air holes, TM and TE modes of the energy band diagram, matlab source code)
- 2013-10-24 15:27:56下载
- 积分:1
-
mrc-antena(snr)
This code simulate MRC receiver in wireless network for different SNR.
this program is for MATLAB.
- 2012-10-09 20:28:37下载
- 积分:1
-
psobp
Artificial Neural Networks using Particle Swamp Optimization
- 2014-01-16 20:43:12下载
- 积分:1
-
NSST_toolbox
非下采样剪切波变换,常用于图像处理领域,可以用于图像融合、目标检测、去噪。(Non-subsampled shearlet transform)
- 2018-05-23 20:47:57下载
- 积分:1
-
beammatlab
将梁分成9个单元,在中间受力,建立整体的刚度矩阵,建立整体模型。(The beam is divided into nine units, in the middle forces, the establishment of the overall stiffness matrix, the establishment of the overall model.)
- 2009-02-14 10:27:40下载
- 积分:1