搜索资源列表
ASPsuper.net
- ASP高级网 t=0:0.0000002:0.0006 % ts=0.2ms 每周期1000点 x1=sin(5000*2*pi.*t) % 生成5KHz的正弦波 b=fir1(9,0.01,hanning(10)) % 采样频率是100KHz,截止频率为500Hz的9阶汉宁窗生成b系数。 freqz(b,1,512,100000) y=filter(b,1,x1) % 对5KHz正弦波用9阶汉宁窗进行滤波 plot(t,x1,t,y) 仿真结果未见到y被衰减的滤波效
TS_GEN
- 按用户定义的私有格式,生成ts stream流-according to user-defined private formats, stream flow generation ts
13818_5_for_vc
- 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
screen[1].sco
- 这组程序在xenix上运行,实现类似windows上的窗口功能(为文本模式),用户可以在资源定义文件中定义窗口、菜单、输入框,程序运行时,即可在字符终端上显示相应的界面。使用make -f mk.ts进行编译,生成的测试执行程序名为ts,ts命令以ttt.rc为输入参数。 该组程序可以用于unix终端界面的基础程序。
libdvbpsi-0.1.2.tar
- libdvbpsi是一个简单有效的decode和生成MPEG TS和DVB PST 表的开源库。
ESToTS.zip
- TS流打包器,将ES信息打包成TS流信息。,TS stream pack, and the ES information flow of information packed into a TS.
tsanalysis.rar
- MPEG-2 ts系统层源代码,仅供参考,the analysis of mpeg-2 system layer ts content
TsRemux.rar
- C#写的TS流再复用程序,对TS流重新生成,可以选择TS流中指定的节目重新复用。,C# written in TS stream re-multiplexing procedure, right TS stream re-generate, you can choose the programs specified in TS stream re-multiplexing.
Rand.rar
- 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
Ts-Code
- D3D HOOK模块,可用于制作DX类游戏的外挂,如透视等效果,支持DX8,DX9游戏,用法是将D3D8或D3D9文件夹里的d3d9dev.cpp,d3d9int.cpp,d3d9tex.cpp中的函数内容修改后编译生成DLL,再编译Injector注入,编译环境最好用VS.NET2003,有相应DX SDK,注入器必须用自带的Injector,否则可能没有效果。-D3D HOOK module can be used to make plug-DX games, such as perspec
MPEG2_TS_analyse
- 自己在学MPEG2 TS时结合工作写的关于TS码流分析的文章,在杂志上发表,-MPEG2 TS in school when the combination of work written on the TS code flow analysis articles published in magazines,
tstools-web
- 这是一个TS生成网页表格的工具,及源代码,帮助理解TS信息-TS is a tool to generate web page form, and the source code to help understand the TS information
mpeg-ts
- mpeg-ts流的生成的代码。十分十分欢迎下载-mpeg-ts stream generation. Welcome to download! ! !
264
- ffmpeg中将264文件打包成TS流的代码,本人亲自在使用,生成的TS流可以使用VLC播放-ffmpeg in 264 files packaged into the code of the TS stream, I personally use the TS stream generated can use VLC player
pes_to_ts
- 把MEPG2的pes流编码生成ts流,以方便在网络上的传输-the program can translate pes stream of mepg2 to ts stream
ts
- 平面准均匀B样条曲线的生成,可以反求控制顶点-Planar quasi-uniform B-spline curve is generated, you can reverse control points
asi_framesync
- 从串行TS流中找到同步头,生成标准并行TS流的方法!-Be found in TS stream from the serial sync header to generate the standard method of parallel TS stream!
OpenCaster2.4
- 很多不错的MPEG2传输流工具代码集合,主要用C和python实现。 功能: PSI 生成;EPG/EIT生成;DSM-CC数据生成和接收(MHP/MHEG5/SSU);TS 包和时序分析;等等。-This package is a collection of softwares to play out and multiplex MPEG2 transport stream format in a Linux system. Features: - PSI generation
3gpp-TS35.206
- 3GPP认证和密钥生成算法,主要介绍AKA认证机制,共包含5个不同的密钥生成算法-3GPP authentication and key generation algorithm, introduces the AKA authentication mechanism, contains a total of five different key generation algorithm
ts_check.tar
- check_ts.c: 检测TS视频文件连续计数是否错误,以判断是否丢包。 make_ts.c: 生成TS测试视频文件,以检测check_ts.c是否正常。(check_ts.c: check the continue counter bits filed in a ts file, so can know wether ts packets lost or not. make_ts.c: generate a test ts file, for testing the function o