timetable to wav file
4 次查看(过去 30 天)
显示 更早的评论
I am working with my sound files as timetables, but I need to convert them back to wav format when I'm done editing/analyzing. I can't convert directly using audiowrite, so I think I need to convert my timetable first?
0 个评论
采纳的回答
Star Strider
2021-2-19
I never did anything similar, so this is simply the approach I’d try first.
3 个评论
Star Strider
2021-2-20
The array created by table2array should simply be a numeric array. If it has an associated time vector with it, extract the column or columns that are not duration arrays, then save them.
If saving the timetable directly from the .wav file works, then go with it.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!