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

1 visualización (últimos 30 días)
Generate nine different plots with Sine signal having Frequencies (3Hz, 7Hz and 9Hz) and Amplitude (5V, 10V and 15V).
  1 comentario
Walter Roberson
Walter Roberson el 1 de Jul. de 2021
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)])

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Continuous Wavelet Transforms en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by