plotting histogram for frequency versus amplitude
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi Volks, I have a question regarding Histogram. I am plotting a graph, which is frequency versus amplitude. On the frequency axes, I have amplitude of 10 signals. Now I need to plot a histogram which shows how much fluctuations do i have at paricular frequency for all 10 signals. For example, at 90KHz, how much fluctiating the amplitude of all 10 signals. How to do histogram in this case.
figure,plot(f2,abs(amp));
xlabel('Frequency in KHz');ylabel('amp');
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!