搜索资源列表
motion_estimation
- 运动估计算法比较,在vc6.0中实现。 实现的算法有: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3
xiaofangche
- ME500,CODER DFDFAS FS
SSC-matlab
- 实现正弦编解码(Sinusoidal coding)的matlab程序 sinusoidal_analysis.m文件定义了函数[A, F, P, fs] = sinusoidal_analysis(filename, framelen, frameshiftlen),将*.wav音频文件提取出A, F, P这3个参数矩阵。 sinusoidal_synthesis.m文件定义了函数syspeech = sinusoidal_synthesis(A, F, P, fs, framelen
mp3read
- function [Y,FS,NBITS,OPTS] = mp3read(FILE,N,MONO,DOWNSAMP,DELAY) MP3READ Read MP3 audio file via use of external binaries. Y = MP3READ(FILE) reads an mp3-encoded audio file into the vector Y just like wavread reads a wav-encoded file (one ch
MotionEstimation
- 运动估计算法vc代码实现实现的算法: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3 原本想实现UMHexagonS和EZPS算法,但这两种算法都针对H.264做了特殊的优化。本程序只考虑了16*16块的方式,对其实现的结果是不公平的。 另:AVPS是自己的算法,没有写完。有兴趣请参考,实际上跟PMVFAST、EZPS很想像。。 -Vc code motion estimation algorithm to achieve th
audio
- MPEG4的音频参考代码,包括AAC,AC-3等编解码的代码。-MPEG4 Reforence Code include AAC AC-3
MyWav
- 读语音数据,数据放入了X,fs代表采样率,bit代表采样位数-Read voice data, the data is placed in the X-fs representative sample rate, bit representative sample median
My-PEQ
- Sheving EQ, 输入为fc,gain,q,fs,输出为传递系数。-Shevling EQ, input fc, gain, q, fs, output transfer coefficient.
daexp7
- 在了解音频变调应用和思想的基础上,进一步研究和实现一种基于SOLA—FS的音频变调技术。-Understand the audio tone applications and ideas based on further study and implementation of SOLA-FS based audio modulation technology.
FPR
- The procedure used by the FS MELP coder for Fourier magnitude calculations and quantizations is presented next (Figure 17.3). Inputs to the procedure are the speech data (200 samples), the LPC, and the pitch period. It is assumed that the LPC and
uckefu-softphone
- freeswitch webrtc软电话客户端(fs webrtc demo callcenter softphone)
PCMNoiseSupression-master
- 简单使用webrtc ns去噪模块的使用,demo是16k采样率的demo,可简单修改试用。(webrtc ns 1.int WebRtcNs_Create(NsHandle** NS_inst)2.int WebRtcNs_Init(NsHandle* NS_inst, uint32_t fs) 3.int WebRtcNs_set_policy(NsHandle* NS_inst, int mode) 4.int WebRtcNs_Process(NsHandle* NS_inst,s
FS-ESL
- 实现了JSSIP 和 ESL 方式连接FreeSwitch(Realize jssip and ESL connection to freeswitch)