q15/q31 vector DSP ops for FPU-less targets
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 23
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Vector DSP operations in Q15/Q31 fixed point, for targets without a hardware FPU (Cortex-M0, AVR). numx already has Q15/Q31/Q63 typedefs (numx_types.h) and a Q15 FFT (numx_fft_q15), this extends the same fixed-point approach to basic vector ops (dot, norm, add, scale) so those targets aren't limited to just FFT.
Contributor guide
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 reviewing the Q15/Q31/Q63 typedefs in numx_types.h and the existing numx_fft_q15 implementation to understand the fixed-point conventions. Add coverage for Q15/Q31 dot, norm, add, and scale operations, with completion shown by tests that work without hardware floating-point support on the named target classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100