当前位置:网站首页>matlab 使用 audioread 、 sound 读取和播放 wav 文件
matlab 使用 audioread 、 sound 读取和播放 wav 文件
2022-07-02 01:25:00 【胡刚2016】
我们现在来读取上一节 matlab 使用 audiorecorder、recordblocking录制声音,play 播放声音,audiowrite 保存声音 录制保存好的 wav 文件
代码非常简单
filename = 'audiorecorder_data_1.wav';
[y,Fs] = audioread(filename);
sound(y,Fs);
边栏推荐
- No converter found for return value of type: class
- Leetcode 45 Jumping game II (2022.02.14)
- What is commercial endowment insurance? Is commercial endowment insurance safe?
- Self drawing of menu items and CListBox items
- Error creating bean with name ‘stringRedisTemplate‘ defined in class path re
- SQL injection for Web Security (2)
- NeRV: Neural Reflectance and Visibility Fields for Relighting and View Synthesis
- 机器学习基本概念
- ECS project deployment
- 教你白嫖Amazon rds一年并搭建MySQL云数据库(只需10分钟,真香)
猜你喜欢
Datawhale 社区黑板报(第1期)
[Maya] the error of importing Maya into Metahuman
迁移云计算工作负载的四个基本策略
SQL injection for Web Security (2)
微信小程序中使用tabBar
Private project practice sharing [Yugong series] February 2022 U3D full stack class 009 unity object creation
[IVX junior engineer training course 10 papers to get certificates] 0708 news page production
Infiltration records of CFS shooting range in the fourth phase of the western regions' Dadu Mansion
Learn C language from scratch day 025 (maze)
Memorabilia of domestic database in June 2022
随机推荐
MySQL winter vacation self-study 2022 12 (4)
Single chip microcomputer -- hlk-w801 transplant NES simulator (III)
Brief description of grafana of # yyds dry goods inventory # Prometheus
Daily work and study notes
What is commercial endowment insurance? Is commercial endowment insurance safe?
Unity AssetBundle subcontracting
SQL injection for Web Security (2)
Shell Function
A problem about function template specialization
企业应该选择无服务器计算吗?
Principle of finding combinatorial number and template code
Error creating bean with name ‘stringRedisTemplate‘ defined in class path re
机器学习基本概念
Datawhale 社区黑板报(第1期)
Global and Chinese markets for the application of artificial intelligence in security, public security and national security 2022-2028: Research Report on technology, participants, trends, market size
Game thinking 15: thinking about the whole region and sub region Services
ACM tutorial - quick sort (regular + tail recursion + random benchmark)
【图像增强】基于Frangi滤波器实现血管图像增强附matlab代码
How can I batch produce the same title for the video?
Circular statements in shell programming