八度 'wavread' 未定义

Octave 'wavread' undefined

我有 GNU Octave 5.2.0,我想用它来分析 wav 文件中的 IQ 数据。 This link 描述了一个名为 wavread 的函数,我可以在 Octave 中使用它,但是当我 运行 y = wavread(filename) 时,我收到此错误消息:

error: 'wavread' undefined near line 1 column 1

为什么我会得到这个?我最好的猜测是 wavread 出于某种原因已被弃用,并且只存在于早期版本中。我的另一个猜测是我必须安装一个扩展才能使用 wavread,但我没有找到允许我这样做的来源。

@TasosPapastylianou 发现,wavread 函数是 deprecated as of Octave version 5。解决方案是使用audioread 函数