搜索资源列表
juxingchuang
- 本文是用矩形窗法设计FIR带通滤波器,来滤除音乐信号的噪声-this is rectangular window design FIR bandpass filter to filter out the noise signal Music
222240219133200511172057262893115
- 集中了kalman,condensation,帧差方法的小球跟踪程序.-concentrated Tracking, condensation, the fr a me difference of small ball tracking procedures.
zh
- 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan-
matlabhelperinchinese
- MATLAB中文帮助文档,初学者的好帮手,方便随时查阅各类函数。-Chinese MATLAB help files, a good helper for beginners, convenient access to various types of functions at any time.
band
- 带通滤波器的设计,已经调通过的,希望对大家有帮助,谢谢大家!-Bandpass filter design, has been transferred, adopted, in the hope that everyone has to help, thank you everyone!
lpfilter
- 该函数可以实现带阻滤波器,并且有可视化界面,相当不错-The function can achieve band-stop filter, and a visualization interface, pretty good
TINY
- TINY+编译器源码 语言表达式的定义 (1) <表达式> ::= <算术表达式>|<逻辑表达式> (2) <算术表达式> ::= <项>±<算术表达式>|±<项>|<项> (3) <项> ::= <因子>*<项>|<因子>/<项>|<因子>
difference
- 利用opencv实现帧差法得到视频中的运动物体-Opencv use to achieve video fr a me-difference method of moving objects
shuzhifenxishangji
- 研一,学校开了数值分析这门课,而且要求用matlab进行上机试验,就写数值分析常微分方程的7个MATLAB算法,都是能够套用的M文件。还有我自己的上机作业。很不错的,能参考。要想要其它章的算法,我都已经上传了。-Kenichi, the school opened the numerical analysis of the course, but also carried out on machines with matlab test
547475753
- 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式 -Boolean expressions of the translation, the grammar of the input to determine its legitimacy, and output Reverse Polish expression
diff2bg
- 结合Opencv工具,在VC++上,利用背景差算法实现运动目标检测,并结合三帧差分算法对检测结果进行判断和报警。已通过编译和运行。-Opencv combination of tools, in VC++, using the background of poor moving target detection algorithm, combined with three differential algorithm to judge
av2bmp
- 利用ffmpeg SDK 编写的一个小程序,用来视频中抓取关键帧并转换成BMP格式。-Ffmpeg SDK prepared using a small program used to crawl the video key fr a me and converted into BMP format.
background
- 实现帧差法求背景的matlab程序和示例图片-fr a me-difference method to achieve the background image matlab procedures and sample
BianYiYuanLi
- 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。
20064350132
- 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。
simple_bg_subtraction_based_on_framedifference
- 基于opencv和帧差法实现彩色avi视频的,可以减除光照变换较明显的静态背景。附实验视频。-Opencv-based and fr a me color difference avi video, you can remove the more obvious light transform the static background. Experimental video attached.
hht
- 中间包括好几个希尔伯特黄的算法,基于MATLAB软件下运行。有emd-visu,emd-separation,emd-sampling,emd-n,里面还有hht 其他的内容,完整,经过测试。做信息处理,Fourier 是个万金油。HHT的优势所在,HHT是一个超adaptive的方法。
plot_hht
- MATLAB的希尔伯特黄变换,其中包括了emd-Hilbert Huang Transform MATLAB, including emd
2
- 功能: (1)读取给定的若干视频文件,提取帧率,并按照分钟为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每分钟存储25幅图像,分钟的序号作为不同文件夹名称。 (2)对第i分钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。 (3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。 注:在VC6环境下