-
SINS-SAR
捷联惯导和合成孔径雷达组合导航程序,地理坐标系下的(SINS integrated navigation and synthetic aperture radar program, geographic coordinates of the)
- 2009-09-23 19:24:48下载
- 积分:1
-
essai
tthe leach code in matlab for wireless sensor network
- 2010-07-14 19:38:25下载
- 积分: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
-
ACSMCFuzzySMC
利用模糊控制結合滑模控制合成的模糊滑模控制器,應用在磁浮軸承系統。(The use of fuzzy control with sliding mode control synthesis of fuzzy sliding mode controller, used in magnetic bearing systems.)
- 2009-12-14 16:22:47下载
- 积分:1
-
clarkemoxing1
矢量控制系统中的PARK变换,CLARKE变换以及他们的反变换(PARK transformation vector control system, CLARKE transform and inverse transform)
- 2013-04-04 20:16:38下载
- 积分:1
-
LMS_toolbox
LMS算法工具箱,很多使用的LMS算法仿真程序。(LMS algorithm toolbox, many of the LMS algorithm using the simulation program.)
- 2007-09-13 12:45:17下载
- 积分:1
-
svpwm_pulsegen
a three level inverter using simulink
- 2009-06-01 10:14:24下载
- 积分:1
-
MATLAB-temperature-flied
实现温度场分析,matlab的温度应用提供非常好的软件程序(Achieve temperature field analysis, matlab temperature applications to provide very good software programs)
- 2013-11-11 12:38:49下载
- 积分:1
-
Practice2_1
simulink电机拖动仿真模型,可用sim函数调用观察仿真结果(simulink,Motor Model,use the simset and sim to get the result)
- 2015-01-01 21:25:09下载
- 积分:1
-
HopfieldExperiment
采用Hopfield网络解决旅行商问题,收敛速度快。(using Hopfield network to solve the traveling salesman problem, and fast convergence.)
- 2007-04-27 13:20:01下载
- 积分:1