-
dwta
离散小波变换的一个程序,希望对大家有所帮助。(Discrete wavelet transform a program, we want to help.)
- 2010-08-23 16:48:24下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
2
说明: matlab学习书籍,pdf格式,书名:MATLAB6.5辅助图像处理(matlab learning books, pdf format, title: MATLAB6.5 assisted image processing)
- 2013-03-27 20:59:14下载
- 积分:1
-
danchunxingfa
用单纯形法解线性规划 根据单纯形法的原理,在线性规划问题中,决策变量(控制变量)x1,x2,…x n的值称为一个解,满足所有的约束条件的解称为可行解。使目标函数达到最大值(或最小值)的可行解称为最优解。这样,一个最优解能在整个由约束条件所确定的可行区域内使目标函数达到最大值(或最小值)。求解线性规划问题的目的就是要找出最优解。 (According to the principle of the simplex method, in linear programming problem, the decision variables (control variable) x1, x2,... X n value is called a solution, meet all of the constraint conditions of the solution of the called feasible solution. The objective function to achieve maximum (or minimum) feasible solution of the optimal solution is called. So, an optimal solution by constraint conditions throughout the feasible region determined the objective function to achieve maximum or minimum value). To solve the linear programming problem is to find out the purpose of the optimal solution.
)
- 2011-12-19 15:39:08下载
- 积分:1
-
BuildFBITree
BuildFBITree function in the signal processing
- 2013-05-08 01:03:36下载
- 积分:1
-
fastica
fasica 独立成分分析MATLAB程序(fastica independent component analysis)
- 2021-03-21 09:29:17下载
- 积分:1
-
MatLabmingling
MATLAB命令大全,收录庞大的MATLAB命令,令你在进行数值分析计算时更加方便(MATLAB command Daquan, contains a large MATLAB commands, so that you are going through is more convenient for numerical analysis and calculation)
- 2009-10-07 15:50:43下载
- 积分:1
-
cdma
说明: CDMA仿真系统 Gold码族 最佳接收机 (the cdma system simulation)
- 2011-03-23 21:46:18下载
- 积分:1
-
1CSin_OMP
利用压缩传感技术对1-D信号进行处理,1-D信号压缩传感的实现(Compressed sensing technology using 1-D ,1-D signal processing implementation of compressed sensing signal)
- 2011-01-10 10:49:17下载
- 积分:1
-
MATLAB-time-series
一本详细介绍matlab功能的书,很适合初级的学习者,高手请绕行(A detailed introduction matlab function of the book, it is suitable for junior learners, experts please bypass)
- 2013-08-05 09:12:11下载
- 积分:1