├── LICENSE ├── README.md ├── pdf ├── ISSCC2022-Short Course-Murmann.pdf └── README.md ├── plots ├── README.md ├── aperture_plot.ipynb ├── aperture_plot.png ├── energy_plot.ipynb ├── energy_plot.png ├── foms_plot.ipynb ├── foms_plot.json └── foms_plot.png └── xls ├── ADCsurvey_latest.ods ├── ADCsurvey_latest.xlsx ├── ADCsurvey_rev20240530.xlsx ├── ADCsurvey_rev20240808.xlsx ├── ADCsurvey_rev20250609.xlsx ├── ADCsurvey_rev20250721.xlsx └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/README.md -------------------------------------------------------------------------------- /pdf/ISSCC2022-Short Course-Murmann.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/pdf/ISSCC2022-Short Course-Murmann.pdf -------------------------------------------------------------------------------- /pdf/README.md: -------------------------------------------------------------------------------- 1 | Various resources in PDF format. 2 | -------------------------------------------------------------------------------- /plots/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/plots/README.md -------------------------------------------------------------------------------- /plots/aperture_plot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/plots/aperture_plot.ipynb -------------------------------------------------------------------------------- /plots/aperture_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/plots/aperture_plot.png -------------------------------------------------------------------------------- /plots/energy_plot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/plots/energy_plot.ipynb -------------------------------------------------------------------------------- /plots/energy_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/plots/energy_plot.png -------------------------------------------------------------------------------- /plots/foms_plot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/plots/foms_plot.ipynb -------------------------------------------------------------------------------- /plots/foms_plot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/plots/foms_plot.json -------------------------------------------------------------------------------- /plots/foms_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/plots/foms_plot.png -------------------------------------------------------------------------------- /xls/ADCsurvey_latest.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/xls/ADCsurvey_latest.ods -------------------------------------------------------------------------------- /xls/ADCsurvey_latest.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/xls/ADCsurvey_latest.xlsx -------------------------------------------------------------------------------- /xls/ADCsurvey_rev20240530.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/xls/ADCsurvey_rev20240530.xlsx -------------------------------------------------------------------------------- /xls/ADCsurvey_rev20240808.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/xls/ADCsurvey_rev20240808.xlsx -------------------------------------------------------------------------------- /xls/ADCsurvey_rev20250609.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/xls/ADCsurvey_rev20250609.xlsx -------------------------------------------------------------------------------- /xls/ADCsurvey_rev20250721.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/xls/ADCsurvey_rev20250721.xlsx -------------------------------------------------------------------------------- /xls/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmurmann/ADC-survey/HEAD/xls/README.md --------------------------------------------------------------------------------