Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[T3] Como implementar FFT sin usar numpy #21

Open
raimundomartinez opened this issue Oct 10, 2022 · 1 comment
Open

[T3] Como implementar FFT sin usar numpy #21

raimundomartinez opened this issue Oct 10, 2022 · 1 comment
Assignees
Labels

Comments

@raimundomartinez
Copy link

Hola! Que el autocorrect no soporta numpy, entonces quería preguntar como podríamos implementar fft y usar números complejos sin usar numpy (o alguna otra librería que tampoco este supported por el autocorrect).
Saludos

@N9199 N9199 added the Tarea 3 label Oct 11, 2022
@N9199
Copy link
Collaborator

N9199 commented Oct 11, 2022

Hola Raimundo, no se puede usar Numpy, los límites de la tarea son pensados en una implementación en Python puro1. Para el resto de tu pregunta, te recomiendo leas la documentación de Python, que leas tus apuntes y que busques implementaciones de FFT para usar de referencia.

Footnotes

  1. Numpy usa C, C++ y Fortran para acelerar todos sus cálculos.

@N9199 N9199 self-assigned this Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants