NIKX-Tech / NIKX-Tech/numx

q15/q31 vector DSP ops for FPU-less targets

Open
#74 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement hardware
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.