-
Best_pseudo_coloring_idea
A code for pseudo coloring the images
- 2009-05-01 11:19:40下载
- 积分:1
-
sklm-AAM
唇形跟踪,对象为唇部。
matlab仿真成功后需用VC实现并设计界面(Lip tracking, object for lip)
- 2013-04-26 17:56:13下载
- 积分:1
-
bpmpdmex2.21.1d_w32
matlab中利用内点法实现二次规划的工具箱(matlab realize the point method utilizing quadratic programming toolbox)
- 2013-12-02 19:19:23下载
- 积分:1
-
PCA
主成分分析是把原来多个变量划为少数几个综合指标的一种统计分析方法。 从数学角度来看,这是一种降维处理技术。(Principal component analysis (PCA) is a statistical analysis method that divides a number of variables into a few comprehensive indexes.From a mathematical point of view, this is a kind of dimensionality reduction technology.)
- 2018-03-24 17:04:29下载
- 积分:1
-
kth_order_spectrum_analysis
完整的幅相调制信号可k阶非线性功率谱分析(Complete amplitude and phase modulated signal can be k-order nonlinear power spectrum analysis)
- 2008-12-13 17:01:05下载
- 积分:1
-
Chapter-10-Discriminant-Analysis
判别分析的码源,怎么说呢,就是好用,推荐下载!!(Discriminant analysis of the source code, how should I say, that is easy to use, recommended download! !)
- 2013-10-05 09:44: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
-
continuous_hopfield_net_to_tsp
matlab语言编写的连续hopfield神经网络算法解决tsp(matlab languages consecutive hopfield neural network algorithm to solve tsp)
- 2009-03-10 12:48:46下载
- 积分:1
-
puma560
PUMA560A的仿真控制。很详细。非本人写的,但是写的很好(PUMA560A simulation control. Very detailed. Non-I write, but write the good)
- 2012-08-17 10:49:49下载
- 积分:1
-
pauli_de
极化sar相干分解基本算法,用于初学者,希望有所帮助(PolSAR Coherency Matrix Decomposition)
- 2016-05-17 15:00:51下载
- 积分:1