登录
首页 » matlab » mpg_frames

mpg_frames

于 2010-05-16 发布 文件大小:6KB
0 229
下载积分: 1 下载次数: 70

代码说明:

  在MATLAB环境下进行对MPEG视频中图像的提取,对于视频技术爱好者有一定的参考价值(In the MATLAB environment with MPEG video on the extraction of image for video enthusiasts with some reference value)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Discretewavelettransform
    说明:  用MATLAB编写离散小波变换实现数字水印技术(Discrete wavelet transform digital watermarking technology)
    2010-05-01 21:22:31下载
    积分:1
  • OFDM
    proposed 2X2 MIMO OFDM transceiver with ICI-SC technique has
    2013-12-07 12:09:13下载
    积分:1
  • HFSS_EXCITATION
    HFSS 端口激励的注意事项,包括不同的端口种类,主要集中讲解端口的尺寸,位置,如何激励等问题,是很不错的参考材料(Note HFSS port incentives, including different types of ports, mainly focusing on the size of the port, location, how to motivate other issues, is a very good reference material)
    2015-01-27 01:09:58下载
    积分:1
  • Vehicle-detection
    基于协方差的车辆检测,用协方差矩阵为描述子,检测图片中的汽车或者卡车(Covariance matrix Vehicle detection)
    2013-12-10 18:38:57下载
    积分:1
  • dierzhang1
    matlab课件很有用的,对matlab学习很有帮助,希望采纳谢谢(it s very useful)
    2014-01-24 10:57:06下载
    积分:1
  • DMRS
    PUCCH和PUSCHDMRS参考信号在资源块映射位置的matlab程序(PUCCH and PUSCHDMRS reference signal in the resource block mapping location of the matlab program)
    2016-06-05 14:58:41下载
    积分:1
  • doc
    采样定理的验证,即采样信号的频率大于等于原信号频率的两倍时才能准确的恢复原信号(Verification sampling theorem, the sampling frequency of the signal frequency is greater than or equal to twice the original signal in order to accurately restore the original signal)
    2013-09-10 19:49:14下载
    积分:1
  • 第五章
    传感器阵列波束优化设计与应用书籍的第五章natlab程序(Chapter 5 matlab program of book Sensor array beam optimization design and application)
    2020-12-05 12:29:23下载
    积分:1
  • 3
    说明:  malloc项目第三阶段:优化,用哈希表实现,同时加深对数据结=结构的理解(malloc Project Phase III: optimization, with the hash table to achieve at the same time deepen the understanding of the structure of the data node =)
    2010-07-28 16:03:16下载
    积分:1
  • conversion_gui
    function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(varType(5:end)) if (64 == nBits) split 64 bit case into two 32 s cuz dec2hex doesn t handle 64 bit... varType(5:end) = 32 var = typecast(var,varType) end ret = dec2hex(var) if (64 == nBits) littleEndian = all(typecast(uint32(1), uint16 )==[1 0]) first = 1 + littleEndian second = 2 - littleEndian ret = [ret(first:2:end,:),ret(second:2:end,:)] end end
    2010-07-30 09:39:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载