- AGC: added boundaries

- Tracker: forget max at each process for all rackers

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/radio@1048 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-21 17:38:55 +00:00
parent 2f952a10a0
commit a68283618d
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@
typedef struct _agc_t
{
radio_float_t w;
radio_float_t w_max;
radio_float_t w_min;
sl_minmax_t slMax;
} agc_t;