signal processing onramp accenctuate the peaks in signal
Show older comments
i am not able to understand the task 3 of signal measurmentsAnswers (1)
Abderrahim. B
on 5 Jul 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
Categories
Find more on Get Started with Signal Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!