-
FDTD2D
Electromagnetic Simulation Using_Fdtd Sullivan2D书中的程序。(Electromagnetic Simulation Using_Fdtd Sullivan2D book program.)
- 2010-07-19 18:10:04下载
- 积分:1
-
functions
说明: 针对移动机器人在海水环境中的三维路径规划问题容易陷入局部最优和收敛慢等瑕疵,根据三维环境全局信息来改进蚁群算法以提高实时性和收敛速度(the ant colony algorithm is improved according to the global information of 3D environment to improve the real-time performance and convergence speed)
- 2020-07-24 19:25:56下载
- 积分:1
-
xtnl
MATLAB实例,很有用的,我是llm,做的毕业设计就是和这个有关的,我想对大家有些帮助。(wward)
- 2010-05-09 15:37:58下载
- 积分:1
-
railway
北京到广州铁路路线仿真,可用于完好性分析用(Beijing to Guangzhou railway line simulation can be used to integrity analysis)
- 2007-01-13 14:15:43下载
- 积分:1
-
neighborhood-classifier
neighborhood classifierneighborhood classifier
- 2011-09-03 21:07:42下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
Introduction_to_Matlab_Tutorial_1
introduction to matlab
- 2012-10-26 18:28:09下载
- 积分:1
-
stor_video
storing a video webcam through webcam
- 2015-04-08 15:54:48下载
- 积分:1
-
LQR controller
使用LQR(线性约束下的二次型规划算法)进行无人驾驶车辆路径跟随的工程实例(An Engineering Example of Unmanned Vehicle Route Following Using LQR (Quadratic Programming Algorithm with Linear Constraints))
- 2018-10-22 14:34:14下载
- 积分:1
-
ch8
说明: MATLAB 7编程 数字信号处理源代码(MATLAB)
- 2010-04-23 12:03:52下载
- 积分:1