Commit Graph

152 Commits

Author SHA1 Message Date
bcdb5e3c0f dsp/lowpass,lockin: const generics 2021-05-10 17:31:53 +02:00
8954c94a20 hardware: add digital input support
* The inputs of the buffer are not pulled up/down. That might make them
  unusable if left floating.
2021-04-14 15:53:52 +02:00
c553e72df4 Updating miniconf dependencies 2021-03-01 14:46:12 +01:00
0d6b297d4e cossin: don't cancel -1 phase offset 2021-03-01 13:29:59 +01:00
cd289687ea cossin: tighten test 2021-02-27 15:37:15 +01:00
1805961d5d macc_i32: move to tools 2021-02-27 15:00:52 +01:00
067ef79560 cossin: shave off a few more instructions 2021-02-26 19:47:48 +01:00
b071fef15c iir_int: apply rounding bias summarily for speed 2021-02-25 17:37:57 +01:00
6c6c2e64a7 lockin: make order generic 2021-02-23 16:58:13 +01:00
ffdf4026fb fmt 2021-02-22 16:40:51 +01:00
f671e0c942 complex: add saturating_add/sub 2021-02-22 16:36:56 +01:00
6f3a30292c iir_int: make miniconf-able 2021-02-20 21:01:26 +01:00
65a0831e2d Merge branch 'master' into feature/mqtt-convert 2021-02-19 10:30:51 +01:00
fcb7bb0025 dsp: fix nightly 2021-02-19 09:50:38 +01:00
ccec9d7fed complex: rename extension trait, fix MulScaled 2021-02-19 09:29:38 +01:00
c87cb3eb9c dsp: factor out tools 2021-02-19 09:20:42 +01:00
a97829baf5 add saturating_scale 2021-02-18 22:14:21 +01:00
33b9b41405 lowpass: saturating math since it's free 2021-02-18 18:51:29 +01:00
07b7751dbc move lowpass gain outside lowpass/lockin 2021-02-18 14:25:54 +01:00
9983fad041 dsp: use num 2021-02-18 14:07:43 +01:00
e8711d8f4f Merge branch 'master' into feature/mqtt-convert 2021-02-17 16:54:37 +01:00
50476f68fd Adding settings support for lockin-external 2021-02-17 16:53:53 +01:00
b1d45d831c fmt 2021-02-17 16:25:21 +01:00
07714fbca4 test: trait in scope 2021-02-17 16:24:45 +01:00
b69131f5f5 impl trait on type alias instead of newtypes 2021-02-17 16:13:30 +01:00
cb16e9a85f Updating settings update function 2021-02-17 12:59:24 +01:00
b581a016ce lockin: redundant new 2021-02-14 17:55:01 +01:00
8918952b96 complex: lint 2021-02-12 12:06:00 +01:00
71c6e52f4d complex: add some traits 2021-02-12 12:03:53 +01:00
a6d4099ed3 lowpass: expose natural gain, add bias 2021-02-12 11:06:59 +01:00
67f052c0c9 lockin: add rounding bias 2021-02-12 11:05:50 +01:00
32b7058b47 lockin: 2nd order lowpass 2021-02-11 23:15:32 +01:00
b49f0a2eb9 complex: log2, update bins 2021-02-11 18:14:28 +01:00
3ae0b710bc lowpass: reimplement better 2021-02-11 14:30:05 +01:00
a144c099b2 lowpass: fmt 2021-02-10 14:10:28 +01:00
beeb43bf8b lowpass: robustify 2021-02-10 13:44:10 +01:00
8d68504026 lowpass: symmetric code 2021-02-10 13:31:41 +01:00
13b47556fd lowpass: clippy 2021-02-10 13:27:56 +01:00
30c2c2aac2 lowpass: i32, no multiplies 2021-02-10 11:39:19 +01:00
208ba8379a dsp, lockin: use cascaded 1st order lowpasses 2021-02-09 20:37:46 +01:00
31781a9d0e iir_int: rounding bias 2021-02-09 12:17:48 +01:00
473bdaa9bc iir_int: use f64 for extreme filters 2021-02-04 15:21:05 +01:00
f250e036ca rpll: simplify parameters, add one test 2021-02-04 12:46:33 +01:00
dcc71d5d11 iir: tweak math a bit 2021-02-02 15:41:47 +01:00
f02d3cc95b dsp: clippy 2021-02-01 18:46:21 +01:00
2a84e3f299 dsp: remove unused code, let the compiler decide about inlining 2021-02-01 18:37:05 +01:00
5d7266abbc dsp: clippy 2021-02-01 18:24:51 +01:00
b6e22b576b iir: add const fn new() 2021-02-01 17:18:10 +01:00
ab7e3d229b rpll: clean up asserts 2021-02-01 16:01:05 +01:00
65a3f839a0 lockin: remove feed() 2021-02-01 13:42:38 +01:00