-
keyframe
视频的关键帧计算,和关键帧提取,附有实验报告(Video key frame basis, and key frame extraction, with test report)
- 2020-09-26 19:17:46下载
- 积分:1
-
project22
thanks for your very good and usefull site
- 2009-12-27 00:32:54下载
- 积分:1
-
mma7260
arm9 adc采集mma 7260加速度传感器的信号数据绘制及信号样本空间txt文档(arm9 adc acquisition mma 7260 accelerometer signal data and signal the sample space to draw txt document)
- 2011-01-06 20:05:55下载
- 积分:1
-
Multi-objective-programming
说明: 对于给定的多个优化目标,用fgoalattain函数,解决简单的多目标规划问题(For a given number of optimization goals, with fgoalattain function, multi-objective programming to solve simple problems)
- 2011-04-18 09:45:07下载
- 积分:1
-
matlab
MATLAB是一种用于科学工程计算的高效率高级语言。MATLAB的基本数据单位是矩阵,它的工具箱已经延伸到了科学研究和工程应用的许多领域。它在诸如一般数值计算、数字信息处理、系统识别、自动控制、振动理论、时序分析与建模、优化设计、神经网络控制、动态仿真系统、金融管理、小波分析、特殊函数和图形领域表现出一般高级语言难以相比的优势,并可以方便地用于几乎所有的科学和工程计算的各方面。(MATLAB is a science and engineering computing for efficient high-level language. MATLAB' s basic data unit is the matrix, and its toolbox has been extended to scientific research and engineering applications in many fields. It is in such general numerical calculation, digital information processing, system identification, automatic control, vibration theory, time series analysis and modeling to optimize design, neural network control, dynamic simulation system, financial management, analysis, special functions and graphics in the field show generally difficult to match the advantages of high-level language, and can be easily used in almost all scientific and engineering computing aspects.)
- 2010-05-25 23:02:28下载
- 积分:1
-
shijuquxian
跑检距时距曲线,时距曲线,跑检距,平局速度的时距曲线与均方根速度的时距曲线比较(Run inspection from the time-distance curve, time-distance curve, running offsets, draw speed when away from the curve and the rms velocity-distance curve)
- 2012-05-22 21:33:40下载
- 积分:1
-
gcp_genetic_change3
用遗传算法解决三着色问题,并给出了GUI界面,代码有注释说明!(Genetic algorithms to solve the three coloring problem, and finally gives a GUI interface.What s more part of code annotated description!)
- 2014-08-25 22:07:27下载
- 积分: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
-
CalculoMomentosHu
calcula os sete momentos invariantes momentos hu
- 2013-03-13 10:01:31下载
- 积分:1
-
IS95_forward
此函数用于IS-95前向链路系统的仿真,包括扩频调制,匹配滤波,RAKE接收等相关通信模块。仿真环境: 加性高斯白噪声信道.
(This function is used in IS-95 forward link system simulation, including the spread spectrum modulation, matched filter, RAKE receiver and other related communication module. Simulation environment: additive white Gaussian noise channel.)
- 2009-12-29 21:07:40下载
- 积分:1