Effacer les filtres
Effacer les filtres

RELATED to average of complex numbers

50 vues (au cours des 30 derniers jours)
Amit
Amit le 20 Nov 2014
Modifié(e) : Image Analyst le 20 Nov 2014
how to find average of 3 arrays(complex value)?

Réponse acceptée

William
William le 20 Nov 2014
Modifié(e) : Image Analyst le 20 Nov 2014
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

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by