How can I implement this equation in matlab?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sridhar S
el 29 de Nov. de 2022
Comentada: Sridhar S
el 30 de Nov. de 2022
How can I implement this equation in matlab?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1211953/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1211953/image.png)
2 comentarios
Respuesta aceptada
Catalytic
el 29 de Nov. de 2022
Editada: Catalytic
el 29 de Nov. de 2022
All of the summations can be pre-computed using matrix multiplication, e.g. -
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1212093/image.png)
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 comentarios
Walter Roberson
el 29 de Nov. de 2022
We recommend you take the MATLAB Onramp online course.
Más respuestas (0)
Ver también
Categorías
Más información sobre Hilbert and Walsh-Hadamard Transforms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!