-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography.bib
More file actions
3607 lines (3266 loc) · 150 KB
/
bibliography.bib
File metadata and controls
3607 lines (3266 loc) · 150 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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@comment{x-kbibtex-encoding=utf-8}
@article{LaserSpectroscopyOnForbiddenTransitions,
author = {Mäckel, V. and Klawitter, R. and Brenner, G. and {Crespo López-Urrutia}, J. R. and Ullrich, J.},
doi = {10.1103/PhysRevLett.107.143002},
issue = {14},
journal = {Phys. Rev. Lett.},
month = sep,
numpages = {5},
pages = {143002},
publisher = {American Physical Society},
title = {Laser Spectroscopy on Forbidden Transitions in Trapped Highly Charged ȩ{Ar^{13+}} Ions},
url = {http://link.aps.org/doi/10.1103/PhysRevLett.107.143002},
volume = {107},
year = {2011}
}
@article{EnhancedLaboratorySensitivityToVariationOfTheFineStructureConstant,
author = {Berengut, J. C. and Dzuba, V. A. and Flambaum, V. V.},
doi = {10.1103/PhysRevLett.105.120801},
issue = {12},
journal = {Phys. Rev. Lett.},
month = {sep},
numpages = {4},
pages = {120801},
publisher = {American Physical Society},
title = {Enhanced Laboratory Sensitivity to Variation of the Fine-Structure Constant using Highly Charged Ions},
url = {http://link.aps.org/doi/10.1103/PhysRevLett.105.120801},
volume = {105},
year = {2010}
}
@article{ElectronHoleTransitionsInMultiplyChargedIons,
author = {Berengut, J. C. and Dzuba, V. A. and Flambaum, V. V. and Ong, A.},
doi = {10.1103/PhysRevLett.106.210802},
issue = {21},
journal = {Phys. Rev. Lett.},
month = may,
numpages = {4},
pages = {210802},
publisher = {American Physical Society},
title = {Electron-Hole Transitions in Multiply Charged Ions for Precision Laser Spectroscopy and Searching for Variations in $\alpha$},
url = {http://link.aps.org/doi/10.1103/PhysRevLett.106.210802},
volume = {106},
year = {2011}
}
@article{HighlyChargedIons,
author = {Gillaspy, J D},
doi = {10.1088/0953-4075/34/19/201},
journal = {Journal of Physics B: Atomic, Molecular and Optical Physics},
month = {sep},
number = {19},
pages = {R93},
title = {Highly charged ions},
volume = {34},
year = {2001}
}
@inbook{AccessToTheQuadraticAndCubicZeemanEffects,
address = {Darmstadt},
author = {Vogel, M. and Birkl, G. and von Lindenfels, D. and Martin, A. and Quint, W. and Wiesel, M.},
booktitle = {Scientific Report 2012},
comment = {Scientific Report 2012},
issn = {0171-4546},
number = {GSI Report 2013-1},
pages = {318},
publisher = {GSI Helmholtzzentrum für Schwerionenforschung},
reportid = {GSI-SR2012-PNI-IONS-EXP-10, GSI Report 2013-1},
series = {GSI Report},
title = {Access to the quadratic and cubic Zeeman effects at ARTEMIS},
url = {http://repository.gsi.de/record/52212},
year = {2013}
}
@article{TrappingIonsOfHydrogenLikeUranium,
author = {Beier, Thomas and Dahl, Ludwig and Kluge, H.-Jürgen and Kozhuharov, Christophor and Quint, Wolfgang},
doi = {10.1016/j.nimb.2005.03.193},
journal = {Nuclear Instruments and Methods in Physics Research Section B: Beam Interactions with Materials and Atoms},
keywords = {Highly charged ions at rest; Hydrogen-like ions; Penning trap; Electron cooling; Decelerator},
month = jul,
note = {The Physics of Highly Charged Ions Proceedings of the Twelfth International Conference on the Physics of Highly Charged Ions (HCI-2004) Twelfth International Conference on the Physics of Highly Charged Ions},
number = {1–4},
pages = {473–478},
title = {Trapping ions of hydrogen-like uranium: The HITRAP project at GSI},
volume = {235},
year = {2005}
}
@article{OpticalTransferCavityStabilization,
author = {{Bohlouli-Zanjani}, P. and {Afrousheh}, K. and {Martin}, J.~D.~D.},
doi = {10.1063/1.2337094},
journal = {Review of Scientific Instruments},
keywords = {Efficiency stability gain and other operational parameters; Semiconductor lasers; laser diodes; Modulation tuning and mode locking; Resonators cavities amplifiers arrays and rings; Optical cooling of atoms; trapping; Mechanical effects of light on atoms molecules electrons and ions},
month = sep,
number = 9,
pages = {093105},
title = {Optical transfer cavity stabilization using current-modulated injection-locked diode lasers},
volume = 77,
year = 2006
}
@article{UltraStableRubidiumStabilizedExternalCavityDiodeLaser,
author = {Xiang-Hui, Qi and Wen-Lan, Chen and Lin, Yi and Da-Wei, Zhou and Tong, Zhou and Qin, Xiao and Jun, Duan and Xiao-Ji, Zhou and Xu-Zong, Chen},
doi = {10.1088/0256-307X/26/4/044205},
journal = {Chinese Physics Letters},
month = {apr},
number = {4},
pages = {044205},
title = {Ultra-Stable Rubidium-Stabilized External-Cavity Diode Laser Based on the Modulation Transfer Spectroscopy Technique},
volume = {26},
year = {2009}
}
@article{AbsoluteFrequencyStabilization,
author = {Plusquellic, D. F. and Votava, O. and Nesbitt, D. J.},
doi = {10.1364/AO.35.001464},
journal = {Appl. Opt.},
keywords = {},
month = mar,
number = {9},
pages = {1464–1472},
publisher = {OSA},
title = {Absolute frequency stabilization of an injection-seeded optical parametric oscillator},
volume = {35},
year = {1996}
}
@article{GaNBlueDiodeLasers,
author = {Leinen, H. and Glässner, D. and Metcalf, H. and Wynands, R. and Haubrich, D. and Meschede, D.},
doi = {10.1007/s003400050863},
journal = {Applied Physics B},
keywords = {PACS: 42.55.Px; 42.60.-v; 03.75.Be},
language = {English},
month = {apr},
number = {4},
pages = {567–571},
publisher = {Springer-Verlag},
title = {GaN blue diode lasers: a spectroscopist’s view},
volume = {70},
year = {2000}
}
@article{AntireflectionCoatedBlueGaNLaserDiodes,
author = {Hildebrandt, Lars and Knispel, Richard and Stry, Sandra and Sacher, Joachim R. and Schael, Frank},
doi = {10.1364/AO.42.002110},
journal = {Appl. Opt.},
keywords = {Diode lasers; Lasers; tunable; Absorption; Spectroscopy; diode lasers},
month = apr,
number = {12},
pages = {2110–2118},
publisher = {OSA},
title = {Antireflection-Coated Blue GaN Laser Diodes in an External Cavity and Doppler-Free Indium Absorption Spectroscopy},
volume = {42},
year = {2003}
}
@article{ecdl_wide_filter_scholten,
author = {Thompson, Daniel J. and Scholten, Robert E.},
doi = {10.1063/1.3687441},
eid = {023107},
journal = {Review of Scientific Instruments},
month = {feb},
number = {2},
title = {Narrow linewidth tunable external cavity diode laser using wide bandwidth filter},
url = {http://scitation.aip.org/content/aip/journal/rsi/83/2/10.1063/1.3687441},
volume = {83},
year = {2012}
}
@mastersthesis{ClaudiaSiegel,
author = {Siegel, Claudia},
month = sep,
school = {Institut für Angewandte Physik der Technischen Universität Darmstadt},
title = {Aufbau eines UV-Lasersystems für die Laserspektroskopie an gespeicherten hochgeladenen Ionen},
type = {Master's thesis},
year = {2008}
}
@mastersthesis{HeikoJestaedt,
author = {Jestädt, Heiko},
month = nov,
school = {Institut für Angewandte Physik der Technischen Universität Darmstadt},
title = {Weiterführende Arbeiten am UV-Lasersystem und Aufbau sowie Charakterisierung einer EIT-Spektroskopie},
type = {Master's thesis},
year = {2012}
}
@phdthesis{ThorstenFuehrer,
address = {Darmstadt},
author = {Führer, Thorsten},
month = jul,
school = {Institut für Angewandte Physik der Technischen Universität Darmstadt},
title = {Modellierung und Anwendung eines neuartigen Verfahrens zur aktiven Regelung und Kontrolle von Wellenlänge und Linienbreite eines Diodenlasers mit externem Resonator},
url = {http://tuprints.ulb.tu-darmstadt.de/3060/},
year = {2012}
}
@manual{datasheet_osram_pl450b,
edition = {1.2},
month = aug,
organization = {OSRAM Opto Semiconductors GmbH},
title = {PL 450B Data Sheet (PRELIMINARY)},
url = {https://dammedia.osram.info/media/resource/hires/osram-dam-6557694/PL\%20450B\_EN.pdf},
year = {2021}
}
@techreport{OsramAppnote,
month = oct,
organization = {OSRAM Opto Semiconductors GmbH},
title = {Using OSRAM OS Visible InGaN Laser Diodes},
year = {2012}
}
@online{NISTRefractionCiddor,
author = {Stone, Jack A. and Zimmerman, Jay H.},
month = nov,
title = {Index of Refraction of Air},
url = {http://emtoolbox.nist.gov/Wavelength/Ciddor.asp},
year = {2004}
}
@article{BoundElectronGFactorMeasurement,
author = {von Lindenfels, David and Brantjes, Nicolaas P.M. and Birkl, Gerhard and Quint, Wolfgang and Shabaev, Vladimir M. and Vogel, Manuel},
doi = {10.1139/P10-071},
file = {../References/Bound electron g-factor measurement by double-resonance spectroscopy on a fine-structure transition.pdf},
journal = {Canadian Journal of Physics},
month = {dec},
number = {1},
title = {Bound electron g-factor measurement by double-resonance spectroscopy on a fine-structure transition},
volume = {89},
year = {2011}
}
@article{TheoryOfTheLinewidthOfSemiconductorLasers,
author = {Henry, C.H.},
doi = {10.1109/JQE.1982.1071522},
journal = {Quantum Electronics, IEEE Journal of},
keywords = {Laser modes; Semiconductor lasers; Gas lasers; Laser theory; Laser transitions; Optical refraction; Optical saturation; Optical variables control; Power lasers; Refractive index; Semiconductor lasers; Spontaneous emission},
month = feb,
number = {2},
pages = {259–264},
title = {Theory of the linewidth of semiconductor lasers},
volume = {18},
year = {1982}
}
@techreport{IEC_61000-4-2,
author = {{International Electrotechnical Commission}},
institution = {IEC},
month = dec,
pages = {129},
title = {Electromagnetic compatibility (EMC) - Part 4-2: Testing and measurement techniques - Electrostatic discharge immunity test},
type = {Final Draft},
url = {http://webstore.iec.ch/webstore/webstore.nsf/Artnum_PK/42407},
year = {2008}
}
@techreport{IEC_61000-4-4,
author = {{International Electrotechnical Commission}},
institution = {IEC},
month = mar,
pages = {87},
title = {Electromagnetic compatibility (EMC) - Part 4-4: Testing and measurement techniques - Electrical fast transient/burst immunity test},
type = {Final Draft},
url = {http://webstore.iec.ch/Webstore/webstore.nsf/ArtNum_PK/46341},
year = {2012}
}
@techreport{IEC_61000-4-5,
author = {{International Electrotechnical Commission}},
institution = {IEC},
month = may,
pages = {155},
title = {Electromagnetic compatibility (EMC) - Part 4-5: Testing and measurement techniques - Surge immunity test},
type = {Final Draft},
url = {http://webstore.iec.ch/webstore/webstore.nsf/Artnum_PK/49686},
year = {2014}
}
@online{LTspiceIV,
author = {Engelhardt, Mike},
title = {LTspice IV 4.21t},
url = {http://www.linear.com/designtools/software/}
}
@inproceedings{TheoreticalHBMSimulators,
author = {Bilodeau, T. M.},
booktitle = {Proceedings of the EOS/ESD Symposium},
month = sep,
pages = {43–49},
series = {EOS-11},
title = {Theoretical and Empirical Analysis of the Effects of Circuit Parasitic on the Calibration of HBM ESD Simulators},
year = {1989}
}
@techreport{MIL-STD-883,
author = {{Defense Logistics Agency Land and Maritime}},
chapter = {Method 3015.9},
institution = {United States Department of Defense},
title = {MIL-STD-883J: Test Method Standard: Microcircuits},
url = {http://www.dscc.dla.mil/downloads/milspec/docs/mil-std-883/std883.pdf},
year = {2014}
}
@techreport{JS-001-2010,
author = {{EOS/ESD Association, Incorporated}},
institution = {ANSI/ESDA/JEDEC},
isbn = {1-58537-181-5},
month = apr,
title = {ISO 13250-2: For Electrostatic Discharge Sensitivity Testing Human Body Model (HBM) -Component Level},
type = {Final Draft},
url = {http://www.jedec.org/sites/default/files/docs/JS-001-2010.pdf},
year = {2010}
}
@techreport{JESD22-C101E,
author = {{JEDEC Solid State Technology Association}},
institution = {JEDEC},
isbn = {1-58537-181-5},
month = dec,
title = {Field-Induced Charged-Device ModelTest Method for Electrostatic-Discharge-Withstand Thresholds ofMicroelectronic Components},
type = {Final Draft},
url = {http://www.jedec.org/sites/default/files/docs/22C101E.pdf},
year = {2009}
}
@techreport{JESD22-A115-A,
author = {{EOS/ESD Association, Incorporated}},
institution = {ANSI/ESDA/JEDEC},
month = oct,
title = {JESD22-A115-A: Electrostatic Discharge (ESD) Sensitivity Testing Machine Model (MM)},
type = {Final Draft},
year = {1997}
}
@book{ESDinSiliconIntegratedCircuits,
author = {Amerasekera, E.A. and Duvvury, C.},
isbn = {9780471498711},
publisher = {J. Wiley},
title = {ESD in silicon integrated circuits},
year = {2002}
}
@techreport{DiscontinuingUseOfTheMachineModelForDeviceESDQualification,
author = {Duvvury, Charvaka and Ashton, Robert and Righter, Alan and Eppes, David and Gossner, Harald and Welsher, Terry and Tanaka, Masaki},
institution = {ANSI/ESDA/JEDEC},
month = dec,
publisher = {{EOS/ESD Association, Incorporated}},
title = {Discontinuing Use of the Machine Model for Device ESD Qualification},
type = {article},
year = {2011}
}
@article{ElectrostaticDischargeCurrentLinearApproachAndCircuitDesignMethod,
author = {Katsivelis, Pavlos K. and Fotis, Georgios P. and Gonos, Ioannis F. and Koussiouris, Tryfon G. and Stathopulos, Ioannis A.},
doi = {10.3390/en3111728},
journal = {Energies},
number = {11},
pages = {1728–1740},
title = {Electrostatic Discharge Current Linear Approach and Circuit Design Method},
url = {http://www.mdpi.com/1996-1073/3/11/1728},
volume = {3},
year = {2010}
}
@article{Frequency-DomainMeasurementMethodForTheAnalysisOfESDGeneratorsAndCoupling,
author = {Koo, Jayong and Cai, Qing and Muchaidze, G. and Martwick, A. and Wang, Kai and Pommerenke, D.},
doi = {10.1109/TEMC.2007.902190},
journal = {Electromagnetic Compatibility, IEEE Transactions on},
month = aug,
number = {3},
pages = {504–511},
title = {Frequency-Domain Measurement Method for the Analysis of ESD Generators and Coupling},
volume = {49},
year = {2007}
}
@article{NumericalModelingOfElectrostaticDischargeGenerators,
author = {Wang, Kai and Pommerenke, D. and Chundru, R. and {Van Doren}, T. and Drewniak, J.L. and Shashindranath, A.},
doi = {10.1109/TEMC.2003.810817},
journal = {Electromagnetic Compatibility, IEEE Transactions on},
month = may,
number = {2},
pages = {258–271},
title = {Numerical modeling of electrostatic discharge generators},
volume = {45},
year = {2003}
}
@inproceedings{NumericalModelingOfESD-simulators,
author = {Wang, Kai and Pommerenke, D. and Chundru, R.},
booktitle = {Symposium on Electromagnetic Compatibility},
doi = {10.1109/ISEMC.2002.1032454},
month = aug,
pages = {93–98},
title = {Numerical modeling of ESD-simulators},
volume = {1},
year = {2002}
}
@techreport{ASimpleSpiceEsdGeneratorCircuitBasedOnIEC61000-4-2,
author = {Buccolini, Luca},
day = {7},
institution = {Università Politecnica delle Marche},
month = jul,
title = {A Simple SPICE ESD Generator Circuit Based On IEC61000-4-2 Standard},
year = {2014}
}
@article{NewFunctionForRepresentingIEC61000-4-2StandardElectrostaticDischargeCurrent,
author = {Javor, Vesna},
doi = {10.2298/FUEE1404509J},
journal = {FACTA UNIVERSITATIS},
month = dec,
number = {4},
publisher = {University of Niš},
series = {Electronics and Energetics},
title = {New Function for Representing IEC 61000-4-2 Standard Electrostatic Discharge Current},
volume = {27},
year = {2014}
}
@article{AClassOfAnalyticalFunctionsToStudyTheLightningEffectsAssociatedWithTheCurrentFront,
author = {Heidler, F. and Cvetić, J.},
doi = {10.1002/etep.4450120209},
journal = {European Transactions on Electrical Power},
number = {2},
pages = {141–150},
publisher = {Wiley Subscription Services, Inc., A Wiley Company},
title = {A class of analytical functions to study the lightning effects associated with the current front},
volume = {12},
year = {2002}
}
@inproceedings{AnalytischeBitzstromfunktionZurLEMP-Berechnung,
address = {Zürich},
author = {Heidler, F.},
booktitle = {Proceedings of the 6th Symposium and Technical Exhibition on Electromagnetic Compability},
number = {F2},
pages = {157–162},
title = {Analytische Bitzstromfunktion Zur LEMP-Berechnung},
volume = {29},
year = {1985}
}
@article{ApplyingGeneticAlgorithmsForTheDeterminationOfTheParametersOfTheElectrostaticDischargeCurrentEquation,
author = {Fotis, G P and Asimakopoulou, F E and Gonos, I F and Stathopulos, I A},
doi = {10.1088/0957-0233/17/10/037},
journal = {Measurement Science and Technology},
number = {10},
pages = {2819},
title = {Applying genetic algorithms for the determination of the parameters of the electrostatic discharge current equation},
volume = {17},
year = {2006}
}
@article{EstimationOfParametersForTheElectrostaticDischargeCurrentEquationWithRealHumanDischargeEventsReferenceUsingGeneticAlgorithms,
author = {Katsivelis, P S and Gonos, I F and Stathopulos, I A},
journal = {Measurement Science and Technology},
number = {10},
pages = {105703},
title = {Estimation of parameters for the electrostatic discharge current equation with real human discharge events reference using genetic algorithms},
url = {http://stacks.iop.org/0957-0233/21/i=10/a=105703},
volume = {21},
year = {2010}
}
@manual{DataSheet1N4001,
organization = {Motorola Semicondutor, now ON Semiconductor},
title = {Axial Lead Standard Recovery Rectifiers}
}
@article{NanosecondSwitchingUsingPowerMOSFETs,
author = {Baker, R.J. and Pocha, M.D.},
doi = {10.1063/1.1141391},
journal = {Review of Scientific Instruments},
month = aug,
number = {8},
pages = {2211–2213},
title = {Nanosecond switching using power MOSFETs},
volume = {61},
year = {1990}
}
@article{A500VNanosecondPulseGeneratorUsingCascode-connectedPowerMOSFETs,
author = {Baker, R J and Johnson, B P},
journal = {Measurement Science and Technology},
number = {8},
pages = {775},
title = {A 500 V nanosecond pulse generator using cascode-connected power MOSFETs},
url = {http://stacks.iop.org/0957-0233/3/i=8/a=014},
volume = {3},
year = {1992}
}
@book{HandbookOfAnalogCircuitDesign,
doi = {10.1016/B978-0-12-254240-4.50001-1},
editor = {Feucht, Dennis L.},
isbn = {978-0-12-254240-4},
publisher = {Academic Press},
title = {Handbook of Analog Circuit Design},
year = {1990}
}
@mastersthesis{ElectrostaticDischargeESDProtectionInCMOS,
author = {Ward, Scott T},
month = dec,
school = {College of Graduate Studies University ofIdaho},
title = {Electrostatic Discharge (ESD)Protection in CMOS},
type = {Master's thesis},
year = {2002}
}
@inbook{NoiseInSemiconductorDevices,
author = {Konczakowska, Alicja and Wilamowski, Bogdan M.},
chapter = {Noise in Semiconductor Devices},
doi = {10.1201/9781315218441},
editor = {Wilamowski, Bogdan M. and Irwin, J. David},
lccn = {2010019980},
month = {mar},
pages = {737},
publisher = {Taylor \& Francis},
title = {Fundamentals of Industrial Electronics},
year = {2011}
}
@inproceedings{DesignAndApplicationGuideForHighSpeedMOSFETGateDriveCircuits,
author = {Balogh, Laszlo},
booktitle = {Proceedings Power Supply Design Seminar},
institution = {Texs Instruments},
number = {Topic 2},
title = {Design And Application Guide For High Speed MOSFET Gate Drive Circuits},
url = {http://www.ti.com/lit/ml/slup169/slup169.pdf},
volume = {SEM-1400},
year = {2001}
}
@inproceedings{EstimatingMosfetParametersFromTheDataSheet,
author = {Balogh, Laszlo},
booktitle = {Proceedings Power Supply Design Seminar},
institution = {Texs Instruments},
number = {Topic 2},
title = {Design And Application Guide For High Speed MOSFET Gate Drive Circuits Appendix A: Estimating MOSFET Parameters from the Data Sheet},
url = {http://www.ti.com/lit/ml/slup170/slup170.pdf},
volume = {SEM-1400},
year = {2001}
}
@techreport{PracticalConsiderationsInHighPerformanceMosfetIGBTAndMctGateDriveCircuits,
author = {Andreycak, Bill},
institution = {Unitrode Corporation, now Texas Instruments Inc.},
number = {U-137},
title = {Practical Considerations in High Performance MOSFET, IGBT and MCT Gate Drive Circuits},
url = {http://www.ti.com/lit/an/slua105/slua105.pdf},
year = {2001}
}
@techreport{CharacterizationModelingAndDesignOfEsdProtectionCircuits,
author = {Beebe, Stephen G.},
institution = {Stanford University, TCAD Group},
month = mar,
number = {},
title = {Characterization, Modeling, and Design of ESD Protection Circuits},
url = {http://www-tcad.stanford.edu/tcad/pubs/theses/sbeebe.pdf},
year = {1998}
}
@techreport{System-LevelEsdConsiderations,
author = {Instruments, Texas},
institution = {Texas Instruments Inc.},
month = mar,
title = {System-Level ESD Considerations},
url = {http://www.ti.com/lit/an/slaa530/slaa530.pdf},
year = {2012}
}
@techreport{ISO-11801,
author = {{International Organization for Standardization} and {International Electrotechnical Commission}},
institution = {ISO/IEC},
month = jun,
pages = {176},
title = {Information technology - Generic cabling for customer premises},
type = {Final Draft},
url = {http://webstore.iec.ch/webstore/webstore.nsf/Artnum_PK/45272},
year = {2011}
}
@article{EffectivenessOfMultilayerCeramicCapacitorsForElectrostaticDischargeProtection,
author = {Rostamzadeh, C. and Canavero, Flavio and Kashefi, F. and Darbandi, M.},
journal = {In Compliance},
month = may,
number = {5},
pages = {42–51},
publisher = {Same Page Publishing, LLC},
title = {Effectiveness of Multilayer Ceramic Capacitors for Electrostatic Discharge Protection},
url = {http://incompliancemag.com/article/effectiveness-of-multilayer-ceramic-capacitors-for-electrostatic-discharge-protection/},
volume = {1},
year = {2012}
}
@techreport{ResistorSensitivityToElectrostaticDischarge,
author = {Group, Vishay Precision},
institution = {Vishay Precision Group},
month = sep,
number = {63129},
title = {Resistor Sensitivity to Electrostatic Discharge (ESD)},
url = {https://www.foilresistors.com/docs/63129/esd_tn.pdf},
year = {2011}
}
@techreport{ChoosingAndUsingBypassCapacitors,
author = {Schmitz, Tamara and Wong, Mike},
institution = {Intersil Corporation},
month = oct,
number = {Application Note 1325},
title = {Choosing and Using Bypass Capacitors},
url = {http://www.intersil.com/content/dam/Intersil/documents/an13/an1325.pdf},
year = {2011}
}
@techreport{PcbDesignGuidelinesThatMaximizeThePerformanceOfTvsDiodes,
author = {Lepkowski, Jim},
institution = {ON Semiconductor},
month = aug,
number = {AND8232/D},
title = {PCB Design Guidelines that Maximize the Performance of TVS Diodes},
url = {http://www.onsemi.com/pub/Collateral/AND8232-D.PDF},
year = {2005}
}
@techreport{HumanBodyModelVsIEC61000-4-2,
author = {Lepkowski, Jim},
institution = {ON Semiconductor},
month = sep,
number = {TND410/D},
title = {Human Body Model (HBM) vs. IEC 61000-4-2},
url = {http://www.onsemi.com/pub/Collateral/AND8232-D.PDF},
year = {2010}
}
@techreport{High-SpeedLayoutGuidelines,
author = {Weiler, Alexander and Pakosta, Alexander},
institution = {Texas Instruments Inc.},
month = nov,
number = {SCAA082},
title = {High-Speed Layout Guidelines},
url = {http://www.ti.com/lit/an/scaa082/scaa082.pdf},
year = {2006}
}
@manual{Si1308EDLDataSheet,
month = mar,
organization = {Vishay Siliconix},
title = {Si1308EDL Data Sheet},
year = {2012}
}
@manual{Si2372DSDataSheet,
month = apr,
organization = {Vishay Siliconix},
title = {Si2372DS Data Sheet},
year = {2014}
}
@manual{LT1819DataSheet,
month = may,
organization = {Linear Technology},
title = {LT1819 Data Sheet},
year = {2010}
}
@article{FundamentalsOfLow-NoiseAnalogCircuitDesign,
author = {Leach, W.M., Jr.},
doi = {10.1109/5.326411},
journal = {Proceedings of the IEEE},
month = oct,
number = {10},
pages = {1515–1538},
title = {Fundamentals of low-noise analog circuit design},
volume = {82},
year = {1994}
}
@article{Mode-hop-freeTuningOver135GHzOfExternalCavityDiodeLasersWithoutAntireflectionCoating,
archiveprefix = {arXiv},
author = {{Dutta}, S. and {Elliott}, D.~S. and {Chen}, Y.~P.},
doi = {10.1007/s00340-011-4841-4},
journal = {Applied Physics B: Lasers and Optics},
month = mar,
pages = {629–633},
primaryclass = {physics.atom-ph},
title = {Mode-hop-free tuning over 135 GHz of external cavity diode lasers without antireflection coating},
volume = 106,
year = 2012
}
@article{Human-Body-ModelElectrostatic-DischargeAndElectrical-OverstressStudiesOfBuried-HeterostructureSemiconductorLasers,
author = {Huang, Jia-Sheng and Olson, Todd and Isip, Eric},
doi = {10.1109/TDMR.2007.907425},
issue = {3},
journal = {IEEE Transactions on Device and Materials Reliability},
pages = {453–461},
title = {Human-Body-Model Electrostatic-Discharge and Electrical-Overstress Studies of Buried-Heterostructure Semiconductor Lasers},
volume = {7},
year = {2007}
}
@article{AnalysisOnESD-inducedDegradationOfGaInAsPLd,
author = {Ichikawa, H. and Ito, M. and Fukuda, C. and Hamada, K. and Yamaguchi, A. and Nakabayashi, T.},
issue = {64},
journal = {SEI TECHNICAL REVIEW -ENGLISH EDITION-},
title = {Analysis on ESD-induced Degradation of GaInAsP LD},
volume = {7},
year = {2007}
}
@article{ImprovedRateEquationsForExternalCavitySemiconductorLasers,
author = {Rong-Qing, Hui and Shang-Ping, Tao},
doi = {10.1109/3.29296},
journal = {Quantum Electronics, IEEE Journal of},
month = jun,
number = {6},
pages = {1580–1584},
title = {Improved rate equations for external cavity semiconductor lasers},
volume = {25},
year = {1989}
}
@article{BlueLaserDiodes,
author = {Lutgen, Stephan and Schmitt, Michael},
doi = {10.1002/opph.201190024},
journal = {Optik \& Photonik},
number = {2},
pages = {37–39},
publisher = {WILEY-VCH Verlag},
title = {Blue Laser diodes},
url = {http://dx.doi.org/10.1002/opph.201190024},
volume = {4},
year = {2009}
}
@book{IntroductionToNitrideSemiconductorBlueLasersAndLightEmittingDiodes,
author = {Nakamura, S. and Chichibu, S.F.},
isbn = {9780748408368},
publisher = {Taylor \& Francis},
title = {Introduction to Nitride Semiconductor Blue Lasers and Light Emitting Diodes},
year = {2000}
}
@book{BirthdayProblem,
author = {{Von Mises}, Richard},
title = {Über Aufteilungs-und Besetzungswahrscheinlichkeiten},
year = {1939}
}
@misc{rfc_uuid,
abstract = {This specification defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier). A UUID is 128 bits long, and can guarantee uniqueness across space and time. UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation\textbackslash{}'s (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms. This specification is derived from the DCE specification with the kind permission of the OSF (now known as The Open Group). Information from earlier versions of the DCE specification have been incorporated into this document. {[}STANDARDS-TRACK{]}},
author = {Leach, Paul J. and Salz, Rich and Mealling, Michael H.},
doi = {10.17487/RFC4122},
howpublished = {RFC 4122},
month = jul,
number = 4122,
pagetotal = 32,
publisher = {RFC Editor},
series = {Request for Comments},
title = {A Universally Unique IDentifier (UUID) URN Namespace},
year = 2005
}
@misc{TinkerforgeAsync,
author = {Baus, Patrick},
month = jul,
title = {TinkerforgeAsync},
url = {https://github.com/PatrickBaus/TinkerforgeAsync},
version = {1.2.0},
year = {2021}
}
@online{10kProblem,
author = {Kegel, Dan},
month = may,
title = {The C10K problem},
url = {https://web.archive.org/web/19990508164301/http://www.kegel.com/c10k.html},
year = {1999}
}
@manual{datasheet_ADR1399,
edition = {A},
month = mar,
organization = {Analog Devices Inc.},
title = {ADR1399 Data Sheet - Oven-Compensated, Buried Zener, 7.05 V Voltage Reference},
url = {https://www.analog.com/media/en/technical-documentation/data-sheets/adr1399.pdf},
year = {2022}
}
@article{article_fluke_8588A_noise,
author = {Lapuh, Rado and Kucera, Jan and Kovac, Jakub and Voljc, Bostjan},
doi = {10.48550/arXiv.2205.11321},
month = may,
title = {Fluke 8588A and Keysight 3458A DMM Sampling Performance},
year = {2022}
}
@manual{datasheet_transmille8104,
edition = {1.1},
organization = {Transmille Ltd.},
title = {8100 Series - 8104 Extended Specifications},
url = {https://www.transmille.com/file\_upload/8104-Extended-Specifications-V1-1.pdf}
}
@article{article_3458A_input_impedance,
author = {Rietveld, G.},
doi = {10.1049/ip-smt:20040700},
journal = {Science, Measurement and Technology, IEE Proceedings -},
month = oct,
pages = {381–383},
title = {Accurate determination of the input impedance of digital voltmeters},
volume = {151},
year = {2004}
}
@manual{datasheet_fluke8588A,
edition = {rev. G},
month = aug,
organization = {Fluke Corporation},
title = {8588A Reference Multimeter - Product Specifications},
url = {https://us.flukecal.com/literature/product-literature/specifications/8558a-product-specifications},
year = {2022}
}
@manual{datasheet_keithley2002,
edition = {M},
month = aug,
organization = {Keithley Instruments, Inc.},
title = {Model 2002 - Multimeter Specifications},
url = {https://www.tek.com/en/documents/specification/model-2002-multimeter-specifications},
year = {2022}
}
@inproceedings{article_3458A_input_impedance_2,
author = {Lenicek, Ivan and Ilic, Damir and Malaric, Roman},
booktitle = {2007 IEEE Instrumentation \& Measurement Technology Conference IMTC 2007},
doi = {10.1109/IMTC.2007.379145},
number = {},
pages = {1–4},
title = {Determination of digital voltmeter input parameters},
volume = {},
year = {2007}
}
@book{keithley_switching_handbook,
edition = 6,
organization = {Keithley Instruments Inc.},
pages = {194},
title = {Switching Handbook},
year = {2008}
}
@manual{datasheet_LM399,
edition = {C},
month = dec,
organization = {Analog Devices Inc.},
title = {LM199/LM399, LM199A/LM399A Precision Reference},
url = {https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf},
year = {2014}
}
@techreport{technote_ti_popcorn_noise,
author = {Kay, Arthur},
institution = {Texas Instruments Incorporated},
month = feb,
number = {VIII},
publisher = {Texas Instruments Inc.},
title = {Analysis and Measurement of Intrinsic Noise in Op Amp Circuits, Part VIII: Popcorn Noise},
type = {Technote},
volume = {Analysis and Measurement of Intrinsic Noise in Op Amp Circuits},
year = {2008}
}
@online{lm399_richi,
author = {Kaußler, Richard},
title = {Richi´s Lab - Linear Technology LM399},
url = {https://www.richis-lab.de/REF02.htm},
urldate = {2022-09-02},
year = 2021
}
@online{zener_popcorn_noise,
author = {Rako, Paul},
journal = {EDN},
month = dec,
publisher = {AspenCore Media},
title = {Voltage reference drift considerations},
url = {https://www.edn.com/voltage-reference-drift-considerations},
urldate = {2022-09-02},
year = 2010
}
@manual{datasheet_VPR,
month = mar,
organization = {Vishay Precision Group, Inc.},
title = {VPR221Z (Z-Foil) - Vishay Foil Resistors},
url = {http://www.vishaypg.com/docs/63116/vpr221z.pdf},
year = {2010}
}
@book{kay2012operational,
author = {Kay, Arthur},
isbn = {9780080942438},
month = {jan},
pages = {248},
publisher = {Newnes},
title = {Operational Amplifier Noise: Techniques and Tips for Analyzing and Reducing Noise},
year = {2012}
}
@manual{service_manual_fluke_5440b,
month = dec,
organization = {John Fluke Mfg. Co. Inc.},
title = {5440B/AF Direct Voltage Calibrator - Service Manual},
url = {https://dam-assets.fluke.com/s3fs-public/5440B\_AFsmeng0000.pdf},
year = {1986}
}
@book{motchenbacher1993,
author = {Motchenbacher, C.D. and Connelly, J.A.},
isbn = {9780471577423},
lccn = {lc92039598},
publisher = {Wiley},
title = {Low-Noise Electronic System Design},
url = {https://books.google.de/books?id=VhkoAQAAMAAJ},
year = {1993}
}
@book{horowitz1989,
abstract = {Book description: At long last, here is the thoroughly revised and updated, and long-anticipated, third edition of the hugely successful Art of Electronics. Widely accepted as the best single authoritative text on electronic circuit design, it will be an indispensable reference and the gold standard for anyone in the field.},
address = {Cambridge},
author = {Horowitz, Paul and Hill, Winfield},
edition = {3},
isbn = {9780521809269},
month = {apr},
organization = {Cambridge University Press},
pages = {1220},
publisher = {Cambridge University Press},
title = {The Art of Electronics},
year = {2015}
}
@manual{datasheet_LTZ1000,
edition = {D},
month = apr,
organization = {Analog Devices Inc.},
title = {LTZ1000/LTZ1000A Data Sheet - Ultra Precision Reference},
url = {https://www.analog.com/media/en/technical-documentation/data-sheets/LTZ1000.pdf},
year = {2012}
}
@manual{datasheet_keysight34470A,
month = jun,
organization = {Keysight Technologies},
title = {Digital Multimeters - 34460A, 34461A, 34465A (6½ digit), 34470A (7½ digit)},
url = {https://www.keysight.com/us/en/assets/7018-03846/data-sheets/5991-1983.pdf},
year = {2022}
}
@book{simc,
chapter = {The SIMC Method for Smooth PID Controller Tuning},
doi = {10.1007/978-1-4471-2425-2_5},
editor = {Vilanova, R. and Visioli, A.},
isbn = {9781447124252},
month = {feb},
publisher = {Springer London},
series = {Advances in Industrial Control},
title = {PID Control in the Third Millennium: Lessons Learned and New Approaches},
year = {2012}
}
@article{pessen_integral,
author = {Pessen, David W.},
doi = {10.1115/1.2899252},
journal = {Journal of dynamic systems, measurement, and control},
month = {sep},
number = {3},
pages = {553–557},
title = {A new look at PID-controller tuning},
volume = {116},
year = {1994}
}
@article{simc_paper,
abstract = {The aim of this paper is to present analytic rules for PID controller tuning that are simple and still result in good closed-loop behavior. The starting point has been the IMC-PID tuning rules that have achieved widespread industrial acceptance. The rule for the integral term has been modified to improve disturbance rejection for integrating processes. Furthermore, rather than deriving separate rules for each transfer function model, there is a just a single tuning rule for a first-order or second-order time delay model. Simple analytic rules for model reduction are presented to obtain a model in this form, including the “half rule” for obtaining the effective time delay.},
author = {Skogestad, Sigurd},
doi = {10.1016/S0959-1524(02)00062-8},
file = {../References/Simple analytic rules for model reduction and PID controller tuning.pdf},
journal = {Journal of Process Control},
keywords = {Process control; Feedback control; IMC; PI-control; Integrating process; Time delay},
month = {jun},
number = {4},
pages = {291–309},