-
Untitled_9_Callback
说明: 预测编码的部分函数,如需使用还需另外编写部分函数(Predictive coding part of the functions needed to prepare the part for the use of function)
- 2011-04-17 10:31:52下载
- 积分:1
-
reduce-the-dimension-of-feature
改程序勇于特征降维。使用PCA的方法降低特征维度(Courage to change the feature dimension reduction program. Use PCA method to reduce the dimension feature)
- 2015-04-08 16:37:56下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
TransformMatrix
说明: 有限元结构计算中,梁单元两节点(12自由度)的全局坐标系-局部坐标系转换(Global coordinate system to local coordinate system transformation of two nodes (12 degrees of freedom) of beam element in finite element structural calculation)
- 2019-11-09 10:34:16下载
- 积分:1
-
ECGyuchuli
说明: ECG心电信号预处理,高通滤波器,滤除呼吸基线漂移,带阻滤波器,滤除工频干扰,并两组滤波器的处理速度进行比较(ECG signal preprocessing, high-pass filter, filter respiratory baseline drift, band stop filter, filter frequency interference, and two filters to compare the processing speed)
- 2010-04-01 20:57:27下载
- 积分:1
-
shighpassf
高通系统源程序,简单的例子,主要对于初学者。( High passes the system source program, simple example, mainly
regarding beginner. )
- 2006-07-13 23:12:38下载
- 积分:1
-
MATLAB-GUI
matlab中的设计GUI初级入门电子书(primary entry book design GUI in matlab)
- 2012-08-22 00:07:34下载
- 积分:1
-
matlab-(1)
MATLAB GUIDE TO BEGINNERS
- 2013-08-06 23:53:14下载
- 积分:1
-
kolebani
Visualisation of oscillations
- 2010-05-29 22:56:46下载
- 积分:1
-
tracking_optical-flow
This demo tracks cars in a video by detecting motion using optical flow. The cars are segmented from the background by thresholding the motion vector magnitudes. Then, blob analysis is used to identify the cars.
- 2013-07-24 12:59:47下载
- 积分:1