07 2021 档案

摘要:不知道这种图该怎么叫,就先叫它竖线图吧。 y = rand(100,1)*10; stem(y,'Marker','none') 阅读全文
posted @ 2021-07-27 15:48 大鱼dayu 阅读(2008) 评论(0) 推荐(1)
摘要:房间混响时间计算 阅读全文
posted @ 2021-07-27 15:16 大鱼dayu 阅读(422) 评论(0) 推荐(0)
摘要:1 audioread 读取音频文件 用法: ​ [y,Fs] = audioread(filename) 其中x为n*1的矩阵,fs为语音信号的采样率 例: ​ [x,fs] = audioread('abc.wav'); 2 audiowrite 写入音频文件 用法: ​ audiowrite( 阅读全文
posted @ 2021-07-09 18:30 大鱼dayu 阅读(1502) 评论(0) 推荐(0)