-
CBIR
用matlab实现的基于颜色特征的图像检索系统。(Using matlab to achieve the color-based Image Retrieval System.)
- 2009-05-07 14:42:38下载
- 积分:1
-
hog
Hog try I try to implement hog descriptor
- 2009-12-29 00:20:15下载
- 积分:1
-
opt_foil
二维翼型优化程序,需要调用fluent和tecplot(2D foil optimization technique, need to use fluent and tecplot)
- 2017-12-09 21:47:24下载
- 积分:1
-
che
车间作业调度问题Matlab源码,用于完成车间作业的最优化调度(Job Shop Scheduling Problem Matlab source code for the completion of Job Shop Scheduling Optimization)
- 2009-04-04 11:34:36下载
- 积分:1
-
L_S_E_Error2
Beamforming using Leas Mean Square
- 2013-11-25 07:55:13下载
- 积分:1
-
AR
说明: 随机信号处理AR自回归模型,谱分析的一种重要方法(Random signal processing AR auto-regressive model, spectral analysis of an important method)
- 2008-04-16 12:44:31下载
- 积分:1
-
Beilin_MATLAB
北京林业大学关于matlab课程的最新课件,非常的详细,尤其对矩阵计算部分非常好。值得作为参考(Beijing Forestry University courses on the latest courseware matlab, very detailed, especially for matrix calculation part of the very good. Worthwhile as a reference)
- 2009-12-15 15:40:32下载
- 积分:1
-
MATLAB
《MATLAB智能算法30个案例》分析源代码(" MATLAB intelligent algorithm 30 case" analyze the source code)
- 2013-07-19 12:49:57下载
- 积分:1
-
MATLAB-tutorial
简单的matlab教程,教会初学者matlab的基本应用,初步掌握matlab(Simple matlab tutorial)
- 2012-05-11 11:26:45下载
- 积分: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