-
Context-in-Object-Detection
基于一篇文章的代码实现-结合场景信息进行的目标分类(文章及文件名)(An article based code implementation- combined with scenes of target classification information (articles and file name))
- 2013-11-30 18:00:42下载
- 积分:1
-
阵列
共形极化阵列的波束形成。考虑了信号的极化参数,在极化域和空域联合抑制干扰。(A beamforming of a conformal polarization array. Considering the polarization parameters of the signal, the interference is suppressed jointly in the polarimetric domain and the airspace.)
- 2021-03-22 12:39:16下载
- 积分:1
-
diagramtheory
说明: 图论算法及其matlab程序.pdf,希望对大家有所帮助(The diagram theory calculate way and the procedure.pdf of its matlab
)
- 2009-07-24 12:16:15下载
- 积分:1
-
qpsk
运用 SystemView 仿真软件搭建 QPSK 调制与解调仿真电路,实现QPSK调制与解调功能.(SystemView simulation software used to build simulation of QPSK modulation and demodulation circuit, QPSK modulation and demodulation functions.)
- 2011-05-01 10:28:25下载
- 积分:1
-
New-Folder
实现hsi颜色空间到rgb颜色空间的转换,还有rgb到hsi的转换,(Achieve hsi color space to the rgb color space conversion)
- 2013-11-05 09:46:30下载
- 积分: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
-
digital-filter
please do not put files on these
- 2012-05-16 18:51:28下载
- 积分:1
-
danjixingnibianqi
逆变器的调制方法有多种,如单极性调制,双极性调制,单极倍频调制等,此处是单极性调制,并给出单极性调制发生器(There are many modulation methods for inverters, such as unipolar modulation, bipolar modulation, unipolar frequency modulation, etc. This is unipolar modulation, and a unipolar modulation generator is given)
- 2017-07-01 19:49:08下载
- 积分:1
-
pupil-center
to find the pupil radius using similarity based approach.
- 2011-02-08 14:14:23下载
- 积分:1
-
MATLAB.Demystified.Apr.2007
关于matlab基本功能,向量、矩阵运算等(Basic functions on matlab, vector, matrix operations, etc.)
- 2010-05-30 15:45:49下载
- 积分:1