-
maingui
Matlab GUI using UICONTROL Function
- 2010-06-30 14:15:47下载
- 积分:1
-
ofdm
考虑频率偏移的OFDM仿真程序,直接根据经典参考文献编写(Consider the frequency offset of OFDM simulation program, directly from the classic reference preparation)
- 2008-07-24 00:46:42下载
- 积分:1
-
pca
是用主元分析法实现的较高识别率的人脸识别,开发环境是MATLAB(It is the principal component analysis method is used to implement the high recognition rate of face recognition, development is the MATLAB environment
)
- 2015-03-08 11:53:15下载
- 积分:1
-
Desktop
牛顿法进行二次曲面分析,计算各迭代点的局部值(Newton s method analysis of quadric surface, the local value of iterative point is calculated)
- 2013-12-28 11:15:51下载
- 积分:1
-
FOFDM
filtered-ofdm信号处理,包括IFFT,pulse shaping ,信道估相位估计等模块(filtered OFDM signal processing)
- 2021-03-03 16:29:33下载
- 积分:1
-
模糊熵
说明: 计算模糊熵值,在样本熵的基础上进行改进的模糊航,计算时间序列的复杂性(Computable Fuzzy Entropy Value.An improved fuzzy navigation based on sample entropy is used to calculate the complexity of time series.)
- 2019-03-26 18:25:26下载
- 积分:1
-
duandianjiance
自己编的,带有VAD语音检测的谱减法语音增强程序。(Own, and with VAD voice detection spectral subtraction speech enhancement procedures.)
- 2009-03-17 15:58:25下载
- 积分:1
-
MATLAB-gatool
遗传算法matlab程序,matlan遗传算法工具箱,放在工作目录即可使用。(matlab gatool)
- 2014-01-14 14:07:51下载
- 积分:1
-
pCopiesanalber
程序源码是对心电信号进行R 峰检测,等电位位线的检测等,能快速高效完成计算(The program source is the ECG R-peak detection, detection of potential bit line can be done quickly and efficiently calculate the)
- 2012-08-14 09:58:33下载
- 积分:1
-
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