-
pinpu
选择不同的滤波方式:低通、高通、带通及带阻,进行频谱分析。(Select a different filtering method: low pass, high pass, band pass and band stop, spectral analysis.)
- 2010-10-20 18:50:08下载
- 积分:1
-
Release_RT_estimation_MatlabFileExchange
RT Estimation matlab file
- 2012-04-18 02:57:43下载
- 积分:1
-
est_SNR2
利用morlet小波变换,估计ASK信号的符号率(the estimation of symbol rate for ask signal)
- 2009-09-04 11:16:25下载
- 积分:1
-
zengqiang
二进小波图像增强 MATLAB源代码 希望对您有用(Dyadic wavelet image enhancement MATLAB source hope will be useful to you )
- 2010-05-24 21:11:30下载
- 积分:1
-
data-handling-algorithm-learning
数据组合方法研究,该方法是以多项式为基础通过不断筛选组合来辨识非线性系统的模型。该文章详细介绍了该方法的发展及实现步骤。针对该方法中的不足,提出改进措施(Data combination method, the method is based on the polynomial basis through continuous screening combination to identify the model of the nonlinear system. The article describes in detail the development and implementation steps of the method. Deficiencies in the methods, suggest improvements)
- 2013-03-21 15:16:18下载
- 积分:1
-
fit_ML_maxwell
fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!.
Given the samples of a log-normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(x) = sqrt(1/(2*pi))/(s*x)*exp(- (log(x-m)^2)/(2*s^2))
with parameters: m,s
format: result = fit_ML_log_normal( x,hAx )
input: x - vector, samples with log-normal distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
m,s - fitted parameters
CRB_m,CRB_s - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:08:34下载
- 积分:1
-
MATLAB_SOURCE_PRODECURE
《matlab及在电子信息课程中的应用》的源码程序;程序中包含基础的语法和应用实例,还包含高级程序应用,里面包含了近18个EXAMPLE文件。适合学习matlab的初级学者。("Matlab courses and in the electronic information in the application" of the source program program includes basic syntax and application examples, also includes an advanced application procedures. Suitable for junior scholars to learn matlab.)
- 2013-08-31 12:51:45下载
- 积分:1
-
SubjectParser
Subject Parser extends Header Parser Source Code for Andriod.
- 2014-01-13 12:12:38下载
- 积分:1
-
jacobi
说明: 实现jacobi迭代的matlab程序,输出迭代矩阵并显示每次迭代的结果(Matlab program for Jacobi iteration)
- 2020-11-04 17:52:23下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1