-
angle
水平测量中求取一测回水平角的简单程序
可以任意限差(A horizontal angle measured back)
- 2010-05-12 14:42:41下载
- 积分:1
-
1.1-
matlab图像处理程序,很实用的,图像多分辨率金字塔(matlab image processing procedures, very practical, multi-resolution image pyramid)
- 2014-02-24 21:46:43下载
- 积分:1
-
1001conv_enc_Viterbi_dec
一种高速卷积编码技术及其Viterbi译码技术研究(A high-speed convolutional coding and Viterbi decoding technology technology research)
- 2008-05-04 10:26:57下载
- 积分:1
-
clipping_ber_my
ofdm中的PAPR问题的CLIPPING方案的BER(ofdm in the PAPR problem CLIPPING program BER)
- 2021-02-22 05:09:41下载
- 积分:1
-
P31_Num_Int_trapezoidal
This program is for interpolating the trapozoidal method for mathematical calculations done in matlab.
- 2014-09-21 14:00:57下载
- 积分:1
-
particle-filter-algorithm
很好的粒子滤波的程序示例,望能给你带来帮助(good program)
- 2011-05-02 20:27:09下载
- 积分:1
-
chp2ex1gui
GUImatlab程序负载的特性变化导致电源功率变化的不同(GUImatlab program characteristics of the load changes lead to changes in the different power supply
)
- 2011-11-26 00:10:17下载
- 积分:1
-
GATOOL
我一直用着的非常好用的遗传算法工具箱,包含了雷英杰那本书的所有工具函数,我一直用,非常经典。(I have been using the very good with the genetic algorithm toolbox, contains all the tool function of Lei Yingjie s book, I have been using, very classic.)
- 2013-07-11 10:36:38下载
- 积分:1
-
capacity-of-ZF-and-MRT
关于MIMO天线的matlab仿真,有代码和仿真结果图(Matlab simulation on MIMO antenna with code and the simulation results)
- 2021-04-15 11:38:54下载
- 积分:1
-
xiashan
MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<>
迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x(k+1),直至:|f(x(k+1))|<|f(x(k))|(即|f(x(1))|<|f(x(0))|),然后更新下山因子为u=1,继续以牛顿法迭代。(MATLAB Newton-down a small program, the principle is not explained in detail. Newton iteration by the initial value of the selected limit, in order to prevent additional iterative divergence, the iterative process a request: | f (x (k+1)) | < | f (x (k)) | Newton iteration Results: x (k+1) ' = X (k)-f (x (k))/f' (x (k)) and a previous approximation x (k), appropriately weighted average as a new improved value: x (k+1 ) = u* x (k+1) ' + (1-u)* x (k), where u (0 < u> iteration take successive calculated at 50 until the additional requirements found so far. examples of calculation of X ( k) = x (0) unchanged profile u and x (k+1, hungry) until: | f (x (k+1)) | < | f (x (k)) | (i.e. | f (x (1)) | < | f (x (0)) |), then profile downhill factor for u = 1, to continue to Newton iteration.)
- 2013-05-15 08:52:09下载
- 积分:1