-
pf
说明: 例子滤波源程序,利用粒子滤波模拟跟踪拟合曲线(partical filter)
- 2009-03-19 16:32:30下载
- 积分:1
-
GUIs
This is a collection of GUIs meant to serve either to answer specific questions about writing GUIs or as a teaching tool to aid in learning how to write MATLAB GUIs without GUIDE.
- 2010-09-30 16:10:03下载
- 积分:1
-
inverter11
说明: 光伏并网逆变器,阳光电源,测试部设计,有待修改
(pv grid inverter,sungrow,test dept desigen)
- 2011-04-11 11:48:49下载
- 积分:1
-
MATLABquxiannihe
介绍了用MATLAB来实现曲线拟合的方法,对进行该方面学习的人很有效(Described curve fitting using MATLAB to implement the method aspects of the conduct of the study were very effective)
- 2010-06-13 11:25:22下载
- 积分:1
-
sp
说明: 用于计算图像鲁棒性的峰值信噪比和归一化相关系数。峰值信噪比值越大,说明图像处理效果越好,鲁棒性强,越小越不好。归一化相关系数值越大越好。(Images used to calculate the peak signal to noise ratio and robustness of the normalized correlation coefficient. The greater the peak signal to noise ratio, indicating that the better image processing, robust, the smaller the worse. Normalized correlation coefficient the better.)
- 2010-12-07 16:25:35下载
- 积分:1
-
test_FIR_filter
thiet ke bo loc FIR dai thong, va mo phong dau vao, ra tren matlab.
- 2010-12-31 21:30:27下载
- 积分:1
-
OFDM
基于蒙特卡洛仿真法的OFDM通信的仿真 具有卷积 交织模块(Monte Carlo simulation method based on the OFDM communications with convolutional interleaving module simulation)
- 2011-10-16 19:39:11下载
- 积分:1
-
OMP24x12
利用空调调制信号本身固有的稀疏特性和压缩感知信号重构算法的MATLAB代码。(The use of air conditioning modulation signals inherent characteristics and compressed sensing sparse signal reconstruction algorithm MATLAB code.)
- 2016-06-18 20:26:56下载
- 积分:1
-
很好的遗传算法的车间调度算法(修改)源代码
做视觉测量的上位机代码,有详细的注释,空间目标识别,采用PM算法,matlab编写的元胞自动机,合成孔径雷达(SAR)目标成像仿真,多元数据分析的主分量分析投影。
- 2022-04-15 19:28:20下载
- 积分:1
-
暂时只支持JPEG2000支持CDF97和spline53这可以测量…
暂时只支持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
- 2023-04-19 13:55:03下载
- 积分:1