How measure a 0.5 delta of a vector?
2 views (last 30 days)
Show older comments
Hi everyone,
Truly appreciated to direct me in advance!
I have a vector (a signal) and I need to measure the half d of natural logarithm of the signal. How should write the code? Thank you!
RC=0.5 d ln A.
Accepted Answer
KSSV
on 1 Jul 2021
Come on.....it is a simple one. Read some basics of MATLAB.
x = rand(10,1) ;
iwant = 1/2*log(x)
5 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!