Skip to content

Commit

Permalink
r0_5
Browse files Browse the repository at this point in the history
  • Loading branch information
corrados committed Aug 6, 2022
1 parent ce35069 commit 04e197d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 11 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Edrumulus Project Log

## 2022-08-06 [[r0.5](https://github.com/corrados/edrumulus/releases/tag/r0_5)] Simple overload correction

A simple signal overload correction is now supported. The initial idea in the TODO list was to
use a low-pass filter to recreate the clipped peak value. It is quite challanging to find the
correct filter parameters like cut-off, latency correction, amplitude correction, etc.
Therefore, a simpler approach was implemented now. We simply count the number of samples which
are detected to be clipped and assign these numbers to amplification values for the clipped
estimated peak value. Since the number of clipped samples might be incorrect because of noise
or even that not only the main peak is clipped but also the second main peak as well, only a
maximum of 4 dB is amplified and only the steps 1, 2, 3 and 4 dB are supported.

## 2022-08-03 Edrumulus prototype 4

There is a new Edrumulus prototype available which uses a custom PCB created with KiCad and
Expand Down
4 changes: 0 additions & 4 deletions doc/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ The road map items are sorted by priority.

Do not use a linear parameter as it is implemented right now.

- [ ] **Signal overload correction**

Maybe based on low-pass filtering as suggested in https://github.com/corrados/edrumulus/discussions/17#discussion-3736264.

- [ ] **Attach second piezo on mesh pad and experiment with improved velocity/position detection using the second piezo signal**

Maybe use PDA-120L pad since it already has three pizeo sensors installed.
Expand Down

0 comments on commit 04e197d

Please sign in to comment.