-
yuaxingxianquancichang
用matlab绘画圆形线圈周围磁场分布图(Painting a circular coil magnetic field)
- 2012-05-09 12:40:15下载
- 积分:1
-
incremental_pid
增量式PID控制算法:相比位置式PID控制有更好的控制精度,不累加误差,误动作影响小,不易引起积分饱和(Incremental PID control algorithm: compared to the position PID control has better control accuracy, and does not accumulate error, malfunction affect small, are unlikely to cause the windup)
- 2012-08-11 11:18:06下载
- 积分:1
-
Phase-Difference-Correcting
基于全相位频谱分析的相位差频谱校正法.PDF(Phase Difference Correcting Spectrum Method Based on
All-phase Spectrum Analysis)
- 2013-10-16 16:17:13下载
- 积分:1
-
afSTFT-master
说明: 该软件的处理类似于短时傅立叶变换(STFT),但应用了更长、更重叠的分析/合成窗口,使时频处理从根本上对混叠具有鲁棒性。这种差异与非常活跃的时频处理技术有关,例如Dirac或优化的自适应波束形成器。(The software does processing similar to the short-time Fourier transform , but applies the longer and more overlapping analysis/synthesis window to make the time-frequency processing fundamentally robust for aliasing.)
- 2019-04-03 10:12:45下载
- 积分:1
-
matlab program: matlabtest9 is different mapping function curve
matlab程序:
matlabtest9 是绘制不同的函数曲线;-matlab program: matlabtest9 is different mapping function curve
- 2023-04-25 08:00:03下载
- 积分:1
-
Feedbacklinearizacijaulazstanje
Feedback linearization input - state
- 2010-08-25 03:09:14下载
- 积分: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
-
matlab
灰色处理,预测模型,GM(1,1)一次累加(Gray processing, prediction model)
- 2012-09-01 00:37:28下载
- 积分:1
-
axxload
System for ecasting of electric load
- 2012-09-19 21:41:34下载
- 积分:1
-
fga
标准的遗传算法程序源代码,解释很全,适合初学者,经过自己调试通过(Standard genetic algorithm source code, to explain it all, suitable for beginners, through their commissioning by)
- 2020-11-19 16:59:37下载
- 积分:1