Skip to content

Conversation

@kunitoki
Copy link
Owner

@kunitoki kunitoki commented Aug 27, 2025

Convolution Demo
image

Lowpass FIR
image

Highpass FIR
image

Bandpass FIR
image

Bandstop FIR
image

Windowing Comparison on Lowpass FIR
image

@codecov
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

❌ Patch coverage is 86.96296% with 88 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.73%. Comparing base (92b1f0d) to head (0a4b74a).
⚠️ Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
...s/yup_dsp/convolution/yup_PartitionedConvolver.cpp 91.64% 31 Missing ⚠️
modules/yup_dsp/windowing/yup_WindowFunctions.h 0.00% 20 Missing ⚠️
...audio_basics/buffers/yup_FloatVectorOperations.cpp 77.38% 19 Missing ⚠️
modules/yup_dsp/filters/yup_DirectFIR.h 79.51% 17 Missing ⚠️
...les/yup_dsp/convolution/yup_PartitionedConvolver.h 80.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
+ Coverage   57.32%   57.73%   +0.41%     
==========================================
  Files         471      475       +4     
  Lines       47135    47795     +660     
==========================================
+ Hits        27018    27595     +577     
- Misses      20117    20200      +83     
Files with missing lines Coverage Δ
modules/yup_core/maths/yup_MathsFunctions.h 96.25% <ø> (ø)
modules/yup_core/system/yup_PlatformDefs.h 100.00% <ø> (ø)
modules/yup_core/text/yup_String.h 100.00% <100.00%> (ø)
modules/yup_dsp/designers/yup_FilterDesigner.cpp 73.89% <100.00%> (+5.53%) ⬆️
modules/yup_dsp/designers/yup_FilterDesigner.h 53.33% <ø> (ø)
modules/yup_dsp/frequency/yup_FFTProcessor.cpp 88.88% <100.00%> (+4.01%) ⬆️
modules/yup_dsp/frequency/yup_FFTProcessor.h 0.00% <ø> (-50.00%) ⬇️
modules/yup_dsp/utilities/yup_DspMath.cpp 100.00% <100.00%> (ø)
modules/yup_dsp/utilities/yup_DspMath.h 51.16% <ø> (ø)
...les/yup_dsp/convolution/yup_PartitionedConvolver.h 80.00% <80.00%> (ø)
... and 4 more

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 92b1f0d...0a4b74a. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kunitoki kunitoki changed the title Partitioned Convolution Partitioned Convolution and FIR Filtering Sep 12, 2025
@kunitoki kunitoki merged commit 45fd338 into main Dec 6, 2025
36 checks passed
@kunitoki kunitoki deleted the dev/convolution branch December 6, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants