1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

413 commits

Author SHA1 Message Date
Manuel Pitz
3178e00cdf dft: code cleanup 2021-07-01 12:01:50 +02:00
Manuel Pitz
667d4a1703 dft: dump phase, freq, amp of channel 1 outside signal calc loop 2021-07-01 12:00:27 +02:00
Manuel Pitz
6c0cec2770 dft: make sure the dft mem is fully initalized 2021-07-01 11:59:43 +02:00
Manuel Pitz
e714591b10 dft: change memory layout for dft results to provide one vector per signal 2021-07-01 11:58:22 +02:00
Manuel Pitz
4a8d9403da dft: cleanup quadratic estimation 2021-07-01 11:56:56 +02:00
Manuel Pitz
cfd963592f dft: ifdef for full mem dump of dft 2021-07-01 11:56:56 +02:00
Manuel Pitz
d2b45de760 fixes for dft hook 2021-07-01 11:45:25 +02:00
Manuel Pitz
aef08fc289 first version of amplitude and frequency estimation 2021-07-01 11:44:57 +02:00
Manuel Pitz
afe88fcf45 first version of prabolic freq estimation 2021-07-01 11:44:23 +02:00
Manuel Pitz
806b5ad17a minor fixes and update debug features (temp add of ppsSignal to debug signals) 2021-07-01 11:43:31 +02:00
3dcdfe23d1 final fixes from Steffen 2021-07-01 11:41:25 +02:00
Manuel Pitz
700ec35392 dft: calculate dft synced to the time 2021-07-01 11:41:25 +02:00
Manuel Pitz
8089c23d53 dft:add rocof to phasor calculation 2021-07-01 11:41:25 +02:00
Manuel Pitz
945a5baec1 dft: cleanup the mess I made when trying to put the dumper in an independed branch 2021-07-01 11:41:25 +02:00
Manuel Pitz
17291cdab7 dft: tmp debug version 2021-07-01 11:41:25 +02:00
Manuel Pitz
12b2ff8ae5 dft: code cleanup 2021-07-01 11:41:25 +02:00
Manuel Pitz
bd1990c3fc dft: select dumping of full dft mem with ifdef 2021-07-01 11:41:25 +02:00
Manuel Pitz
4611105e0a dft: handle different dft rates 2021-07-01 11:41:25 +02:00
Manuel Pitz
a9dcc84969 dft: parallelize dft calculation with multiple signals 2021-07-01 11:41:25 +02:00
Manuel Pitz
5a85a7282c dft: paralelize dft calculation with multiple signals 2021-07-01 11:41:25 +02:00
Manuel Pitz
f5e9b8bfb1 dft: code cleanup 2021-07-01 11:41:25 +02:00
Manuel Pitz
4a8ce2097f dft: dump phase, freq, amp of channel 1 outside signal calc loop 2021-07-01 11:41:25 +02:00
Manuel Pitz
b26625184f dft: warn when max amplitude at boundary of freq bins 2021-07-01 11:41:25 +02:00
Manuel Pitz
15a71df357 dft: make sure the dft mem is fully initalized 2021-07-01 11:41:25 +02:00
Manuel Pitz
835a8ff29c dft: change memory layout for dft results to provide one vector per signal 2021-07-01 11:41:25 +02:00
Manuel Pitz
1e3725f3da dft: cleanup quadratic estimation 2021-07-01 11:41:25 +02:00
Manuel Pitz
b633273f12 dft: ifdef for full mem dump of dft 2021-07-01 11:41:25 +02:00
Manuel Pitz
56b28fa999 dft: added units to phasor signals 2021-07-01 11:41:25 +02:00
Manuel Pitz
eb97c92239 cmake: add support for building with OpenMP 2021-07-01 11:41:25 +02:00
Manuel Pitz
b03e0b2d27 fixes for dft hook 2021-07-01 11:41:25 +02:00
Manuel Pitz
d889827fd5 first version of amplitude and frequency estimation 2021-07-01 11:41:25 +02:00
Manuel Pitz
c70b2ccd97 first version of prabolic freq estimation 2021-07-01 11:41:25 +02:00
Manuel Pitz
e82822241e minor fixes and update debug features (temp add of ppsSignal to debug signals) 2021-07-01 11:41:25 +02:00
Manuel Pitz
15b39af057 rms: add new RMS hook 2021-06-29 17:19:01 +00:00
Manuel Pitz
a89a7be290 dft: update to new version of dumper 2021-06-25 15:40:24 +02:00
00a9e92b0a remove old plugin code 2021-06-21 16:11:42 -04:00
2680a067f0 scale: fixes for scale hook 2021-06-18 14:31:29 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
91cdf355a2 Update lib/hooks/stats.cpp 2021-04-28 13:15:01 +00:00
65e26e31b9 lua: fix Lua 5.1 compatability 2021-03-17 14:58:45 +00:00
6928974a93 lua: added integration tests and a few bug fixes 2021-03-17 14:58:45 +00:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
f71bd0fef4 lua: fix includes 2021-03-09 01:49:18 +01:00
5c666fbc15 fix cppcheck warnings 2021-02-22 23:30:19 +01:00
3a7f9c05de lua: fix bugs and improve documentation 2021-02-22 23:15:56 +01:00
fd57b5539f lua: first working version of Lua hook 2021-02-19 07:03:22 +01:00
4058941130 fix linking of Lua 2021-02-19 07:03:21 +01:00
937d4f0aae signal_data: only use type not complete signal struct 2021-02-19 07:03:21 +01:00
12589345ce final fixes 2021-02-16 14:41:55 +01:00
f1b3fa1492 use std::vector() instead of new/delete 2021-02-16 14:23:28 +01:00