How to plot video frames along with entire audio and corresponding spectrogram for comparison in one graph?
7 次查看(过去 30 天)
显示 更早的评论
I have three signals namely video, audio and its spectrogram. Need to display result in one graph for analysis
0 个评论
采纳的回答
Walter Roberson
2023-12-14
There is a File Exchange contribution named VideoFig https://www.mathworks.com/matlabcentral/fileexchange/29544-figure-to-play-and-analyze-videos-with-custom-plots-on-top that provides the infrastructure for this.
Use https://www.mathworks.com/help/vision/ref/vision.videofilereader-system-object.html with 'AudioOutputPort', true . That will allow you to read audio and video at the same time. Display the video, display the audio, and display the spectrogram
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!