RELATED to average of complex numbers

 Akzeptierte Antwort

William
William am 20 Nov. 2014
Bearbeitet: Image Analyst am 20 Nov. 2014

0 Stimmen

Separate into real and imaginary component arrays, divide, then recombine:
av_real = (real_a + real_b + real_c) / 3;
av_img = (img_a + img_b + img_b) / 3

Weitere Antworten (0)

Kategorien

Tags

Gefragt:

am 20 Nov. 2014

Bearbeitet:

am 20 Nov. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by