-
It would be awesome if dynet had spectral methods implemented like tensorflow does; for example https://www.tensorflow.org/api_guides/python/spectral_ops.
-
**Is your feature request related to a problem? Please describe.**
Sometimes, it useful to think of time series data in the frequency domain; this is especially important in areas like fraud detect…
-
@newville
I have a question about the Normalization of FFT in larch.
I was reading the [Documentation](https://xraypy.github.io/xraylarch/xafs_fourier.html) and saw that normalization is treated as…
-
Add [Fast Fourier Transform Functions](https://www.paddlepaddle.org.cn/documentation/docs/en/api/index\_en.html) to PaddlePaddle Frontend
Please keep in mind that the proper way to link an issue to…
-
**Related**
#1097 #1218
**Feature functionality**
The current (#1218) implementation of `ht.fft.fft()` is only distributed if the input DNDarray is n-dimensional (n>1).
Research suitable a…
-
Add algorithms useful for vision / signal processing:
- [ ] Convolution (with implicit im2col)
- [ ] Conv transpose
- [ ] Fast Fourier Transform
-
We're currently doing polynomial multiplication and interpolation the [naive way](https://github.com/poanetwork/threshold_crypto/blob/master/src/poly.rs#L210) (also [interpolation](https://github.com/…
-
While implementing `fast_fourier_transform_parfor` I have noticed that when I remove the variable `w` calculated inside the loop completely, my tests still pass. I have tried this also in the basic se…
-
傅里叶变换各种信号处理的基础,可以将信号从时域转换到频域。
![image](https://github.com/iLovEing/notebook/assets/109459299/c4554a38-ee1e-4af7-ae35-525dd33afe13)
## 章节
- [x] 傅里叶级数(FS, Fourier Series)
- [x] 傅里叶变换(FT, Fourier T…
-
Hi @rechmbrs, @fpierfed,
I’ve recently developed an open-source tool that might align with your interests. It’s called FFT Pattern Suppression, and it's designed for automatic detection and removal…