How can I implement this equation in matlab?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I implement this equation in matlab?
2 commentaires
Réponse acceptée
Catalytic
le 29 Nov 2022
Modifié(e) : Catalytic
le 29 Nov 2022
All of the summations can be pre-computed using matrix multiplication, e.g. -
The results of these are all vectors. Once you've precomputed these vectors, the rest of the operations are just simple adds and multiplies.
3 commentaires
Walter Roberson
le 29 Nov 2022
We recommend you take the MATLAB Onramp online course.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Hilbert and Walsh-Hadamard Transforms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!