What is this power function doing?
古いコメントを表示
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 件のコメント
Peter Piper
2015 年 9 月 25 日
編集済み: Walter Roberson
2015 年 9 月 25 日
Adam
2015 年 9 月 25 日
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.
回答 (1 件)
Thorsten
2015 年 9 月 25 日
0 投票
I guess it computes 10.^(PD/10).
カテゴリ
ヘルプ センター および File Exchange で Deploy to C++ Applications Using mwArray API (C++03) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!