-
goodotsu
matlab实现三维CT图像的分割,阈值分割法来实现(Three-dimensional CT images matlab segmentation, threshold segmentation method to achieve)
- 2010-06-03 12:37:16下载
- 积分:1
-
psofunc
pso function file in matlab
- 2013-04-01 13:37:29下载
- 积分:1
-
termproject
rand, randn, randint.... you can understand my code
- 2015-06-06 13:57:36下载
- 积分:1
-
svpwm
矢量算法模型 用于逆变器的空间矢量脉冲产生(vetor matlab)
- 2020-10-26 22:50:00下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
emdlssvm
一个 可以用的matlab程序 将时间序列经验模态分解后 使用最小二乘支持向量机进行预测(A matlab program can be used time series using empirical mode decomposition least squares support vector machine to predict)
- 2010-06-19 10:12:20下载
- 积分:1
-
hilibert
希尔伯特变换matlab程序在异步电动机故障诊断中的应用例子程序(Hilbert transform matlab program in asynchronous motor fault diagnosis example program)
- 2013-10-23 12:31:37下载
- 积分:1
-
ch3example1B
椭圆滤波器,fp=2400hz,fs=5000hz,rp=3dB,rs=25dB,求其3dB时的各项参数!(Elliptic filter, fp = 2400hz, fs = 5000hz, rp = 3dB, rs = 25dB, for its 3dB at the time of the parameters!)
- 2009-04-20 12:32:56下载
- 积分:1
-
SolveEigenvalue
自己编写的程序,用jacobi方法来求解对称矩阵的特征值还有用OR算法以及反幂法来求解特征值。(I have written procedures, with jacobi method to solve the symmetric matrix eigenvalue algorithm have to use OR as well as anti-power-law to solve the eigenvalue.)
- 2009-03-27 11:39:46下载
- 积分:1
-
db2
代码主要计算Daubechies紧支集滤波器系数L0_d和H1_d,然后采用这两个系数对信号进行小波分解(The main calculation code compactly supported Daubechies filter coefficients L0_d and H1_d, then the use of these two coefficients of wavelet decomposition signals)
- 2009-06-08 12:26:08下载
- 积分:1