-
backproj
BACKPROJ uses the filtered or unfiltered backprojection algorithm to perform the inverse Radon transform. The filter is designed directly in the frequency domain and then multiplied by the FFT of the projections. The projections are zero-padded to a power of 2 before filtering to prevent spatial domain aliasing and to speed up the FFT.
- 2010-05-14 20:52:59下载
- 积分:1
-
LDPC_BP_decode
LDPC编解码的源程序,可以在MATLAB中成功运行(LDPC codec source code, you can successfully run in MATLAB)
- 2008-07-24 14:56:01下载
- 积分:1
-
dosc
直接正交信号校正主要用于光谱数据的校正,以及用于多变量分析的预测。(This algorithm is mainly used for the correction of spectral data using direct orthogonal signal correction method, as well as for multivariate analysis)
- 2021-02-03 20:09:58下载
- 积分:1
-
mcmc.in.matlab
使用matlab工具完成mcmc(马尔科夫蒙托卡罗)方法的计算。包含多个m文件。(Matlab tools to complete the MCMCcalculations. Contains more than one m file.)
- 2012-08-01 16:32:40下载
- 积分:1
-
E-Algorithm
E-Algorithm,适用于不平衡数据的分类,而不用对数据进行预处理。MATLAB(the algorithm is suited for the classification of imbalanced data)
- 2014-10-31 15:58:18下载
- 积分:1
-
contrastImprove5
Contrast improuvement using INT operators Ion grayscale image
- 2013-01-28 00:40:31下载
- 积分:1
-
PowerFlow
现代电力系统分析书后PQ分解潮流计算程序(Modern power system analysis book PQ decomposition flow calculation procedures)
- 2013-11-17 22:27:34下载
- 积分:1
-
Main_Logistic
Logistic 逻辑映射,大家注意看啊(Logistic 逻辑映射)
- 2010-12-01 21:31:54下载
- 积分:1
-
jEKF
可以运行的卡尔曼滤波算法,对一个飞行目标进行速度和位置的跟踪,达到了预期的效果(Kalman filter algorithm can run on a flying target speed and location tracking, and to achieve the desired effect
)
- 2012-05-15 13:11:33下载
- 积分:1
-
operatornew
This code enables you to use the "new" and "delete" keywords in C++ to allocate and deallocate your memory. This enables you to create objects with constructors dynamically.
Normally, using new and delete in MEX files might leak memory if the user presses Ctrl+C or the MEX file terminates with an error. This code modífies "new" and "delete" to register all allocated memory with MATLAB s memory manager.
No modifications to existing C++ code is required.
- 2009-06-06 10:35:09下载
- 积分:1