Adding Array elements from one element to another

1 回表示 (過去 30 日間)
Charith Ranatunga
Charith Ranatunga 2020 年 3 月 31 日
コメント済み: Charith Ranatunga 2020 年 3 月 31 日
I have an array that contains all of my power values in dBm from a LoRa signal. I found the 10dB bandwidth (BW) but I want to add the elements from one point in the array to another point.
My array has 1,000,000 elements and I want to add the elements from element 487146 to element 513795 in my array to find the total power im looking for. What advice could you give? I have tried sum but not sure have to implement it in this case

採用された回答

KSSV
KSSV 2020 年 3 月 31 日
Let A be your array.
iwant = sum(A(487146:513795)) ;
  1 件のコメント
Charith Ranatunga
Charith Ranatunga 2020 年 3 月 31 日
Sweet thank you, I got it working I just used the 'abs' function cause I got a negative total power value between those elements

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by