What is this power function doing?
Mostra commenti meno recenti
I was wondering if someone could explain to me what the function power was actually doing. I know that power is tied to mlmif.h
return power(10,PD/10); PD is an mwArray.
3 Commenti
Peter Piper
il 25 Set 2015
Modificato: Walter Roberson
il 25 Set 2015
Adam
il 25 Set 2015
Can you not work it out from the results given the assumption that the most likely thing it is doing is what myself and Thorsten have suggested. You can easily calculate this in Matlab and compare.
Risposte (1)
Thorsten
il 25 Set 2015
0 voti
I guess it computes 10.^(PD/10).
Categorie
Scopri di più su Deploy to C++ Applications Using mwArray API (C++03) in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!