-
matlab-shibie
说明: 用matlab程序编写的一种车牌自动识别的程序,简单实用。(Matlab programming with a license plate recognition program, simple and practical.)
- 2011-03-27 19:50:17下载
- 积分:1
-
gaodimaobianhan
说明: 图像的形态学变换:底帽滤波操作和高帽滤波操作(Image of morphological transformation: the end cap filter operation and Top Hat filter operation)
- 2020-11-27 15:39:30下载
- 积分:1
-
fuzhengxian
说明: 实现复正弦的实部和虚部图像的MATLAB程序(Realization of complex sine and image of MATLAB)
- 2010-04-21 10:38:25下载
- 积分:1
-
papr
说明: 内含OFDM 峰均比的仿真程序,选择性映射slm和部分序列pts(OFDM PAPR includes simulation program, selective mapping and partial sequence pts slm)
- 2020-10-26 19:39:59下载
- 积分:1
-
matlab-minutae-extraction
找指紋特徵點 並圈選出來的 matlab 程序(Matlab program to find the fingerprint feature points and circle out)
- 2012-07-03 14:04:24下载
- 积分:1
-
JITAcceleratorTest
利用MATLAB编写,完成一定操作,并计时时间的实例。(Written using MATLAB, the completion of certain operations, and the timing instance of time.)
- 2014-11-23 22:27:51下载
- 积分:1
-
Perceptron-Using-MATLAB
Perceptron Using MATLAB
- 2013-10-08 14:57:57下载
- 积分:1
-
T型三电平逆变器
说明: T型三电平控制PMSM仿真,用于永磁同步电机控制,逆变器 三相逆变器 适合 在matlab环境下运行(PMSM simulation of T-type three-level control for permanent magnet synchronous motor control. Inverter three-phase inverters are suitable for operation in MATLAB environment.)
- 2021-04-11 11:38:57下载
- 积分:1
-
svpwm
matlab中矢量控制模型,其中32变换可以用S函数来实现(matlab in vector control model, of which 32 can transform S function to realize)
- 2008-08-03 19:53:55下载
- 积分: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