Generate nine different plots with Sine signal having Frequencies (3Hz, 7Hz and 9Hz) and Amplitude (5V, 10V and 15V).

조회 수: 1 (최근 30일)
Generate nine different plots with Sine signal having Frequencies (3Hz, 7Hz and 9Hz) and Amplitude (5V, 10V and 15V).
  댓글 수: 1
Walter Roberson
Walter Roberson 2021년 7월 1일
syms t
fplot([5*sinpi(6*t), 10*sinpi(14*t), 15*sinpi(18*t), 10*sinpi(6*t), 15*sinpi(14*t), 5*sinpi(18*t), 15*sinpi(6*t), 5*sinpi(14*t), 10*sinpi(18*t)])

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by