gpt4 book ai didi

MATLAB MIRtoolbox - mirtempo 函数

转载 作者:行者123 更新时间:2023-12-04 23:28:31 27 4
gpt4 key购买 nike

我只想知道像 mirtempo() 这样的函数如何将 mirscalar 对象返回为 MATLAB 可以理解的直接格式。

我有一个脚本,其中包含

tempo = mirtempo('file');

这使得 tempo 成为一个 mirscalar 对象。

如何将 tempo 变量转换为 double 值以便在脚本中使用?

我需要存储多首歌曲的节奏值,用于歌曲分类。我无法用 mirtempo() 做到这一点。相反,我可以在命令窗口中显示速度值,如:

tempo

输出如下:

"The Tempo related to file classical.00001.au is 165.5543 bpm"

有人可以帮帮我吗?提前致谢

最佳答案

这里是技巧:

tempo = mirtempo('file');

test=get(tempo,'Data');

test{1,1}{1,1}

ans =

[120.0106]

关于MATLAB MIRtoolbox - mirtempo 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27260732/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com