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!