-
matlab
主要是自适应滤波的源代码,可以进行matlab仿真(Adaptive filtering is the source code, can matlab simulation)
- 2009-05-08 20:06:33下载
- 积分:1
-
01355078
machine asynchrone
- 2011-04-06 07:17:23下载
- 积分:1
-
bvp6c
高精度的matlab求微分方程组的边值问题的bvp6
c的解算器,精度高于常用的bvp4c。(bvp6c solver for ode bvps in matlab)
- 2020-07-04 19:20:01下载
- 积分:1
-
有限差分法求解二维椭圆型方程的Matlab程序
有限差分法求解二维椭圆型方程的Matlab程序
% 用有限差分法求解矩形域上的Poisson方程
tol=10^(-6); % 误差界
N=1000; % 最大迭代次数
n=20; % x轴方向的网格数
m=20; % y轴方向的网格数
h=(b-a)/n; % x轴方向的步长
l=(d-c)/m; % y轴方向的步长
for i=1:n-1
x(i)=a+i*h;
end % 定义网格点坐标
for j=1:m-1
y(j)=c+j*l;
end % 定义网格点坐标
u=zeros(n-1,m-1); %对u赋初值
% 下面定义几个参数
r=h^2/l^2;
s=2*(1+r);
k=1;
% 应用Gauss-Seidel法求解差分方程
- 2022-03-25 13:19:56下载
- 积分:1
-
EngineeringMatlabProgramming
本书提供了工程中常见问题的解决方法及仿真过程,适合工科师生仿真参考教程。(The book provides engineering solutions to common problems and simulation process, suitable for engineering students and teachers information and guidance simulation.)
- 2009-01-10 16:56:34下载
- 积分:1
-
autosynb
synchrhonization effects
- 2011-02-03 05:34:36下载
- 积分:1
-
workkalmanfilter6
说明: 希望每一个使用本程序的人都能做到保密,因为这里的许多东西都是相当宝贵的,如果还有别的需要可以单独发邮件给我(hope every one use of the procedures people can be kept confidential, because many things here are very valuable, if there are other needs alone can send an email to)
- 2006-04-06 18:27:26下载
- 积分:1
-
Image_Fusion_In_Mat
进行多光谱和全色图的图像融合,使用小波变换。(Multi-spectral and panchromatic image fusion map, using wavelet transform.)
- 2014-01-01 18:48:02下载
- 积分:1
-
GCV
共轭梯度算法,改进后的算法,比较好用,已经验证过了。(Conjugate gradient algorithm, the improved algorithm, more useful, has been verified.)
- 2021-01-07 14:18:53下载
- 积分:1
-
OFDM信道估计(LMMSE,LR-LMMSE)
- 2022-03-22 18:03:33下载
- 积分:1