-
Chebyshev1IIRdigitalfilter
这是本人夏季学期的课程设计:模拟信号数字化滤波处理的计算仿真-Chebyshev I型低通滤波,对模拟信号进行数字化滤波处理。根据数字滤波器的性能指标,计算出Chebyshev1型低通IIR数字滤波器的系统函数,画出数字滤波器的频率响应曲线,给出Chebyshev1型低通IIR数字滤波器的设计结果。(This is my summer semester of the curriculum design: analog signal processing digital simulation filtering-Chebyshev I-type low-pass filtering, on the analog signal to digital filter processing. Digital filter in accordance with performance indicators, calculated Chebyshev1-type low-pass IIR digital filter systems function, to draw the digital filter frequency response curve, give Chebyshev1 type low-pass IIR digital filter design.)
- 2009-03-09 16:27:38下载
- 积分:1
-
sift-mlab
SIFT代码,包括detector & descriptor.Matlab版本,内有详细的说明文档。值得一看(SIFT code, including detector )
- 2008-03-21 21:37:49下载
- 积分:1
-
Propagation-constant
详细介绍在光纤激光中的传播常数的相关研究的matlab计算(Details the calculation of the propagation constant in the fiber laser Matlab)
- 2012-08-07 10:41:56下载
- 积分:1
-
Debye
Debye级数展开模型,计算均匀球形粒子散射角——散射光强曲线:
1. RB1.m 计算第一类Ricatti-Bessel函数的函数
2.RB2.m 计算第二类Ricatti-Bessel函数的函数
3. Alegendr.m 计算角函数 和 的函数
4. MieCoeff.m 计算米尔系数的函数
5. Amp.m 计算散射光复振幅的函数
6. DebyeIntensity.m Debye级数展开模型画均匀球形粒子散射角-光强图
(Debye series expansion model to calculate the uniform spherical particles scattering angle- scattering intensity curve: 1. RB1.m calculated first class Ricatti-Bessel function of the function 2. RB2.m calculate the second category Ricatti-Bessel function of the function 3. Alegendr.m computing angle functions and function 4. MieCoeff.m Mill coefficient calculation function 5. Amp.m calculate the scattering amplitude recovery function 6. DebyeIntensity.m Debye series expansion model painted uniform spherical particles scattering angle- light intensity diagram)
- 2013-10-05 15:07:04下载
- 积分:1
-
yasuoganzhi
压缩感知程序,利用CS对一维信号进行完美重构,适合稀疏信号(Compressed sensing applications, the use of CS for one-dimensional signal is perfect reconstruction, suitable for sparse signal)
- 2015-06-30 20:22:47下载
- 积分:1
-
SHA-1
SHA-1 Source Code
This optimized SHA-1 implementation conforms to FIPS 180-1
- 2007-10-27 14:13:56下载
- 积分:1
-
VCMatlabImageProcessing
VC_和Matlab混合编程在图像处理中的应用(VC_ and hybrid programming in Matlab Image Processing)
- 2010-07-22 23:09:04下载
- 积分:1
-
matlab
matlab编写的粒子滤波算法,已经在工程样机上得到验证,希望对大家有帮助(matlab prepared particle filter algorithm, the engineering prototype has been tested on, and they hope to have everyone help)
- 2009-03-15 02:56:44下载
- 积分:1
-
san2
Hook-Jeeves法解无约束最优化问题(Hook-Jeeves Solving unconstrained optimization problem)
- 2009-12-01 15:56:02下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1