-
Lucas_Kanade
光流场的经典算法,对动态目标的检测和识别有帮助。(Classical algorithm of optical flow field, for dynamic target detection and identification help.)
- 2010-09-25 11:28:52下载
- 积分:1
-
DigitalImageProcessing(matlab)
Digital Image Processing教材配套 matlab源程序,可以同时参看这本教材,相信可以得到更好的学习效果(supporting Matlab source materials, can see this material, I believe it can be a better learning results)
- 2006-10-31 09:45:32下载
- 积分: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
-
Fig6x37
直流pwm-m 可逆调速系统仿真模型
双极式控制直流系统(Reversible DC pwm-m speed control system simulation model bipolar DC system)
- 2014-04-12 11:10:53下载
- 积分:1
-
周期图法
数字信号处理中经典谱估计的周期图法的MATLAB程序代码(Periodogram method for classical spectral estimation in digital signal processing)
- 2017-06-27 21:45:21下载
- 积分:1
-
RSA
基于matlab 加密解密 RSA 密钥产生(RSA-based encryption and decryption key generation matlab)
- 2011-05-29 10:29:25下载
- 积分:1
-
DOAdelay
DOA估计中的延迟相加法,经典的传统方法,写学位论文必用,毕设必备。(DOA estimation of the delay additive method, the classic traditional methods, writing a dissertation must be used, complete set essential.
)
- 2011-06-05 17:39:00下载
- 积分:1
-
yyuyutrtete
文件中为关于MATLAB的界面设计程序,具体内容如下:曲线转换按钮,栅格控制按钮,编辑框的使用,弹出式菜单,编辑框的使用,滑标的使用,多选菜单,菜单控制的使用,UIMENU菜单的应用,等等.很有使用价值(documents for MATLAB on the interface design process, as follows : curve conversion button, Grid control button, edit box use, pop-up menus, edit box use, the subject of the use of sliding more election menu menu to control the use of UIMENU menu, and so on. very useful)
- 2007-06-12 20:14:04下载
- 积分:1
-
Wind_power_output_estimation
分析电力系统风电出力数据的状态转移概率。在得到两三年的风电场发电出力数据后,可用该程序分析风电出力的具体变化,以及风电出力在相邻时刻不同状态之间的转移概率。(Analysis of power system wind power output data state transition probabilities. In two or three years to get the wind farm power output data, the program can analyze specific changes in wind power output, as well as wind power output in the adjacent time transition probabilities between different states.)
- 2021-04-13 21:48:55下载
- 积分:1
-
Laplacian_Eigenmaps
拉普拉斯特征映射算法,可实现高维信号降维或实现带内滤波降噪。(Laplace feature mapping algorithm, can achieve high dimensional signal dimensionality reduction or implement band noise filtering.)
- 2020-11-20 17:49:38下载
- 积分:1