-
fisherFaceRecognitionSystem_v2
fisher face recognition and the program is very nice for the face classification.(err)
- 2007-12-28 18:37:15下载
- 积分:1
-
SEAWATER
说明: 用于海洋密度计算和绘图 的程序包 可以直接调用相关函数(Density calculation for the ocean and drawing packages can be directly related to the function call)
- 2011-03-29 17:15:36下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
UKFtrace
一般无迹变换在轨迹跟踪中的仿真,有各种误差分析。(simulation of General UKF in trajectory tracking, there are a variety of error analysis)
- 2015-04-17 10:49:52下载
- 积分:1
-
qiefou
使用大量的有限元法求解偏微分方程,阐述了负荷预测的应用研究,采用偏最小二乘法。( Using a large number of finite element method to solve partial differential equations, It describes the application of load forecasting, Partial least squares method.)
- 2016-05-31 11:42:32下载
- 积分:1
-
NE39bus2_PQ
说明: 新英格兰10机39节点系统MATLAB的simulink仿真模型(Simulink simulation model of New England 10 machine 39 node system matlab)
- 2020-07-01 12:20:02下载
- 积分:1
-
找两个输入量之间的主要特征向量,主要方法采用PCA经典算法-pc_evectors
用matlab编写的找两个输入量之间的主要特征向量,主要方法采用PCA经典算法.(using Matlab prepared for the volume between two input of the main features of Vector, mainly using PCA classical algorithm.)
- 2005-04-13 15:32:53下载
- 积分:1
-
TDOA
TDOA,无线传感器网络定位算法,之TDOA(TDOA, Wireless sensor network localization algorithm, the TDOA)
- 2020-06-28 21:00:02下载
- 积分:1
-
Fast_implementation_ofmatlab_and_VC
matlab与VC++混合编程的快速实现(fast implementation for mixing programming of matlab and VC++)
- 2010-08-06 11:27:47下载
- 积分:1
-
SF_CAPUTE
高动态扩频信号快速捕获方法的研究,提供了一种较好的实现信号捕获的方法(Rapid acquisition of high-dynamic spread-spectrum signals research on methods to provide a better way to achieve signal acquisition)
- 2010-03-10 20:12:50下载
- 积分:1