-
fir
64阶FIR滤波器程序,包含测试文件和数据文件(64-order FIR filter program, including test files and data files)
- 2010-07-21 10:46:24下载
- 积分:1
-
quadrator
quadrotor + adabtive
- 2011-01-02 05:54:58下载
- 积分:1
-
TSP
说明: 用遗传算法求解TSP问题+matlab动态演示其求解过程。(TSP problem using genetic algorithm+ matlab dynamic presentation of their solution process.)
- 2011-04-05 21:32:28下载
- 积分:1
-
双基地MIMO雷达 Capon算法 二维方位角联合估计
双基地MIMO雷达利用Capon算法实现目标二维方位角联合估计(The Capon algorithm bistatic MIMO radar goals 2D azimuth joint estimation)
- 2013-02-08 10:07:46下载
- 积分:1
-
GA
说明: 自己照书编写的基于量子遗传算法的寻优程序,赚取积分啦(According to the book written themselves based on quantum genetic algorithm optimization program, earn points friends)
- 2013-11-24 22:54:41下载
- 积分:1
-
walsh
These are orthogonal complimentary code version of walsh codes which are or to be used in cdma systems.
- 2009-03-23 18:07:05下载
- 积分:1
-
Allpass_filters
It calculates a Thiran filter for fractional delay
- 2009-10-24 20:22:40下载
- 积分:1
-
thin
fingerprint thinning algo n program
- 2010-10-26 17:20:46下载
- 积分:1
-
newton
newton numerical method
- 2010-05-16 04:46:29下载
- 积分:1
-
wavelift
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:studyjpeg2000imageslena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
(only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : study jpeg2000 images lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2)
- 2006-08-08 23:51:30下载
- 积分:1