signal processing onramp accenctuate the peaks in signal

Answers (1)

Asking you to convert to decibel using the function db, and after that plot power (pwr) in decible versus time!
pwr = db(psum, "power") ;
plot(t, pwr)
Documentation for db function.
doc db

Categories

Asked:

on 5 Jul 2022

Answered:

on 5 Jul 2022

Community Treasure Hunt

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

Start Hunting!