필터 지우기
필터 지우기

How to plot video frames along with entire audio and corresponding spectrogram for comparison in one graph?

조회 수: 2 (최근 30일)
I have three signals namely video, audio and its spectrogram. Need to display result in one graph for analysis

채택된 답변

Walter Roberson
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 CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by