-
chazhi
Lagrange插值、Newton插值函数等插值函数,函数为数值分析课本上的例题。(Lagrange interpolation, Newton interpolation function, such as interpolation function, function for the numerical analysis of the textbooks on the sample questions.)
- 2008-12-18 19:19:36下载
- 积分:1
-
好用的阴影去除算法,matlab编写
是机器学习的例程,主同步信号PSS在时域上的相关仿真,使用大量的有限元法求解偏微分方程,非常适合计算机视觉方面的研究使用,用于时频分析算法,外文资料里面的源代码。
- 2022-09-03 23:05:02下载
- 积分:1
-
基于蚁群算法的三维路径规划算法
说明: 蚁群算法的优化计算-三维路径
经过优化,效果比较好(Optimization calculation of ant colony algorithm three dimensional path
After optimization, the effect is better)
- 2020-12-28 17:43:51下载
- 积分:1
-
stbc8
多输入多输出系统中空时分组码matlab仿真源代码。(Multiple-input multiple-output system simulation of hollow-time block code matlab source code.)
- 2009-11-09 19:08:51下载
- 积分:1
-
ABC
1.The content is too simple
2.Is not a sourcecode or document
- 2012-04-06 00:09:55下载
- 积分:1
-
polar-matlab
matlab图形界面演示程序,适合初学,matlab GUI编程的朋友(Matlab GUI demo program, suitable for beginners, Matlab GUI Programming friends)
- 2007-03-14 16:37:07下载
- 积分:1
-
filtering
图像中值滤波,用matlab实现了3×3邻域中值滤波,以及实现5×5十字形中值滤波。(Image filtering, using matlab to achieve the 33 neighborhood median filtering domain, and the realization of the value of 55 cross filtering.)
- 2013-11-28 12:31:46下载
- 积分:1
-
2D 沃尔什变换
%=======================================================
2-D SEQUENCY(WALSH),DYADIC(PALEY) %函数和
%天然 (阿达玛) 下令快速沃尔什阿达玛变换
%=======================================================
功能 xx = fwht2d(xx)
%功能实现 2D 快速沃尔什阿达玛变换。
矩阵的维度 %必须是 2 的整数幂。
%作者: Gylson 托马斯 ·
%电子邮件: gylson_thomas@yahoo.com
%助理教授,电气和电子工程部。
工程 Kuttippuram %mes 高等专科学校
%,印度喀拉拉邦,2005 年 2 月。
%版权所有 2007年。
N = length(xx) ;
i = 1: n
xx1(i,:) = fhtseq(xx(i,:)) ;
结束
由 fhtdya 的并矢秩序和 fhtnat 的自然顺序 %替换 fhtseq
xx = zeros(N) ;
j = 1: n
xx(:,j) = fhtseq(xx1(:,j)")" ;
结束
%-------------------------------------------------------
%1 D 序列 (Walsh) 下令快速沃尔什阿达玛变换
%-------------------------------------------------------
函数 x=fhtseq(data)
x=bitrevorder(data) ;
N=length(x) ;
k1 = N;k2 = 1 ;k3 = N/2 ;
为 i1=1:log2(N)
L1 = 1 ;
- 2023-06-21 16:55:03下载
- 积分:1
-
OCR
对车牌进行预处理(图像分割),然后进行文字识别(Pretreatment of the plate (image segmentation), and then proceed to character recognition)
- 2008-05-07 09:07:30下载
- 积分:1
-
GAjn
自己编写的遗产算法程序。在matlab环境下编写的m文件。经测试好用,基本,原理简单。(I have written legacy algorithm. In the matlab environment prepared m files. Tested easy to use, the basic principle is simple.)
- 2013-12-31 11:22:12下载
- 积分:1