-
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
-
105230333MODULATION
matlab GMSK modulation
- 2009-05-20 20:43:39下载
- 积分:1
-
matlablogo
matlab图表,matlab代码源码,是matlab自带的code(matlab logo code)
- 2011-12-23 17:41:02下载
- 积分:1
-
FadingChannelsSklar
用来实现瑞丽分布的MATLAB程序,非常好用的,可以借鉴一下(MATLAB is used to achieve the Ruili distribution program, very easy to use, and can learn from what)
- 2009-10-12 21:58:24下载
- 积分:1
-
weinerfilter
说明: 维纳滤波matlab源代码,无错,可以运行结果,有与fir滤波方法对比结果。(program of wiener filter used in image postprocessing,which can be runned with an expected result.)
- 2010-04-25 17:13:57下载
- 积分:1
-
zc33
使用matlab编写的 配电网前推回代潮流计算程序
使用IEEE 33节点配电系统作为算例,可实现弱环网情况下的潮流计算(Matlab prepared using forward and backward substitution distribution network power flow calculation program uses IEEE 33 node power distribution system as an example, can be realized in case of weak-link network flow calculation)
- 2020-09-05 20:08:05下载
- 积分:1
-
m-sequences-and-cross-corrlation
m-sequencs generation and cross corelation between them
- 2013-03-08 16:20:12下载
- 积分:1
-
d-s_for_matlab
matlab实现的D-S证据理论代码实现(the matlab implementation DS evidence theory code to achieve)
- 2013-03-20 23:07:01下载
- 积分:1
-
Speed_Flux_close_control_VC
基于转速和磁链双闭环的异步电机调速系统,采用空间矢量调制,开关周期10KHz,电网电压380V,转矩最大达30N.m(Based on double closed loop speed and flux of the induction motor speed control system, using space vector modulation, switching cycle 10KHz, grid voltage 380V, maximum torque of 30N.m)
- 2015-09-28 17:46:20下载
- 积分:1
-
GNSS_SDR
一个完整的GNSS接收机Matlab源程序,包括从中频信号的捕获、跟踪、数据同步、解码、导航定位输出(A complete matlab source code for GNSS receiver including intermediate frequency acquisition racking synchronizationdecodingposition and navigation output)
- 2010-12-08 17:33:03下载
- 积分:1