From where can I get an audio signal file with less than 1000 samples for an audio signal processing program in matlab?
이전 댓글 표시
I have been working on a audio signal processing/filtering program but for it i require a file with less than 1000 sample which i am unable to find.
답변 (1개)
Wayne King
2013년 10월 28일
load mtlb;
audiosamp = mtlb(1:999);
The sampling rate is 7418 Hz. Otherwise, you can audioread() to read part of an audio file.
카테고리
도움말 센터 및 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!