-
S_Function
这个是学习S变换的比较不错的PPT,是基于MATLAB中SIMULINK的程序介绍以及使用方法(This study S-transform good PPT is based on SIMULINK program introduced in MATLAB and use)
- 2012-06-03 12:59:19下载
- 积分:1
-
electric-using-and-shi-xian
电力线资源的仿真和实现,在matlab编程语言环境下对电力线进行了深入的研究,是一份不可或缺的好资料(the book is talk about electric and how to using electric this is a very good book)
- 2015-04-14 15:33:23下载
- 积分:1
-
PSOGA
说明: 粒子群优化算法,弥补pso全局搜能力差,GA局部搜索能力差的不足(Particle Swarm Optimization (PSO) can make up for the deficiencies of poor global search ability of PSO and poor local search ability of GA.)
- 2021-01-08 15:38:52下载
- 积分:1
-
TCT_Jin
宽带DOA的TCT算法,从本网站下载之后,发现程序有点问题而不能运行,对线性调频信号的生成做了小改动后,程序可以正常运行(The TCT algorithm for broadband DOA,the code is download from this website previously, but find a problem and the program can t run , then modify the code of linear FM signals generation, the program can run)
- 2021-01-14 21:18:46下载
- 积分:1
-
guanlian
MATLAB仿真60个目标直线运动,采用基于航迹隶属度的航迹关联算法仿真目标正确关联概率(60 targets ,the correct probility of the algrithm based on track )
- 2021-05-13 20:30:02下载
- 积分:1
-
pattern_phase
天线线阵的优化,优化副瓣,讲解详细,遗传算法,注释很多(Linear array antenna optimization, optimization sidelobes explain in detail, the genetic algorithm. . . . . . )
- 2020-07-03 09:20:01下载
- 积分:1
-
kienai
雅克比迭代求解线性方程组课设,BP神经网络用于函数拟合与模式识别,应用小区域方差对比,程序简单。( Jacobi iteration for solving linear equations class-based, BP neural network function fitting and pattern recognition, Application of small area variance comparison, simple procedures.)
- 2016-05-18 13:20:48下载
- 积分:1
-
New
Matlab Code needs some modifications to work properly
- 2010-07-04 20:11:59下载
- 积分:1
-
24515
说明: 共轭梯度酸的具体介绍,非常有的东西,希望大家可以学的到这些(Acid conjugate gradient specific description, is there something I hope we can learn these)
- 2010-04-02 10:58:42下载
- 积分: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