-
backeuler
后向欧拉方法求解微分方程的初值问题,运用牛顿迭代解决implicit(backward euler solver for ODE)
- 2012-03-29 16:32:35下载
- 积分:1
-
2
说明: 现代线性控制理论实验课程的原理,以及有关matlab的例子应用(Modern linear control theory, the principles of experimental program, as well as examples of application of the matlab)
- 2011-07-12 15:54:37下载
- 积分:1
-
power_transfohyst
power_transfohyst,matlab仿真文件,电力电子、功率电子控制方面很有价值,调试通过(aspects of power_transfohyst, matlab simulation files, power electronics, power electronics control valuable debugging through)
- 2013-02-28 14:06:23下载
- 积分: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
-
Numerical-analysis-with-Matlab
This tutorial deals with the rootfinding, interpolation, numerical differentiation and integration and
numerical solutions of the ordinary differential equations.
- 2013-12-07 18:59:37下载
- 积分:1
-
TWRData_analyze
适用于MATLAB的跟踪算法,使用的是GNN关联和Kalman滤波算法(The tracking algorithm for MATLAB is based on GNN correlation and Kalman filtering algorithm.)
- 2018-04-11 17:07:50下载
- 积分:1
-
matlab-simulation2
matlab仿真实例-实际应用电路的仿真(matlab simulation- the practical application of circuit simulation)
- 2011-06-06 16:21:15下载
- 积分:1
-
AFplot
you can plot the Array function of Smart Antenns
- 2011-12-06 13:50:19下载
- 积分:1
-
dizhenmonijiluz
地球物理学地震子波以及合成记录模拟原代码.(Geophysical seismic wavelet, and synthetic seismogram simulated the original code.)
- 2021-04-26 19:28:45下载
- 积分:1
-
saccade
eye saccade control system simulink model
- 2010-10-20 15:22:14下载
- 积分:1