-
mulNewtonSOR
本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。(The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps) where F: equations, x0: the initial solution of equations, w: SOR iterative factor, h: numerical integration constant, eps: the root of the accuracy, m: the number of iterative steps.)
- 2010-01-01 14:13:48下载
- 积分:1
-
BoostPWM
说明: 这是一个BOOST-PWM电路的仿真,主要用于PFC校正。(This is a PWM circuit simulation hee-, mainly used for PFC correction.)
- 2010-04-27 20:30:29下载
- 积分:1
-
matlab-Communication
MATLAB SIMULINK通信系统建模与仿真实例分析学习辅导和习题详解(MATLAB SIMULINK communications system modeling and simulation analysis study examples and exercises Detailed Guidance)
- 2016-04-22 11:52:49下载
- 积分:1
-
HMM
hidden markove modeling for text dependent speaker recognition
- 2009-05-06 08:04:49下载
- 积分:1
-
pingjunzhouqitu
利用平均周期图法的进行功率谱估计,得到信号的频谱幅度。(Use the average periodogram method for power spectrum estimation, be the signal amplitude spectrum.)
- 2010-01-12 19:16:57下载
- 积分:1
-
601_Interleave
产生指定长度的S-rand interleaver序列的程序
(produce S-rand interleaver
)
- 2013-08-26 21:27:56下载
- 积分:1
-
Part-two-figure-to-determine
MATLAB写的,从基本原理出发,判定给定图是不是二部图,文件中有两个例子可以验证算法。(Written by MATLAB, starting from the basic principle, determine a given graph is figure, can validate algorithm file, there are two examples.
)
- 2013-11-01 10:42:01下载
- 积分:1
-
wurenjichuizhifangzhen
基于matlab&simulink的仿真,无人机垂直起降问题,可直接运行。(Based on matlab & simulink simulation, UAV VTOL problems can be directly run.)
- 2020-09-19 19:37:53下载
- 积分:1
-
MATLAB+模拟的电磁学时域有限差分法_13129674
matlab 书籍时域有限元求解电磁场,计算电磁学初学者,编写的程序代码,希望可以帮助广大网友(Matlab book time domain finite element method to solve electromagnetic field, calculation of electromagnetic beginners, compiled program code, hope to help the vast number of netizens)
- 2019-06-29 17:43:33下载
- 积分:1
-
kpib
kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command:
r = kpib(INSTRUMENT,GPIB, read )
will return the voltage and current reading from a number of different power supplies. The goal is to be able to write matlab code that can accommodate changing instruments and experimental setups with minimum hassle. If INSTRUMENT and GPIB are defined as constants at the beginning of your code, then they can be changed to accommodate new equipment, and the rest of the code is unchanged. In addition, kpib can test whether an instrument exists at an address and read and write arbitrary strings to instruments for testing.
- 2010-06-11 15:54:33下载
- 积分:1