Effacer les filtres
Effacer les filtres

signal processing onramp accenctuate the peaks in signal

1 vue (au cours des 30 derniers jours)
GOURANG UPADHYAY
GOURANG UPADHYAY le 5 Juil 2022
i am not able to understand the task 3 of signal measurments

Réponses (1)

Abderrahim. B
Abderrahim. B le 5 Juil 2022
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

Community Treasure Hunt

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

Start Hunting!

Translated by