-
pendulum
用matlab编写的钟摆动画,可是实现钟摆的摆动和时针分针秒针的跳动(matlab)
- 2010-07-06 20:10:26下载
- 积分: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
-
Verify-bandpass-sampling-theorem
带通采样定理的验证以及在无线电全数字中频直扩接收机的应用
(Verify bandpass sampling theorem)
- 2014-02-05 17:20:52下载
- 积分:1
-
mas3ph
Modelisation de la Machine Asynchrone triphase sous Matlab (programme .m)
- 2010-12-09 23:57:41下载
- 积分:1
-
PCA
LPA是主成分分析算法,用于特征提取和特征空间的降维(LPA code for feature)
- 2011-04-29 09:53:17下载
- 积分:1
-
power_voltmeasure
power_voltmeasure.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_voltmeasure.rar,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:23:18下载
- 积分:1
-
ELD_with_losses
economic load dispatch with losses
- 2011-11-30 14:30:14下载
- 积分:1
-
CRLB
说明: 基于TOA定位算法的克劳美罗CRLB仿真程序(CRLB simulation program of TOA location algorithm)
- 2020-05-10 18:46:37下载
- 积分:1
-
model4b
数学建模清华数模讲义\model4b (Mathematical modeling Qinghua digital-analog handouts model4b)
- 2010-01-13 23:23:20下载
- 积分:1
-
元胞自动机
是国外的成品模型,matlab编写的元胞自动机,实现了图像的加水印,去噪,加噪声等功能。( Foreign model is finished, matlab prepared cellular automata, Realize image watermarking, de-noising, plus noise and other functions.)
- 2016-11-15 18:58:22下载
- 积分:1