摘要: 使用线性插值实现sample rate转换。 function output = simpleResample(input, inputfs, outputfs) inputLen = length(input(:, 1)); outputLen = floor(inputLen * outputf 阅读全文
posted @ 2018-11-04 22:06 fellow_jing 阅读(4268) 评论(0) 推荐(0)