-
PID_MATLAB
基于matlab的PID控制系统仿真,包括很多算法的PID控制器,曾在国家项目中多次应用,感觉很实用。(Matlab-based simulation of PID control system, including a lot of the PID controller algorithm has projects at various occasions in the country, I feel very useful.)
- 2009-04-07 22:23:11下载
- 积分:1
-
chapter02_ex
matlab数值分析与应用matlab在微积分中的应用(calculus program
)
- 2011-04-28 14:23:44下载
- 积分: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
-
MISO_OFDM_Alamouti
基于Alamouti的空频编码发射信号,接收端的解码算法改进成最大比合并+串行干扰抵消算法。(Alamouti space-frequency coding based transmit signal, the receiver decoding algorithm to improve maximal ratio combining+ serial interference cancellation algorithms.)
- 2015-01-23 16:24:38下载
- 积分:1
-
time-frequency-feature
此代码用于故障诊断特征提取,所提取特征包括传统时、频域特征和时频特征三部分,数据为轴承数据(This code is used when troubleshooting feature extraction, the extracted features, including traditional, frequency domain and time-frequency characteristics of three parts, the data is bearing data)
- 2020-07-01 06:00:02下载
- 积分:1
-
MATLABhelp
一个很好的matlab中文帮助文档,希望对学matlab的人有所帮助(A very good Chinese matlab help document, in the hope that people learn matlab help)
- 2007-12-04 08:28:09下载
- 积分:1
-
802.11a_OFDM_MATLAB_simulation
IEEE 802.11a标准,利用matlab进行仿真。包括信道,发射机,接收机,调制,解调,交织,维特比译码,导频(IEEE 802.11a standard, the use of matlab simulation. Including channels, transmitters, receivers, modulation, demodulation, interleaving, Viterbi, Pilot)
- 2008-06-26 17:28:31下载
- 积分:1
-
MATLAB-GUI
【MATLAB GUI设计学习手记】源代码(【Notes】 learning MATLAB GUI design source code)
- 2011-04-25 14:44:16下载
- 积分:1
-
2DOF
运用状态方程建立车辆的动力学模型,用于驾驶员模型建模仿真和动力学分析等。(The equation of state to establish the dynamic model of the vehicle for driver modeling simulation and dynamic analysis.)
- 2013-03-16 20:00:40下载
- 积分:1
-
radar_MATLAB_Code
实验是用MATLAB雷达仿真的一些实验,希望对大家有用哦!(The experiment is a simulation using MATLAB radar experiment, and hope to be useful Oh!)
- 2012-12-29 17:15:15下载
- 积分:1