-
ACMisgood
利用矩阵乘法解决的经典例题
或许对您的编程思维受益匪浅(Using matrix multiplication to solve the classic example of thinking may benefit your program)
- 2010-08-07 21:28:21下载
- 积分:1
-
code
MATLAB编写实现图像几何校正的程序,根据靶图将tiger图像从鱼眼形变恢复(MATLAB for Image geometry correction preparation procedures, in accordance with the target map to tiger fish-eye images from the restoration of deformation)
- 2009-05-02 15:33:03下载
- 积分:1
-
vessel
Blood vessel segmentation
- 2012-10-02 18:04:44下载
- 积分:1
-
GASVM
遗传算法优化支持向量机程序,用于参数寻优,提高分类率(Genetic algorithm optimization support vector machine program)
- 2018-04-28 20:41:13下载
- 积分:1
-
MATLAB通信仿真及应用实例详解
本书着重介绍了MATLAB在通信仿真,尤其是移动通信仿真中的应用,通过丰富具体的实例来加深读者对通信系统仿真的理解和掌握。
全书共分10章,前3章介绍MATLAB通信仿真的基础,包括Simulink和S-函数;第4~8章分别介绍了信源和信宿、信道传输、信源编码、信道编码、信号交织以及信号调制的仿真模块及其仿真实现过程;第9章介绍了在通信系统的仿真和调试过程中经常遇到的问题及其解决办法;最后,第10章以cdma 2000为例介绍了移动通信系统的设计和仿真。
本书适用于通信行业的大专院校学生和研究人员,既可以作为初学者的入门教材,也可以用作中高级读者和研究人员的速查手册。(MATLAB communication simulation and application examples)
- 2018-02-17 15:42:30下载
- 积分:1
-
MATLAB_FFT
用matlab编写的实现FFT算法的程序,可以用来计算任意长度的FFT。(Achieved with the FFT algorithm written in matlab program that can be used to calculate any length of FFT.)
- 2010-10-17 14:31:16下载
- 积分:1
-
PSO-Fuzzy-Modeler-Mamdani-for-charger
PSO Fuzzy Modeler (Mamdani) for charger
- 2013-12-09 08:01:47下载
- 积分:1
-
matlab
里卖含有很多函数,如求最大值,最小值函数,一范数和二范数相加的问题。(Being sold contain a lot of functions, such as seeking the maximum, minimum function, the sum of a norm and the two norm.)
- 2013-03-31 20:30:40下载
- 积分:1
-
reduce-image-gray-value
matlab图像图像处理,利用移位进行灰度值的变化,达到减小灰度值的效果(the matlab image change of image processing, by using shift grayscale value, to achieve the effect of reducing grayscale value)
- 2012-11-26 19:12:39下载
- 积分:1
-
FPE
说明: 按FPE定阶的
源程序:fpe.cpp
M序列:M序列.txt
白噪声:Gauss.txt
程序中先用依模型阶次递推算法估计模型的参数,再用fpe方法判断模型的阶次。
程序运行结果如下:
n: 1
判断阶次FPE的值: 0.0096406
-0.481665 1.07868
n: 2
判断阶次FPE的值: 0.00875755
-0.446739 0.00498181 1.07791 0.0527289
n: 3
判断阶次FPE的值: 0.0087098
-0.459433 0.120972 -0.0569228 1.07814 0.0390757 0.116982
n: 4
判断阶次FPE的值: 0.000396884
-0.509677 0.4501 -0.200906 0.0656188 1.07991 -0.0156362 0.442989 0.0497236
n: 5
判断阶次FPE的值: 3.2095e-007
-1.18415 0.813123 -0.517862 0.34881 -0.116864 1.07999 -0.744141 0.474462 -0.253112 0.122771
n: 6
判断阶次FPE的值: 3.23349e-007
-1.14659 0.76933 -0.487651 0.329676 -0.10377 -0.00440907 1.07999 -0.703574 0.447253 -0.235282 0.113587 0.00479688
从以上结果可以看出,当n=5时,fpe值最小,所以这时的模型阶次和参数估计值为最优结果:
3.2095e-007
-1.18415 0.813123 -0.517862 0.34881 -0.116864 1.07999 -0.744141 0.474462 -0.253112 0.122771(err)
- 2008-09-12 01:14:14下载
- 积分:1