summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2020-07-09OnboardTimerHarness: Log state duration as wellDaniel Friesel-30/+93
2020-07-08bin/Proof_Of_Concept_PELT: Trennen von Penalty-Berechnung und PELT -> Pro ↵jfalkenhagen-54/+139
Messreihe/Paramkonig. nur noch einmaliges bestimmen der Penalty. Bestimmen der Penalty über KNEEDLE Ab Kneepoint dann suche nach Plateau -> Wahl der Mitte des Plateaus. Automatisches Clustern funktioniert jetzt auch scheinbar für alle Messreihen aus TX.json. Mit anderen nicht getestet.
2020-07-08Add dummy loader for EnergyTraceWithLogicAnalyzer.Daniel Friesel-4/+133
Data is not analyzed. Instead, everything takes as long as planned and everything costs 23 mW
2020-07-08Merge branch 'master' into lennartDaniel Friesel-5/+15
2020-07-08RawData: load ptalog if availableDaniel Friesel-7/+15
2020-07-08analyze-archive: show EnergyTrace sync modeDaniel Friesel-1/+3
2020-07-08bin/Proof_Of_Concept_PELT: Small bit of refactoring. Fixed some pylint ↵jfalkenhagen-105/+117
violations
2020-07-08Add harness.energytrace_sync="led" for LA / Timing based syncDaniel Friesel-1/+11
2020-07-08prepare for Logic Analyzer and Timing based EnergyTrace syncDaniel Friesel-3/+25
2020-07-08generate-dfa-benchmark documentationDaniel Friesel-0/+85
2020-07-08Fix incomplete raw_output in generate-dfa-benchmark outputDaniel Friesel-6/+16
2020-07-08generate-dfa-benchmark: less confusing outputDaniel Friesel-3/+3
2020-07-06bin/Proof_Of_Concept_PELT: Added initial clustering via sklearn ↵jfalkenhagen-14/+97
AgglomerativeClustering with affinity euclidean and ward linkage. added pen_modifier option, with which the penalty can be manipulated. e.g. Doubled, halved or otherwise modified
2020-07-06MIMOSA loader: Remove legacy sub-state detection codeDaniel Friesel-71/+0
2020-07-06blacken more codeDaniel Friesel-73/+95
2020-07-06Rename dfatool.dfatool to dfatool.loaderDaniel Friesel-14/+14
2020-07-06remove unused mean_or_none functionDaniel Friesel-11/+0
2020-07-06move gplearn_to_function to functions moduleDaniel Friesel-50/+44
2020-07-06derp muchDaniel Friesel-1/+1
2020-07-06Remove co-dependent parameter detection codeDaniel Friesel-252/+0
It doesn't work and is not methodically sound. Decision/Regression Trees seem to be the way to go
2020-07-06dfatool: EnergyTraceLog: Log error if zbar is not availableDaniel Friesel-0/+1
2020-07-06analyze-timing: Add --log-level optionDaniel Friesel-0/+9
2020-07-06Move keysightdlog to binDaniel Friesel-0/+0
2020-07-06dfatool: Remove unused importsDaniel Friesel-8/+1
2020-07-06Move ParamFit, PTAModel, AnalyticModel to model.py moduleDaniel Friesel-1242/+1310
2020-07-06Move CrossValidator to a separate validation moduleDaniel Friesel-269/+264
2020-07-06make test_parameters work with NumPy <= 1.16Daniel Friesel-5/+10
The RNG has been introduced in NumPy 1.17, which is not yet available in DebianStable
2020-07-05bin/: Auf einmal funktioniert auch der UNIX Symlink für Windows... Nehm ich ↵jfalkenhagen-2/+1
wohl. Aber wieso nicht gleich so?
2020-07-05save unixsymlinkjfalkenhagen-0/+1
2020-07-05bin/Proof_of_Concept_PELT: States are now calculated per Measurement per ↵jfalkenhagen-29/+101
State-config. Some statistics are calculated for that. Clustering pending
2020-07-03Add param test for inter-param dependencyDaniel Friesel-16/+18
2020-07-03README: pep8 -> blackDaniel Friesel-3/+3
2020-07-03Add more complex parameter modeling testsDaniel Friesel-0/+127
2020-07-03blacken more codeDaniel Friesel-30/+12
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-53/+53
2020-07-03test_parameters: Test function generationDaniel Friesel-2/+44
2020-07-03move get_fit_result to ParamFit classDaniel Friesel-59/+55
2020-07-03add a linear ParamFit testDaniel Friesel-0/+52
2020-07-03more consistent logging; use logger. instead of logging. where appropriateDaniel Friesel-65/+81
2020-07-02Proof_Of_Concept_PELT - Code aufgeräumt / Imports am Modulanfang / Typos fixedjfalkenhagen-43/+34
2020-07-02Proof_Of_Concept_PELT - renamed decision functionjfalkenhagen-2/+2
2020-07-02Proof_Of_Concept_Pelt - Implementation of decision whether to refine state ↵jfalkenhagen-13/+124
or skip it
2020-07-02Initial commit ProofofConcept-WIP tooljfalkenhagen-0/+297
2020-07-02added .idea to gitignorejfalkenhagen-0/+1
2020-07-02analyse-archive: fixed typo; Also added symlink for windowsjfalkenhagen-2/+4
2020-07-02blacken test codeDaniel Friesel-704/+1089
2020-07-02Remove verbose arg from testsDaniel Friesel-18/+18
2020-07-02Use logging module for debug outputDaniel Friesel-121/+66
2020-07-01Restore k-fold cross validation supportDaniel Friesel-8/+107
2020-06-25analyze-archive: Add --info optionDaniel Friesel-8/+41