-
fuzzPID
基于MATLAB开发的PID控制程序,含有详细说明温习,初学者可以参考学习。(MATLAB-based development of the PID control program, with detailed study, beginners can refer to learn.)
- 2010-12-14 20:36:54下载
- 积分:1
-
RADAR_MATLAB
雷达仿真系统设计教程,采用MATLAB语言。有用的可以看一下。(Radar simulation system design guide, using MATLAB language.Useful to have a look.)
- 2014-12-10 16:43: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
-
Euler
欧拉方法的MATLAB实现,这个程序是有运行结果的(A program )
- 2010-06-03 15:22:08下载
- 积分:1
-
liangzijisuan
量子计算与量子优化算法的部分程序,感兴趣的可以下载学习~~(Quantum computing and quantum optimization algorithm part of the program interested you can download to learn ~ ~)
- 2012-05-28 14:47:30下载
- 积分:1
-
dc-dc-conv
High Step-Up DC-DC Converters Using Zero-Voltage Switching Boost Integration Technique simulink model.
- 2013-10-09 14:08:17下载
- 积分:1
-
111232142343243
例3.3 以年龄为论域,取 。Zadeh给出了“年轻”的模糊集Y,其隶属函数为
(Example 3.3 domain of age, to take. Zadeh gives the " young" fuzzy sets Y, its membership function)
- 2015-03-18 17:35:29下载
- 积分:1
-
KNN11
it s knn simulation by matlab toolbox
- 2014-01-24 14:55:23下载
- 积分:1
-
信号EMD分解与重构
信号EMD分解与重构,特征频带内信号重构(EMD signal decomposition and reconstruction, features the band signal reconstruction)
- 2021-03-30 08:59:10下载
- 积分:1
-
matlabyingyong
matlab的一些最基本的应用(Matlab some of the most basic )
- 2006-10-31 17:05:18下载
- 积分:1