搜索资源列表
伺服电动机控制5帧(通用协议传输)
- 在vb中用字符串的形式来处理串口协议,具有一定的通用性!本程序用来控制伺服电机,调试通过!-vb used in a string of serial form to the agreement, which have a certain commonality! Procedures used to control the servo motor, debugging through!
VC_视频捕捉与帧处理
- 视频捕捉与帧处理 演示程序 v0.1版 说明: 1.支持USB摄像头 2.使用已封装好的framegrabber类,非常简便 3.带有简单的实时边缘检测、运动检测功能 (含演示录像)-video frame capture and processing procedures v0.1 demo version : 1. USB camera 2. use Packaging good framegrabber category, three very simple. w
语音信号的分帧加窗 matlab
- 语音信号处理中的分帧加窗的matlab代码的源程序。
获取视频帧
- 这是用MFC编写的获取AVI视频的帧,希望大家一起学习
matlab.rar
- 在语音信号处理过程中,用MATLAB进行语音分帧的程序,不错的内容,speech signal processing
视频监控(面积报警)
- 通过视频监控,对视频流帧处理,自动发现火情并报警。-Through video surveillance, video streaming frame processing, auto-discovery and fire alarm.
vfw-learn
- VFW VFW是微软公司1992年推出的关于数字视频的一个软件包,它能使应用程序通过数字化设备从传统的模拟视频源得到数字化的视频剪 辑。VFW的一个关键思想是播放时不需要专用硬件,为了解决数字视频数据量大的问题,需要对数据进行压缩。它引进了一种叫AVI的文件标准,该标准未规定 如何对视频进行捕获、压缩及播放,仅规定视频和音频该如何存储在硬盘上,以及在AVI文件中交替存储视频帧和与之相匹配的音频数据。VFW给程序员提 供.VBX和AVICap窗口类的高级编程工具,使程序员能通过发送消息或设置属
avitoavi
- avi视频提取出书帧图像,然后对图像进行处理,经过处理后的图像帧再写成另一段的avi视频。-avi video video frame extracted, processed image frame, and then the images will be referred to the district into another frame of video avi.
VC
- 此代码是在VC++下开发,能够播放AVI视频,逐帧读取,方便视频的后续处理-This code is in VC++ under development, can play AVI video, frame by frame to read, easy to deal with the follow-up video
uart_0910
- uart串口传输的verilog RTL级源码,已通过仿真验证。文件主要包含发送、接受位处理,发送、接受字节帧处理,对学习串口通信的朋友很有帮助-uart serial transmission verilog RTL-level source code has been verified by simulation. File mainly contains the send, receive digital processing, sending, receiving bytes of fr
TD-SCDMABasebandsignalprocessing
- 考虑到TD-SCDMA多种业务信道,本程序可以完成多重业务信道的仿真。完整的程序,包括Turbo信道编解码,CRC生成,扰码,交织,误码率统计,扩频等,程序编写规范,注释非常详细,是研究tdscdma的好东西,也是学习数字信号处理的好材料。-the program can complete several operation.the complete process, including the turbo channel encoding and decoding, CRC,scrambler
分帧函数、短时傅立叶变换函数
- 包含分帧函数以及短时傅立叶变换函数,即将采集到的信号进行分帧处理,并进行短时傅立叶变换(Including the frame function and the short-time Fu Liye transform function, the collected signals are processed by frame processing, and the short-time Fu Liye transform is carried out)
基于帧差法多目标跟踪Matlab代码
- 非常完整的帧差法多目标跟踪Matlab代码,并提供了完整的文档介绍,非常适合初学者学习。注:运行时要改一下文件路径,以及把视频文件转成图像序列输入。(Very complete frame difference method, multi-target tracking Matlab code, and provides a complete documentation, very suitable for beginners to learn. Note: at run time, you c
帧间差分法
- 通过帧间差分法提取视频前景目标,并进行后续形态学处理(The foreground of the video is extracted by frame difference method and the subsequent morphological processing is carried out)
视频处理图片程序
- 将视频中内容分帧,然后提取成图片形式,方便进行分析处理(In the video content extraction into a picture of)
视频基本处理
- 能够基本处理视频的每一帧读取和储存,并能将图片重新组合成视频(Each frame of the video can be processed and stored, and the pictures can be reassembled into video)
语音分帧
- 编写的几个子函数对语音信号进行分帧处理。(Several sub functions are written to frame the speech signal.)
语音信号处理实验
- 对语音信号处理的基本操作,求功率谱 短时过零 短时傅里叶变换 分帧 加窗等等(The basic processing of speech signal with MATLAB)
短时平均过零率
- 读入语音文件bluesky1.wav(内容为“蓝天,白云,碧绿的大海”)中的数据,进行分帧处理,然后计算其短时平均过零率。(Read the data from the voice file bluesky 1. wav (blue sky, white clouds, green sea), frame it, and calculate its short-term average zero-crossing rate.)
帧差法检测移动目标
- 首先对avi格式视频分帧处理,基于帧间差分法检测视频中的移动目标,