-
afni_matlab
AFNI在Matlab下应用源码。用于在matlab环境下导入,修改,处理afni数据。(AFNI source code in Matlab applied. Matlab environment for the import, modify, afni treatment data.)
- 2008-02-19 05:59:22下载
- 积分:1
-
Image-Fusion
国外牛人写的可见与红外的图像融合算法,编译环境是matlab,里面包含目前主流的融合算法。(Foreign cattle to write the visible and infrared image fusion algorithm, the build environment is Matlab, which contains the current mainstream of the fusion algorithm.)
- 2012-06-05 22:10:25下载
- 积分:1
-
MPC模型预测控制算法
MPC模型预测控制算法,包括有约束和无约束模型预测控制MATLAB仿真(MPC model predictive control algorithm, including constrained and unconstrained model predictive control MATLAB simulation)
- 2020-08-09 13:48:32下载
- 积分:1
-
ICA_HJ
用ICA方法分离混合信号,采用H_J方法,输入信号为超高斯信号,如声音信号(Mixed-signal separation using ICA method —H_J method, the input signal for the super-Gaussian signals, such as acoustic signals)
- 2009-12-25 15:55:35下载
- 积分:1
-
flatness-and-xinxisha
自己编写的平坦因子理论以及信息熵的程序,可用于学习和交流(I have written a flat factor theory, and entropy procedure can be used for learning and communication)
- 2011-09-03 20:46:05下载
- 积分:1
-
Mathematical-analysis
连续时间信号的数学分析................(Mathematical analysis of continuous-time signal ................)
- 2015-04-13 18:26:19下载
- 积分:1
-
pkyujjvb
给出了kalman、RLS、LMS三种自适应滤波器的仿真matlab程序,在ImeQHEw环境下调试,三种滤波器都采用了10次迭代,平均ObXIODw参数性能良好,将仿真值与理论值进行了比较。(Given the Kalman and RLS and LMS three adaptive filter matlab simulation procedures, in the ImeQHEw environment debugging, three kinds of filters using the 10 iterations, average ImeQHEwl parameters with good performance, simulation value was compared with the theoretical value..)
- 2016-02-16 20:29:44下载
- 积分:1
-
fft_demodule
该程序用以对2FSK信号调制解调的仿真程序,信道为高斯白噪声,采用FFT方法对其解调(procedures for the right 2FSK signal modulation and demodulation of the simulation program, channel for white Gaussian noise, FFT method demodulation)
- 2006-11-09 20:17:35下载
- 积分: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
-
fangdasuoxiao
在matlab环境下最近邻插值法、双线性插值法对图像进行放大和缩小。以及对图像加入噪声椒盐,高斯,乘性噪声。(The Matlab environment nearest neighbor interpolation, bilinear interpolation on the image to zoom in and out. And image noise added salt and pepper, Gaussian, multiplicative noise.)
- 2013-03-11 21:50:44下载
- 积分:1