fft
Here are 522 public repositories matching this topic...
-
Updated
May 16, 2020 - Swift
-
Updated
May 21, 2020 - Python
It looks like the width of the color selector button has increased gradually from Qt 5.6 -> 5.9 -> 5.10.
-
Updated
May 19, 2020 - C++
-
Updated
Apr 2, 2020 - C++
Why is there zero documentation on how to configure after installation? I have a USRP B200 and I suppose there is some place I need to specify that such as in the Settings dialog user device. However, there is no hint as to how to do this. Entering obvious strings like 'b200' or 'USRP' doesn't do it. A couple sentences added to the readme file would go a long way to making this actually do som
-
Updated
Mar 7, 2020 - TypeScript
-
Updated
Dec 23, 2019 - C++
-
Updated
May 19, 2020 - Python
-
Updated
May 7, 2020 - HTML
Raising scalars and vectors to integer powers is very common (e.g. llvm.powi
), so I think the following APIs would be very useful:
- double Sleef_ipow_u10(double x, int32_t y);
- __m128d Sleef_ipowd2_u10(__m128d x, int32_t y);
- __m256d Sleef_ipowd4_u10(__m256d x, int32_t y);
- __m512d Sleef_ipowd8_u10(__m512d x, int32_t y);
- floa
-
Updated
Feb 20, 2019 - Python
-
Updated
Nov 8, 2019 - Java
-
Updated
Feb 7, 2020 - Python
-
Updated
Feb 29, 2020 - C++
The currently supported radices are 2, 3, 4, and 8. Small primes 5 and 7 should be added for parity with other FFT libraries. Larger powers of two might be desirable for performance.
-
Updated
Jan 26, 2013 - Perl
-
Updated
Jun 27, 2019 - Java
-
Updated
Apr 4, 2020 - Python
-
Updated
Mar 21, 2019 - JavaScript
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
May 30, 2019 - C
Need to check dimensional reshaping
TypeError Traceback (most recent call last)
in ()
1 step_chan = 'DC_Offset'
----> 2 px.be_viz_utils.jupyter_visualize_beps_sho(h5_sho_fit, step_chan)
~\Documents\GitHub\pycroscopy\pycroscopy\viz\be_v
Improve this page
Add a description, image, and links to the fft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fft topic, visit your repo's landing page and select "manage topics."
The help currently reads:
Vector S get; set;
Gets the singular values (Σ) of matrix in ascending value.
It should be:
descending order of magnitude.