Add ifft command
Open
Nobody has claimed this yet.
enhancement
Low Priority
- Dominant language
- Python
- Stars
- 15
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Procedure: Compute Inverse FFT. Return real and imaginary parts.
Usage: ifft **real-curve** imaginary-curve**
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the command entry point for `ifft` and any existing FFT-related command or procedure. The work is done when `ifft` accepts the real and imaginary curves described in the usage text and returns their inverse transform's real and imaginary parts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100