-
COMPRESS-RLE
Gray code and RLE compression.
- 2010-10-29 20:03:44下载
- 积分:1
-
GM
说明: 该代码为灰度模型代码,包含数据导入、参数估计、预测(parameter estimation,Data import,forecast)
- 2014-10-20 09:35:39下载
- 积分:1
-
breast
breast edge detection program
- 2011-02-17 14:30:40下载
- 积分:1
-
moshifenbie
BP网络的模式分类,MATLAB实现,神经网络(BP network, pattern classification, MATLAB implementation, neural network)
- 2011-07-12 13:23:40下载
- 积分:1
-
CBCGPChartCtrlSingle
CBCGPChartCtrl 简单使用,包括图片效果。(CBCGPChartCtrl simple to use, including pictures effect.)
- 2014-08-25 20:45:31下载
- 积分:1
-
Szeliski.CV
Computer Vision: Algorithms and Applications
Richard Szeliski
September 3, 2010 draft
⃝ c 2010 Springer
- 2014-10-11 00:08:40下载
- 积分:1
-
mosaic
tuxiangchuli chengyuantuxiangchuli chengyuantuxiangchuli chengyuantuxiangchuli chengyuantuxiangchuli chengyuantuxiangchuli chengyuan
- 2013-09-13 17:15:50下载
- 积分: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
-
Numerical-Analysis
包含了数值计算的绝大部分程序,依照英文可以查找级程序(Contains most of the numerical calculation procedure can find level program in accordance with English)
- 2010-12-01 10:35:13下载
- 积分:1
-
FaceDetectionSystem
Face Detection System
matlab实现的人脸识别系统,含有9个源代码文件,及上百幅人脸图片(Face Detection Systemmatlab realize the face recognition system, containing nine source code files, and hundreds of pieces of face image)
- 2008-08-26 01:47:07下载
- 积分:1