├── ADC_ClockBootstrapped.zip ├── Bootstrap_circuit_2.png ├── Dynamic_Measurements_Bootstrap(ideal switches).png ├── EE228HW3_Muhammad_Aldacher.pdf ├── EE288HW#3.pdf ├── Matlab ├── 1_ideal.csv ├── 2_NMOS.csv ├── 2_PMOS.csv ├── 3_TG.csv ├── 4_IdealBootstrap.csv ├── 5_Bootstrap01.csv ├── 6_Bootstrap02.csv ├── fft_DAC.m ├── fft_example.m └── prettyFFT.m ├── README.md ├── References ├── 00760369.pdf └── JSSC2001_Dessouky_Kaiser.pdf └── Results & Figures ├── Bootstrapped (Ideal Switches) ├── 1.bmp ├── 2.bmp ├── Bootstrap_IdealSwitches.png ├── Ideal_Bootstrap_mon.png ├── Ideal_Bootstrap_w.png ├── sampled_IdealBootstrap.csv └── waveforms at n=34.png ├── Bootstrapped (topology 1) ├── 1.bmp ├── 2.bmp ├── Bootstrap_circuit_1.png ├── Bootstrap_initial_trial.png ├── sampled_IdealBootstrap01.csv ├── topology1_mon.png └── topology1_w.png ├── Bootstrapped (topology 2) ├── 1.bmp ├── 2.bmp ├── Bootstrap_circuit_2.png ├── sampled_IdealBootstrap02.csv ├── topology2_mon.png └── topology2_w.png ├── CMOS_TG ├── 1.bmp ├── 2.bmp ├── TG_bestSQNR.png ├── TG_mon.png ├── TG_w.png └── sampled_TG.csv ├── Ideal ├── Ideal_Switch_mon.png ├── Ideal_Switch_w.png ├── swn_1KOhm │ ├── 1.bmp │ ├── 2.bmp │ ├── DFT_R1KOhm.bmp │ ├── Dynamic_Measurements_R1KOhm.png │ └── Output_R1KOhm.bmp └── swn_1Ohm │ ├── 1.bmp │ ├── 2.bmp │ ├── DFT_R1Ohm.bmp │ ├── Dynamic_Measurements_R1Ohm.png │ └── Output_R1Ohm.bmp └── NMOS_PMOS ├── DFT_NMOS.bmp ├── DFT_PMOS.bmp ├── DFT_meas_NMOS.png ├── DFT_meas_PMOS.png ├── NMOS_PMOS_mon.png ├── NMOS_PMOS_w.png ├── Waveforms for n=34.bmp ├── high_W.bmp ├── low_W.bmp ├── sampled_NMOS.csv └── sampled_PMOS.csv /ADC_ClockBootstrapped.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/ADC_ClockBootstrapped.zip -------------------------------------------------------------------------------- /Bootstrap_circuit_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Bootstrap_circuit_2.png -------------------------------------------------------------------------------- /Dynamic_Measurements_Bootstrap(ideal switches).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Dynamic_Measurements_Bootstrap(ideal switches).png -------------------------------------------------------------------------------- /EE228HW3_Muhammad_Aldacher.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/EE228HW3_Muhammad_Aldacher.pdf -------------------------------------------------------------------------------- /EE288HW#3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/EE288HW#3.pdf -------------------------------------------------------------------------------- /Matlab/1_ideal.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/1_ideal.csv -------------------------------------------------------------------------------- /Matlab/2_NMOS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/2_NMOS.csv -------------------------------------------------------------------------------- /Matlab/2_PMOS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/2_PMOS.csv -------------------------------------------------------------------------------- /Matlab/3_TG.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/3_TG.csv -------------------------------------------------------------------------------- /Matlab/4_IdealBootstrap.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/4_IdealBootstrap.csv -------------------------------------------------------------------------------- /Matlab/5_Bootstrap01.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/5_Bootstrap01.csv -------------------------------------------------------------------------------- /Matlab/6_Bootstrap02.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/6_Bootstrap02.csv -------------------------------------------------------------------------------- /Matlab/fft_DAC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/fft_DAC.m -------------------------------------------------------------------------------- /Matlab/fft_example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/fft_example.m -------------------------------------------------------------------------------- /Matlab/prettyFFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Matlab/prettyFFT.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/README.md -------------------------------------------------------------------------------- /References/00760369.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/References/00760369.pdf -------------------------------------------------------------------------------- /References/JSSC2001_Dessouky_Kaiser.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/References/JSSC2001_Dessouky_Kaiser.pdf -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (Ideal Switches)/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (Ideal Switches)/1.bmp -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (Ideal Switches)/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (Ideal Switches)/2.bmp -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (Ideal Switches)/Bootstrap_IdealSwitches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (Ideal Switches)/Bootstrap_IdealSwitches.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (Ideal Switches)/Ideal_Bootstrap_mon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (Ideal Switches)/Ideal_Bootstrap_mon.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (Ideal Switches)/Ideal_Bootstrap_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (Ideal Switches)/Ideal_Bootstrap_w.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (Ideal Switches)/sampled_IdealBootstrap.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (Ideal Switches)/sampled_IdealBootstrap.csv -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (Ideal Switches)/waveforms at n=34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (Ideal Switches)/waveforms at n=34.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 1)/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 1)/1.bmp -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 1)/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 1)/2.bmp -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 1)/Bootstrap_circuit_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 1)/Bootstrap_circuit_1.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 1)/Bootstrap_initial_trial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 1)/Bootstrap_initial_trial.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 1)/sampled_IdealBootstrap01.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 1)/sampled_IdealBootstrap01.csv -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 1)/topology1_mon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 1)/topology1_mon.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 1)/topology1_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 1)/topology1_w.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 2)/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 2)/1.bmp -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 2)/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 2)/2.bmp -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 2)/Bootstrap_circuit_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 2)/Bootstrap_circuit_2.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 2)/sampled_IdealBootstrap02.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 2)/sampled_IdealBootstrap02.csv -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 2)/topology2_mon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 2)/topology2_mon.png -------------------------------------------------------------------------------- /Results & Figures/Bootstrapped (topology 2)/topology2_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Bootstrapped (topology 2)/topology2_w.png -------------------------------------------------------------------------------- /Results & Figures/CMOS_TG/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/CMOS_TG/1.bmp -------------------------------------------------------------------------------- /Results & Figures/CMOS_TG/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/CMOS_TG/2.bmp -------------------------------------------------------------------------------- /Results & Figures/CMOS_TG/TG_bestSQNR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/CMOS_TG/TG_bestSQNR.png -------------------------------------------------------------------------------- /Results & Figures/CMOS_TG/TG_mon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/CMOS_TG/TG_mon.png -------------------------------------------------------------------------------- /Results & Figures/CMOS_TG/TG_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/CMOS_TG/TG_w.png -------------------------------------------------------------------------------- /Results & Figures/CMOS_TG/sampled_TG.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/CMOS_TG/sampled_TG.csv -------------------------------------------------------------------------------- /Results & Figures/Ideal/Ideal_Switch_mon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/Ideal_Switch_mon.png -------------------------------------------------------------------------------- /Results & Figures/Ideal/Ideal_Switch_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/Ideal_Switch_w.png -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1KOhm/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1KOhm/1.bmp -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1KOhm/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1KOhm/2.bmp -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1KOhm/DFT_R1KOhm.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1KOhm/DFT_R1KOhm.bmp -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1KOhm/Dynamic_Measurements_R1KOhm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1KOhm/Dynamic_Measurements_R1KOhm.png -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1KOhm/Output_R1KOhm.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1KOhm/Output_R1KOhm.bmp -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1Ohm/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1Ohm/1.bmp -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1Ohm/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1Ohm/2.bmp -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1Ohm/DFT_R1Ohm.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1Ohm/DFT_R1Ohm.bmp -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1Ohm/Dynamic_Measurements_R1Ohm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1Ohm/Dynamic_Measurements_R1Ohm.png -------------------------------------------------------------------------------- /Results & Figures/Ideal/swn_1Ohm/Output_R1Ohm.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/Ideal/swn_1Ohm/Output_R1Ohm.bmp -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/DFT_NMOS.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/DFT_NMOS.bmp -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/DFT_PMOS.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/DFT_PMOS.bmp -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/DFT_meas_NMOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/DFT_meas_NMOS.png -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/DFT_meas_PMOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/DFT_meas_PMOS.png -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/NMOS_PMOS_mon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/NMOS_PMOS_mon.png -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/NMOS_PMOS_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/NMOS_PMOS_w.png -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/Waveforms for n=34.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/Waveforms for n=34.bmp -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/high_W.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/high_W.bmp -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/low_W.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/low_W.bmp -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/sampled_NMOS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/sampled_NMOS.csv -------------------------------------------------------------------------------- /Results & Figures/NMOS_PMOS/sampled_PMOS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadaldacher/Analog-Design-of-Bootstrapped-Switch/HEAD/Results & Figures/NMOS_PMOS/sampled_PMOS.csv --------------------------------------------------------------------------------