搜索资源列表
OFDM_simu_code
- 可以仿真一个OFDM的传输.其中imagetx.m生成OFDM信号,保存为一个WAM文件.可以支持声卡播放.imagerx.m对保存的WAV文件解码.-OFDM transmission. Which imagetx.m OFDM signal generation, Save as a WAM document. audio players can support. imagerx.m to preserve the WAV files decoder .
mpeg2dump.tar
- LibMPEG3 decodes several MPEG standards into uncompressed data suitable for editing and playback. libmpeg3 currently decodes: MPEG-2 video MPEG-1 video mp3 audio mp2 audio ac3 audio MPEG-2 transport streams MPEG-2 program str
DSP
- 先采集一单声道音频信号(.wav)并用WAVREAD文件采样读取,并对其进行频谱分析。分别用窗函数法和双线性变换法设计低通、高通、带通三种FIR滤波器和IIR滤波器。用M文件使信号通过滤波器并对输出信号进行时域和频域分析。-First acquisition of a mono audio signal (. Wav) files with sampling WAVREAD read, and their spectral analysis. Window function, respectiv
audiowatermark
- 音频水印算法实现,其中包括水印的嵌入,音频水印常用攻击,以及检测算法的实现。-Audio watermarking algorithms, including the watermark embedding, audio watermarking common attacks, and the detection algorithm.
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
mp3_toolbox_v2.0
- These are a couple of m-files to read and write mp3 audio files [i.e. files compressed using MPEG-Audio layer 3 encoding] under Matlab.在matlab中读写mp3,这是2.0版本-These are a couple of m-files to read and write mp3 audio files [i.e. files compressed using
sound
- 在Centos和RedFlag6.0下实现播放wav格式的音频文件,仔细看代码,你需要自己修改一些参数,来播放其他的音频文件,因为我很懒,你自己修改源代码让它更好吧。-Under Centos and RedFlag6.0 the play wav format audio files, a close look at the code, you need to modify some parameters to play other audio files, because I' m l
noisetracking
- 包含M文件,培训和跟踪落实的噪音中描述的算法: [1] J.S.厄克伦斯和R. Heusdens,“非平稳噪声跟踪基于数据驱动的递归噪声功率的估计”,IEEE期刊。音频,语音卷。 16,第6页。1112年至1123年,2008年8月。 见Descr iption.doc在zip文件。-Contains m-files to train and implement the noise tracking algorithm described in:
MATLAB
- .M黨共5個~~ 都是GUI設計界面之設計~~ 音訊檔處理之介面~~ -. M ~ ~ Party of 5 is GUI design interface design audio files ~ ~ ~ ~ processing interface
juce_1_53
- JUCE最突出的特点是其对音频的特殊支持。JUCE原本是作为Tracktion audiosequencer的一部分而开发的,但后来脱离出来成为了一个独立的工程。JUCE支持音频和MIDI回放,复音合成器,对多种音频格式文件的读取。同时,JUCE还封装了诸如VST、RTAS、AU等技术的代码,能够开发各种音源、效果插件。众多音频厂商如Imageline、M-AUDIO、cycling74、KORG、Presonus、TC Group等等都是JUCE的使用者。-JUCE most prominen
Mp3
- 文件压缩技术的日新月异使得MP3成为时下最烫手的音乐格式,优质的音乐随着0与1的排列迅速散布到世界各地,撼动人心。何谓MP3?MP3的全称是MPEG Audio Layer 3,它是一种高效的计算机音频编码方案,它以较大的压缩比将音频文件转换成较小的扩展名为.MP3的文件,基本保持原文件的音质。MP3是 ISO/MPEG标准的一部分,ISO/MPEG标准描述了使用高性能感知编码方案的音频压缩,此标准一直在不断更新以满足“质高量小”的追求,现已形成 MPEG Layer 1、Layer 2、Lay
MPEG1-Layer-3
- 文件压缩技术的日新月异使得MP3成为时下最烫手的音乐格式,优质的音乐随着0与1的排列迅速散布到世界各地,撼动人心。何谓MP3?MP3的全称是MPEG Audio Layer 3,它是一种高效的计算机音频编码方案,它以较大的压缩比将音频文件转换成较小的扩展名为.MP3的文件,基本保持原文件的音质。MP3是 ISO/MPEG标准的一部分,ISO/MPEG标准描述了使用高性能感知编码方案的音频压缩,此标准一直在不断更新以满足“质高量小”的追求,现已形成 MPEG Layer 1、Layer 2、Lay
speechfeaextra1
- Short introduction to speech feature extraction code: Step 1: Create speech features: If you have a one stereo file with each speaker in one channel use: features = speech_features_stereo( demo.wav ) If you are using several mo
music
- *表示最高音 h表示高音 m表示中音 l表示低音 与其控制的音符构成音高,决定发音频率,音高的后面是音长,可以用整数或小数输入以控制时间,但中间必须用空各隔开。 乐谱文件的得最前面是一个整数,白噢是音长基数,一般为300 600 900 1200ms;乐谱文件最后世结束符 “##” ,以表示乐谱文件的结束。 程序对读入的乐谱进行翻译, 确定每个乐音的频率和声长, 每个音的音长=音长基数*节拍数,其中技术是乐谱文件的第一个字符。 由于DOS下用来发声的sound函数只能
car_recognization
- 基于MFCC和VQ算法的简单的汽车型号识别系统,直接打开main.m文件运行即可,其他m文件为调用函数。内含测试WAV音频文件。-The car models based on simple identification system MFCC and VQ algorithm can be run directly open main.m file, other m-file for the calling function. WAV audio files containing the te
Audio-denoising-deepa
- 1. Extract files and run Audio_denoise_main.m file folder... 2. Click on Load & play Audio file and Original sound.wav file 3. Then using slider AWGN (White gauusion noise)...it is vary 1 to 10 set it to 10.. 4. now click on Add Noise and play.
Linear-Predictive-Coder-master
- Linear-Predictive-Coder MATLAB Implementation of LPC algorithm for speech signal # Why LPC? In communication systems it is often necessary to transmit audio(speech) signal in compressed or encoded form because of bandwidth limitation of the
visual-cPP
- C++ QT 3D IDE for development of VS1003, VS Show time applet on the desktop, Music Search Software The NAudio Play wav, MP3 and othe a mp3 player,simple but a good ex five files inside the documents the gstreamer-sdk inside the
biutie_v25
- 实现了对10个数字音的识别程序已经调试成功.内含m文件,可直接运行,Pisarenko谐波分解算法。- Realization of 10 digital audio recognition program Has been successful debugging. M contains files can be directly run, Pisarenko harmonic decomposition algorithm.
kaibiu
- 已经调试成功.内含m文件,可直接运行,基于分段非线性权重值的Pso算法,音频信号通过LM386放大。- Has been successful debugging. M contains files can be directly run, Based on piecewise nonlinear weight value Pso algorithm, LM386 audio signal amplification.