Analog Signal with Comparator
1 回表示 (過去 30 日間)
古いコメントを表示
Ifthekhar Ahammad
2019 年 12 月 30 日
コメント済み: Ifthekhar Ahammad
2020 年 1 月 15 日
Hello,
I am planning to load an audio signal in MatLab as a matrix
signal = audioread ( 'Matlab.mp3' )
and then use a comparator with a threshold value to prepare another matrix that will store the data of the comparator and then want to plot then together or separately. I want to prepare the matrix for the comparator section because I want to use that data somewhere else as well. Is there a MatLab command to perform this comparator and matrix operation?
Thanks
0 件のコメント
採用された回答
Shubh Sahu
2020 年 1 月 6 日
Hello!
Please read magnitude and frequency from the signal as shown below
[y,Fs] = audioread(filename)
and then apply relational operations to compare. As MATLAB basic working is in matrix form so the result of these operations will be in matrix only. And you can use this result for further use.
I have attached some link which will be helpful for you
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio I/O and Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!