• Joined on 2025-09-18
ChTheo pushed to master at ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-27 21:36:53 +03:00
e4b39e5cfa modified parsing. Now it is consistent with new shorter data
ChTheo pushed to master at ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:44:54 +03:00
8544a44d60 implemented FFT res waterfall colorscale_max slider
ChTheo pushed to sync_detector_dual_ADC at ChTheo/RFG_stm32_ADC_STM32F429 2025-12-21 17:24:30 +03:00
ChTheo created branch sync_detector_dual_ADC in ChTheo/RFG_stm32_ADC_STM32F429 2025-12-21 17:24:30 +03:00
ChTheo pushed to master at ChTheo/RFG_stm32_ADC_STM32F429 2025-12-21 17:24:30 +03:00
179dfd8d9c sync_detector still not working...
c930b503c2 Made two minimal, surgical fixes to stabilize ON/OFF splitting.
985dbcc87b Made two minimal, surgical fixes to stabilize ON/OFF splitting.
186ad1939a implemented sync_detector logic. But it is a bit buggy: data stored in avg_ON is very similar to avg_OFF. But while sync_detector phase is inverted -- both behave the same way
Compare 4 commits »
ChTheo created branch master in ChTheo/RFG_stm32_ADC_STM32F429 2025-12-21 17:24:30 +03:00
ChTheo renamed repository from RFG_stm32_ADC to ChTheo/RFG_stm32_ADC_STM32F429 2025-12-21 17:23:36 +03:00
ChTheo created repository ChTheo/RFG_stm32_ADC_STM32F429 2025-12-21 17:21:44 +03:00
ChTheo renamed repository from RFG_stm32_ADC to ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:21:14 +03:00
ChTheo pushed to master at ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:20:03 +03:00
657da0d285 implemented data inversion if sync_detector phifts its phase (detects negative values and inverts all raw data( * -1))
8bcb8bdc40 works fine. Save
885c0a0611 fixed lousy xaxes titles and digits on waterfalls
ab82071781 manually fixed pads and labels
b86d2c082e now all charts looks good. Next fix: increase space between charts to fix text labels overlaying.
Compare 10 commits »
ChTheo created branch master in ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:20:03 +03:00
ChTheo created repository ChTheo/RFG_stm32_ADC_receiver_GUI 2025-12-21 17:19:28 +03:00
ChTheo pushed to master at ChTheo/RFG_Receiver_GUI 2025-12-02 16:43:45 +03:00
696887b4c7 implemented averagignd and subtracting avg from B-scan. Control byBG_AVG_WINDOW_SEC = 5.0
be059bad2a implemented ignorance of incomplete datafiles. Now files with lower than 100 F0 -- points are rejected
8584349450 decreased window size. Now it fits small screen well
990fbbb26b decreased DEFAULT_FILE_POLL_INTERVAL_MS to 40 ms (was 80 ms). Because new file appears approx every 50 ms
0645b7d0c5 removed gaussian filter. Now result data is more noisy but object is visible!
Compare 14 commits »
ChTheo pushed to master at ChTheo/RFG_PCB_PC_controller_supersimple 2025-11-25 21:30:27 +03:00
aba5c00051 works: setup generator_PCB, set params (temps, currents, PI coeffs) (switches PCB to constant current on lasers), set current sweep params (switches PCB to varying laser currents).
ChTheo created branch master in ChTheo/RFG_PCB_PC_controller_supersimple 2025-11-25 21:30:27 +03:00
ChTheo created repository ChTheo/RFG_PCB_PC_controller_supersimple 2025-11-25 21:29:53 +03:00
ChTheo created branch interactive_via_commands_from_file in ChTheo/E502_ADC_BF_PC_companion 2025-11-18 11:59:21 +03:00
c33ad367f3 implemented cleanup of streams every 10 run. Now it works stable and fast. Next step -- adjust runs_since_streams_clean max value
f0f8e4e6e6 implemented BF mode switching
6b2beafc86 examples of cmd files. If it is provided via CLI arg -- it sets run mode
196c872093 implemented atomary writing to the output files (by creating tmp file and renaming it).
e4194a8afa now chart is saved before showing. Because showing may be long
Compare 10 commits »
ChTheo created branch master in ChTheo/RFG_Receiver_GUI 2025-11-13 18:01:01 +03:00
ChTheo pushed to master at ChTheo/RFG_Receiver_GUI 2025-11-13 18:01:01 +03:00
2a30e12551 .csv parser implemented but csv processing still not works
385fda93f9 init