-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresponse_output.json
More file actions
504 lines (504 loc) · 31.9 KB
/
response_output.json
File metadata and controls
504 lines (504 loc) · 31.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
{
"content": [
{
"subject_name": "Automation",
"subject_description": "Concepts related to automation, specifically focusing on sensor basics and characteristics.",
"topics": [
{
"topic_name": "Sensor Basics",
"topic_description": "Fundamental concepts defining sensors, their properties, and classifications.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 3,
"location_description": "Slide: Sensor definition and output",
"keywords": "measures a physical property, produces an output signal, electronic output, voltage, current, frequency"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 4,
"location_description": "Slide: Sensor as transducer",
"keywords": "transducer, converts one form of energy into an other, electrical energy, mechanical energy, actuators, piezo-electric crystals"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 5,
"location_description": "Slide: Active vs passive sensor / sensing",
"keywords": "active sensor, passive sensor, external power source, excitation signal, thermistor, emits a signal, radar, interferences"
}
],
"subtopics": [
{
"subtopic_name": "Definition of a Sensor",
"subtopic_description": "What constitutes a sensor in terms of measurement and output.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 3,
"location_detail": "Slide: Sensor definition",
"keywords": "measures a physical property, output signal"
}
]
},
{
"subtopic_name": "Transducers",
"subtopic_description": "Understanding sensors as devices that convert energy from one form to another.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 4,
"location_detail": "Slide: Transducer definition and example",
"keywords": "transducer, energy conversion, piezo-electric crystals"
}
]
},
{
"subtopic_name": "Active vs Passive Sensors",
"subtopic_description": "Classification of sensors based on their requirement for an external power source or signal emission.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 5,
"location_detail": "Slide: Active vs passive sensor",
"keywords": "active sensor, passive sensor, excitation signal, thermistor, radar, interference"
}
]
},
{
"subtopic_name": "Ultrasonic Range Sensor",
"subtopic_description": "An example of a sensor illustrating concepts like dependence on environmental parameters.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 9,
"location_detail": "Slide: Ultrasonic range sensor example",
"keywords": "ultrasonic range sensor, measures distance, time of flight, ToF"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 10,
"location_detail": "Slide: Ultrasonic range sensor formula and speed of sound dependence",
"keywords": "distance formula, speed of sound, medium, temperature, humidity"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 11,
"location_detail": "Slide: Speed of sound dependence chart",
"keywords": "speed of sound formula, temperature, humidity, constant pressure"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 12,
"location_detail": "Slide: Accounting for environmental parameters in ultrasonic sensing",
"keywords": "environmental parameters, errors, additional sensors, d(delta t, T, RH)"
}
]
}
]
},
{
"topic_name": "Transfer Function and Characteristic Curve",
"topic_description": "Describes the relationship between sensor input and output.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 6,
"location_description": "Slide: Title Transfer Function / Characteristic Curve",
"keywords": null
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 7,
"location_description": "Slide: Transfer function definition and linear example",
"keywords": "transfer function, characteristic curve, CC, mapping input to output, linear, sensor range, Signal Transfer Function, y = mx + b approximation"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 8,
"location_description": "Slide: Non-linear transfer function example",
"keywords": "non-linear, Sharp IR distance sensor GP2Y0A41SKOF"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 9,
"location_description": "Slide: CC dependence on environment parameters",
"keywords": "multiple environment parameters, physical property of interest"
}
],
"subtopics": []
},
{
"topic_name": "Calibration",
"topic_description": "Process of fitting a model to match sensor values to actual physical properties.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 13,
"location_description": "Slide: Title Calibration",
"keywords": null
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 14,
"location_description": "Slide: Calibration using Linear Least Squares",
"keywords": "calibration, fit model parameters, actual sensor values, linear model, y=ax+b, Linear Least Squares, LLS, measurements, data, curve fit"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 15,
"location_description": "Slide: Complex calibration examples",
"keywords": "complex models, camera calibration, pinhole model, focal length, image center, principal point, imager parameters, distortion coefficients"
}
],
"subtopics": [
{
"subtopic_name": "Linear Least Squares (LLS)",
"subtopic_description": "A method for finding the best-fitting linear model parameters.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 14,
"location_detail": "Slide: Linear Least Squares",
"keywords": "Linear Least Squares, LLS, fitting, formula"
}
]
},
{
"subtopic_name": "Camera Calibration",
"subtopic_description": "An example of calibration for complex sensors, including lens distortion.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 15,
"location_detail": "Slide: Camera calibration",
"keywords": "camera calibration, pinhole model, distortion coefficients"
}
]
}
]
},
{
"topic_name": "Sensor Errors",
"topic_description": "Types of inaccuracies and deviations in sensor measurements.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 16,
"location_description": "Slide: Title Sensor Errors",
"keywords": null
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 17,
"location_description": "Slide: Typical errors for linear model",
"keywords": "typical errors, linear model, offset, gain, non-linearity"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 19,
"location_description": "Slide: Hysteresis error",
"keywords": "hysteresis, memory, state, output time-depends on history, loading, unloading"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 20,
"location_description": "Slide: Quantifying Sensor Errors definitions",
"keywords": "Quantifying Sensor Errors, accuracy, precision, uncertainty, reproducibility"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 21,
"location_description": "Slide: Accuracy & Precision further explanation",
"keywords": "Accuracy & Precision, statistics, bias, variability, ISO, trueness"
}
],
"subtopics": [
{
"subtopic_name": "Typical Errors (Offset, Gain, Non-linearity)",
"subtopic_description": "Common types of errors characterized in relation to a linear transfer function.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 17,
"location_detail": "Slide: Typical errors visualized",
"keywords": "offset error, gain error, non-linearity error, ideal response, actual response"
}
]
},
{
"subtopic_name": "Hysteresis",
"subtopic_description": "Error where the sensor output depends on the history of the input signal.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 19,
"location_detail": "Slide: Hysteresis definition and example",
"keywords": "hysteresis, history, previous value, rubber band example"
}
]
},
{
"subtopic_name": "Quantifying Errors (Accuracy and Precision)",
"subtopic_description": "Defining and distinguishing accuracy and precision in sensor measurements.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 20,
"location_detail": "Slide: Accuracy and precision definitions",
"keywords": "accuracy, precision, uncertainty, reproducibility, archer shooting example"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 21,
"location_detail": "Slide: Accuracy and precision statistics",
"keywords": "bias, variability, trueness, ISO, reference value, probability density"
}
]
}
]
},
{
"topic_name": "Binary Cases and Classification Performance",
"topic_description": "Analyzing sensor performance in tasks involving binary or multi-class outcomes.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 22,
"location_description": "Slide: Binary Cases introduction",
"keywords": "binary cases, switch, object, event, positive, negative, true, false, TP, FP, TN, FN"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 26,
"location_description": "Slide: Multiple Classes",
"keywords": "multiple classes, confusion matrix"
}
],
"subtopics": [
{
"subtopic_name": "Confusion Matrix",
"subtopic_description": "A table used to evaluate the performance of a classification algorithm.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 23,
"location_detail": "Slide: Binary Cases Confusion Matrix",
"keywords": "confusion matrix, ground truth, test outcome, TP, TN, FP, FN, weight checker example"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 26,
"location_detail": "Slide: Multiple Classes Confusion Matrix",
"keywords": "confusion matrix, multiple classes, ground truth, test outcome"
}
]
},
{
"subtopic_name": "Performance Metrics",
"subtopic_description": "Metrics derived from the confusion matrix to quantify classification performance.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 24,
"location_detail": "Slide: Binary Cases Metrics",
"keywords": "metrics, recall, sensitivity, hit rate, TPR, selectivity, specificity, TNR, miss rate, FNR, fall-out, FPR, formulas"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 25,
"location_detail": "Slide: Binary Cases Accuracy and Precision",
"keywords": "accuracy, ACC, precision, positive predictive value, PPV, formulas"
}
]
},
{
"subtopic_name": "Multiple Classes",
"subtopic_description": "Extension of classification analysis to more than two classes.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 26,
"location_detail": "Slide: Multiple Classes",
"keywords": "multiple classes, per class, in total"
}
]
}
]
},
{
"topic_name": "Sensors and Digital Interfacing",
"topic_description": "Connecting sensors to digital systems, including relevant circuits and signal processing concepts.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 27,
"location_description": "Slide: Title Sensors & Digital Systems",
"keywords": null
}
],
"subtopics": [
{
"subtopic_name": "Analog-to-Digital Converter (ADC)",
"subtopic_description": "Converting analog sensor signals into digital values.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 28,
"location_detail": "Slide: Analog Digital Converter definition and specs",
"keywords": "Analog to Digital Converter, ADC, A/D, A2D, converts analog voltage, digital value, input ranges, resolution, bits, micro-controller, integrated circuit"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 29,
"location_detail": "Slide: Arduino Uno R3 ADC example",
"keywords": "Arduino Uno R3, Atmel ATmega328, ADC channels, bit, input voltage"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 30,
"location_detail": "Slide: Texas Instruments ADC example",
"keywords": "Texas Instruments ADC ADS7828E/250, channels, bit, input voltage, data bus, I2C, pin configuration, pin descriptions"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 31,
"location_detail": "Slide: ADC Resolution formula",
"keywords": "resolution, #bits N, smallest changes in voltage, precision, formula Umax - Umin / 2^N"
}
]
},
{
"subtopic_name": "Voltage Divider",
"subtopic_description": "A basic circuit to produce a fraction of an input voltage, often used for sensor interfacing.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 32,
"location_detail": "Slide: Voltage Divider definition and formula",
"keywords": "voltage divider, passive circuit, two resistors, output voltage, input voltage, interfacing, formula Vout = R2 / (R1 + R2) * Vin"
}
]
},
{
"subtopic_name": "Wheatstone Bridge",
"subtopic_description": "A circuit configuration used for precise measurements, especially with resistance-changing sensors.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 33,
"location_detail": "Slide: Wheatstone Bridge motivation and principle",
"keywords": "wheatstone bridge, changing resistance, thermistors, precise measurements, potentiometer, no current flow"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 34,
"location_detail": "Slide: Wheatstone Bridge original principle formulas",
"keywords": "operation principle, re-draw circuit, two voltage dividers, formula U5 = U0 (...), R1R4 = R3R2"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 35,
"location_detail": "Slide: Wheatstone Bridge principle with resistance changes formulas",
"keywords": "operation principle, resistance changes, R'1 = R1 + delta R, formula for U5 with resistance change"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 36,
"location_detail": "Slide: Wheatstone Bridge approximate proportionality",
"keywords": "approximate proportionality, v << 1+k, delta R << R1+R2, U5 approx proportional to delta R"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 37,
"location_detail": "Slide: Wheatstone Bridge maximum sensitivity",
"keywords": "maximum sensitivity, k=1, R1=R2=R3=R4, symmetric Wheatstone bridge"
}
]
},
{
"subtopic_name": "Time Discretization and Sampling",
"subtopic_description": "Converting continuous-time signals into discrete samples for digital processing.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 38,
"location_detail": "Slide: Time Discretization definition and sampling",
"keywords": "Time Discretization, analog signal, continuous amplitude, continuous time, sampling, measuring, discrete time steps, fixed frequency, sampling rate, sample and hold"
}
]
},
{
"subtopic_name": "Nyquist-Shannon Sampling Theorem",
"subtopic_description": "Theorem defining the minimum sampling rate required to accurately capture a signal.",
"source_locations": [
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 39,
"location_detail": "Slide: Nyquist-Shannon Sampling Theorem statement",
"keywords": "Nyquist-Shannon Sampling Theorem, sufficient condition, rate of discrete samples, continuous-time signal, finite bandwidth, B Hertz, 1/(2B) sec apart, Nyquist rate, f(t)"
},
{
"filename": "Automation_P02_SensorConcepts.pdf",
"filepath": "data/Automation_P02_SensorConcepts.pdf",
"page": 40,
"location_detail": "Slide: Nyquist-Shannon Sampling Theorem consequences",
"keywords": "sampling rate fs, Nyquist frequency fs/2, aliasing, Moire effect, wave-patterns"
}
]
}
]
}
]
}
],
"mistakes": [],
"good_answers": []
}