-
face
面部识别源代码,适合的开发环境是MATLAB(Facial recognition source code, development environment is MATLAB)
- 2012-05-29 21:30:41下载
- 积分:1
-
glnpso
glnpso update算法代码~需要一起编一下自己的变量 目标函数fit 以及初始化函数~主程序更新部分是基本没问题的,只要改约束。(algorithm code to glnpso update needs with compiled own variable objective function fit and the initialization function to update the main program is basically no problem, as long as the change constraints.)
- 2012-09-20 21:02:04下载
- 积分:1
-
QPSK_modulated_short_bursts
QPSK调制下的信道信噪比的分析与研究,里面的仿真不错,很详细。(QPSK modulation of channel signal to noise ratio analysis and research, which the simulation well, very detailed.)
- 2010-06-28 09:02:41下载
- 积分:1
-
MATLABnihe.rar
说明: 介绍怎样利用matlab对曲线进行拟合的文章,实用性很高(Introduce how to make use of matlab curve fitting of the article, practical, high)
- 2008-09-04 22:07:37下载
- 积分:1
-
optim
matlab优化工具箱,包括线性规划linprog.m,二次规划quadprog.m等(optim toolbox)
- 2013-09-05 13:20:58下载
- 积分:1
-
fortest
高斯金字塔 优化的版本,可用,效率比较高(Optimized version of the Gaussian pyramid, available, more efficient)
- 2011-11-29 23:00:26下载
- 积分: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
-
Matlab_toolbox
介绍Matlab工具箱的书籍,提供了能够打开的阅读器。(Matlab Toolbox to introduce the books, providing the reader to open.)
- 2009-05-01 23:36:16下载
- 积分:1
-
kemiao
带延迟系统的PID控制算法,整定方法为N-Y整定,对象为G(s)=e^(-5s)/(s+1)(Delay system with PID control algorithm, NY tuning tuning method, the object is G (s) = e ^ (-5s)/(s+1))
- 2011-04-21 15:51:18下载
- 积分:1
-
PSO
粒子群优化算法的源程序代码 经验证是可行的(Personal collection of a directed acyclic graph support vector machine for multi-classification problems)
- 2011-06-09 22:23:33下载
- 积分:1