-
gui
MATLAB GUI 开发 时域分析 自动控制原理课程教学应用(MATLAB GUI development time domain analysis of the application of Automatic Control Theory)
- 2010-06-15 09:54:17下载
- 积分:1
-
hht_toolbox_20040808
说明: Hilbert变换工具箱,可用于单分量信号的解调,求取瞬时幅值和瞬时频率(Hilbert transform toolbox, which can be used for demodulation of single component signals, to calculate instantaneous amplitude and instantaneous frequency)
- 2019-04-12 16:10:48下载
- 积分:1
-
gen_exp_gain
eve plot eve plot eve plot eve plot eve plot eve plot
- 2009-11-30 10:56:40下载
- 积分:1
-
matlab--3D-reconstruction
强大的matlab三维重建程序。对初学三维重建的人很好用。(An 3D reconstruction algorithm. You can run it. )
- 2021-04-08 21:29:01下载
- 积分:1
-
MPC路径跟踪
说明: carsim与matlab联合仿真,车辆跟踪双移线曲线(Carsim and MATLAB co-simulation, vehicle tracking double lane change curve)
- 2021-04-08 15:09:00下载
- 积分:1
-
matlab111
<以Matlab为基础的生物信号处理和生物医学图像处理>
英文书籍配套源程序 第二版
Biosignal.and.Biomedical.Image.Processing
(< To Matlab-based biological signal processing and biomedical image processing> English second edition Biosignal.and.Biomedical.Image.Processing books matching source)
- 2013-11-04 20:10:52下载
- 积分:1
-
pinlvyujianmo
频率域建模,根据类型分为面向模拟滤波器的s域内建模和面向数字滤波器的z域内建模。
(Frequency domain modeling, according to the type of analog filters into the s-oriented domain modeling and digital filter z-oriented domain modeling.)
- 2009-02-08 11:22:04下载
- 积分:1
-
psd
本程序将时域数据转换为频域(功率谱密度),方便数据的处理和分析。(The program time-domain data is converted to the frequency domain (power spectral density), to facilitate the processing and analysis of data.)
- 2020-12-16 16: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
-
主动毫米波论文实现
实现主动毫米波异物检测及分割,内部附有论文,及参照论文的实现代码(To achieve active millimeter wave foreign body detection and segmentation, with papers inside, and reference to the implementation of the code)
- 2020-07-16 09:28:49下载
- 积分:1