question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: FFT (and other tf.spectral ops)

See original GitHub issue

tfjs has a lot of essential math ops already which is truly fantastic! A big missing primitive for me to be able to fully rely on tfjs for building deep learning music apps is a tf.fft/tf.ifft however. Is this in the pipeline? Perhaps the one in Web Audio’s AnalyserNode could be exploited somehow?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
nsthoratcommented, Oct 24, 2018

tf.fft() is added. There are separate issues for ifft(), rfft(), etc.

1reaction
carlthomecommented, Oct 24, 2018

Great news!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can we use tf.spectral fourier functions in keras?
Even if I use tf.keras it won't seem to accept other layers types between the rfft and irfft, though. If I try to...
Read more >
Module: tf.signal | TensorFlow v2.11.0
Computes the 1D [Discrete Cosine Transform (DCT)][dct] of input . fft(...) : Fast Fourier transform. fft2d(...) : 2D fast Fourier transform.
Read more >
Spectral: Data Loss Prevention Software with Automated ...
Automate the processes of secret protection at build time. Monitor and detect API keys, tokens, credentials, security misconfiguration and other threats in real ......
Read more >
Release 1.8.0
Major Features and Improvements. Added Java API support for Windows. Added tf.spectral module. Moved existing FFT ops to tf.spectral while keeping an alias ......
Read more >
Spectral features for the classification of partial discharge ...
This paper proposes spectral features that are extracted using a filter bank, consisting of band-pass filters. By applying the fast Fourier transform to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found