Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion submodules/dsptap
Submodule dsptap updated 59 files
+279 βˆ’0 .github/workflows/bench.yml
+86 βˆ’15 .github/workflows/ci.yml
+1 βˆ’1 CLAUDE.md
+10 βˆ’0 CMakeLists.txt
+6 βˆ’0 LICENSES/LicenseRef-Ooura.txt
+60 βˆ’9 NOTICE.md
+104 βˆ’21 README.md
+59 βˆ’0 bench/CMakeLists.txt
+232 βˆ’0 bench/README.md
+7 βˆ’0 bench/baselines.json
+128 βˆ’0 bench/bench_common.h
+101 βˆ’0 bench/bench_fft.cpp
+49 βˆ’0 bench/icount/CMakeLists.txt
+113 βˆ’0 bench/icount/icount_main.cpp
+25 βˆ’0 bench/icount/smoke.cmake
+44 βˆ’0 bench/size_probe.cpp
+54 βˆ’0 cmake/arm-cortex-m33-mps2.cmake
+70 βˆ’0 cmake/arm-cortex-m4-mps2.cmake
+21 βˆ’10 cmake/arm-cortex-m55-mps3.cmake
+1,044 βˆ’0 docs/audit-fft-and-code-smells.md
+418 βˆ’0 docs/fft-design.md
+12 βˆ’6 include/tap/dsp/decimate.h
+328 βˆ’0 include/tap/dsp/fft/fft_arith.h
+163 βˆ’0 include/tap/dsp/fft/spectrum.h
+14 βˆ’10 include/tap/dsp/log_mel.h
+74 βˆ’10 include/tap/dsp/psola.h
+72 βˆ’30 include/tap/dsp/pvoc.h
+31 βˆ’12 include/tap/dsp/quantize.h
+144 βˆ’29 include/tap/dsp/sample_traits.h
+144 βˆ’5 notebooks/dsptap_py.py
+606 βˆ’0 notebooks/fft.ipynb
+10 βˆ’2 notebooks/requirements.txt
+23 βˆ’0 platform/README.md
+212 βˆ’0 platform/cortexm_startup.c
+94 βˆ’0 platform/mps2_an386.ld
+93 βˆ’0 platform/mps2_an505.ld
+93 βˆ’0 platform/mps3_an547.ld
+181 βˆ’0 scripts/icount.py
+245 βˆ’22 tests/CMakeLists.txt
+66 βˆ’0 tests/bare_metal_main.cpp
+78 βˆ’0 tests/support/signals.h
+169 βˆ’47 tests/test_decimate.cpp
+249 βˆ’0 tests/test_fft_arith.cpp
+755 βˆ’0 tests/test_fft_oracle.cpp
+426 βˆ’0 tests/test_fft_parity_ooura.cpp
+405 βˆ’0 tests/test_fft_rt.cpp
+7 βˆ’2 tests/test_fir_kernels.cpp
+40 βˆ’0 tests/test_psola.cpp
+50 βˆ’3 tests/test_pvoc.cpp
+65 βˆ’0 tests/test_quantize.cpp
+60 βˆ’5 tests/test_sample_traits.cpp
+327 βˆ’0 tests/test_spectrum.cpp
+1 βˆ’1 third_party/cmsis-dsp/VENDOR.md
+3 βˆ’3 tools/capi/CMakeLists.txt
+182 βˆ’0 tools/capi/dsptap_capi.cpp
+73 βˆ’3 tools/capi/dsptap_capi.h
+33 βˆ’0 tools/fingerprint/CMakeLists.txt
+134 βˆ’0 tools/fingerprint/fingerprint.cpp
+63 βˆ’0 tools/qemu_insn_plugin/insn_count.c
Loading