-
大小: 1.61MB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-01-07
- 语言: Matlab
- 标签: MP3 MATLAB matlab读mp3
资源简介
MATLAB 读取mp3,写入信息的函数代码
代码片段和文件信息
%% MP3 reading and writing
%
% These function mp3read and mp3write aim to exactly duplicate
% the operation of wavread and wavwrite for accessing soundfiles
% except the soundfiles are in Mpeg-Audio layer 3 (MP3) compressed
% format. All the hard work is done by external binaries written
% by others: mp3info to query the format of existing mp3 files
% mpg123 to decode mp3 files and lame to encode audio files.
% Binaries for these files are widely available (and may be
% included in this distribution).
%
% These functions were originally developed for access to very
% large mp3 files (i.e. many hours long) and so avoid creating
% the entire uncompressed audio stream if possible. mp3read
% allows you to specify the range of frames you want to read
% (as a second argument)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2007-07-30 15:37 __MACOSX\
目录 0 2007-07-30 15:37 __MACOSX\mp3readwrite\
文件 82 2007-03-30 17:11 __MACOSX\mp3readwrite\._.DS_Store
文件 1544 2009-05-19 15:17 license.txt
目录 0 2007-07-30 15:36 mp3readwrite\
文件 6148 2007-03-30 17:11 mp3readwrite\.DS_Store
文件 3728 2007-02-04 23:09 mp3readwrite\demo_mp3readwrite.m
目录 0 2007-02-04 23:14 mp3readwrite\html\
文件 10834 2007-02-04 23:14 mp3readwrite\html\demo_mp3readwrite.html
文件 6212 2007-02-04 23:14 mp3readwrite\html\demo_mp3readwrite.png
文件 63096 2007-02-04 23:14 mp3readwrite\html\demo_mp3readwrite_01.png
文件 195072 2002-04-16 13:35 mp3readwrite\lame.exe
文件 377484 2002-01-02 22:56 mp3readwrite\lame.glnx86
文件 469376 2006-12-30 17:39 mp3readwrite\lame.mac
文件 490312 2007-02-04 21:32 mp3readwrite\lame.maci
文件 71680 2004-10-23 16:20 mp3readwrite\mp3info.exe
文件 22896 2001-07-17 05:30 mp3readwrite\mp3info.glnx86
文件 60364 2004-09-08 21:09 mp3readwrite\mp3info.mac
文件 35032 2007-02-04 20:37 mp3readwrite\mp3info.maci
文件 10042 2007-07-30 15:36 mp3readwrite\mp3read.m
文件 4870 2007-07-26 15:09 mp3readwrite\mp3write.m
文件 139264 2004-10-23 16:20 mp3readwrite\mpg123.exe
文件 159824 2000-02-02 23:31 mp3readwrite\mpg123.glnx86
文件 124076 2004-01-30 02:08 mp3readwrite\mpg123.mac
文件 122464 2007-02-04 19:37 mp3readwrite\mpg123.maci
文件 829672 2007-02-04 20:16 mp3readwrite\piano.wav
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- popular-UCI-datasets 一些非常有用的数据
- GAPSO 这个算法是遗传算法和粒子群优
- synchronization 利用matlab仿真实现载波的
- Gabor Gabor小波变换的matlab实现
- 4 matlab区域填充的具体算法及演示
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- SIFT2844912
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- EELM
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- wavplay 基于matlab GUI界面的播放器
- allfns 是由牛津大学VGG开发的三维重建
- spectrogram_fft
- adaboost 基于adaboost的人脸识别程序
- 2 2课程报告要求:按照讲课内容
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- MFandMPF 计算肌电信号积分肌电值
- BM3D BM3D去噪算法的实现和相关文档
- BarrelDistortion 两个matlab程序
- Kalman 用卡尔曼滤波跟踪目标实例
- WSN-matlab-simulation
评论
共有 条评论