# \#nfft

**URL:** https://discourse.julialang.org/tag/nfft/798.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Help with NUFFT (NFFT) vs FFT in Radial MRI applications](https://discourse.julialang.org/t/help-with-nufft-nfft-vs-fft-in-radial-mri-applications/122106)

<div class="topic-metadata">

**Author:** [@matividalg](https://discourse.julialang.org/u/matividalg)\
**Replies:** 0\
**Last updated:** [November 1, 2024, 12:52am UTC](https://discourse.julialang.org/t/help-with-nufft-nfft-vs-fft-in-radial-mri-applications/122106 "2024-11-01T00:52:02Z")

</div>

Hi there! I have a few problems when generating a “fHat” matrix of a NFFT (using package NFFT) vs when dealing with the inverse fft of my own (imperfect) adquisition. Let me illustrate. I’m simulating a regular Gradient…

---

## [Examples of FINUFFT?](https://discourse.julialang.org/t/examples-of-finufft/103708)

<div class="topic-metadata">

**Author:** [@erny123](https://discourse.julialang.org/u/erny123)\
**Replies:** 4\
**Last updated:** [September 9, 2023, 9:51pm UTC](https://discourse.julialang.org/t/examples-of-finufft/103708 "2023-09-09T21:51:16Z")

</div>

I’m trying to learn some basic Non-Uniform FFT. I want to see if I can get a frequency spectrum of a laser pulse with a NUFFT type 1 using the FINUFFT.jl library. Here’s the example: using FFTW using FINUFFT c = 2.99…

---

## [Help needed with FFT and NFFT](https://discourse.julialang.org/t/help-needed-with-fft-and-nfft/93449)

<div class="topic-metadata">

**Author:** [@Karajan](https://discourse.julialang.org/u/Karajan)\
**Replies:** 14\
**Last updated:** [February 12, 2023, 11:36am UTC](https://discourse.julialang.org/t/help-needed-with-fft-and-nfft/93449 "2023-02-12T11:36:10Z")

</div>

Hi, I think I could use some help understanding nonuniform discrete Fourier transforms (NFFT). Either I’m not using the tools correctly or I’m misunderstanding how they work in general. I read that when my signal has no…

---

## [FFT with variable sampling frequency](https://discourse.julialang.org/t/fft-with-variable-sampling-frequency/46288)

<div class="topic-metadata">

**Author:** [@EmadMasroor](https://discourse.julialang.org/u/EmadMasroor)\
**Replies:** 11\
**Last updated:** [May 15, 2022, 9:51pm UTC](https://discourse.julialang.org/t/fft-with-variable-sampling-frequency/46288 "2022-05-15T21:51:56Z")

</div>

Hello members of the Julia community, Is it possible to use the FFTW package (or any other Julia package) to perform an FFT on non-uniformly-sampled data? It seems that the functions provided in this package all assume …

---

## [How to plot periodogram from DSP.jl?](https://discourse.julialang.org/t/how-to-plot-periodogram-from-dsp-jl/67969)

<div class="topic-metadata">

**Author:** [@mdsa3d](https://discourse.julialang.org/u/mdsa3d)\
**Replies:** 5\
**Last updated:** [September 19, 2021, 10:07am UTC](https://discourse.julialang.org/t/how-to-plot-periodogram-from-dsp-jl/67969 "2021-09-19T10:07:12Z")

</div>

I am trying to plot a periodogram for the following data. However, I am not sure how can i plot a periodogram object ? Code: #= DataFrame 10×10 DataFrame Row │ Date Open High Low Close Volume …

---

## [Nonuniform fast Fourier transforms](https://discourse.julialang.org/t/nonuniform-fast-fourier-transforms/4858)

<div class="topic-metadata">

**Author:** [@MikaelSlevinsky](https://discourse.julialang.org/u/MikaelSlevinsky)\
**Replies:** 10\
**Last updated:** [July 13, 2020, 11:10am UTC](https://discourse.julialang.org/t/nonuniform-fast-fourier-transforms/4858 "2020-07-13T11:10:04Z")

</div>

FastTransforms.jl v0.2.2 includes nonuniform fast Fourier transforms thanks to Alex Townsend: nufft1 assumes uniform samples and noninteger frequencies; nufft2 assumes nonuniform samples and integer frequencies; nuf…
