Applications
Contents
- Intro to SPICE Algorithm
- Framework and your first circuit!
- More Static Linear Components
- Nonlinear and Diode
- MOSFET
- Time Variance
- Applications (this article)
Please obtain my permission before sharing this with others.

#include <signal.h>
int kill(pid_t pid, int signo);
int raise(int signo); // same as kill(), but yourself
pid < 0, the signal is sent to the process group with pgid == |pid|An execution inside a process (two functions in a process running at the same time), sharing the same address space (same heap, same static var, but can’t share stack space) ^4bba4d
#include <pthread.h>
int pthread_create(pthread_t *thread,
const pthread_attr_t *attr,
void *(*start_routine)(void *),
void *arg);
int pthread_join(pthread_t thread, void **retval);
thread: thread IDattr: typically NULL, a fine-grain control of thread behaviorstart_routine: input void *, return void *arg: for start_routine(arg)retval: stores the return value of start_routine() Returns 0 if OK, error number on failureMaking slow (blocking forever) syscalls nonblocking
open() with O_NONBLOCKfcntl() (file control) to turn on o_NONBLOCK file status flag on already opened fd-1 and sets errno to EAGAIN if were to blockASP notes page
This page is under construction.
Welcome to AP!
This page is under construction.
This page is under construction.
Fundies ODS Notes
OS notes page
The notes are organized sequentially with the lecture.
Biology video project
ODE final project 
CST Final Project
SCHUDEM VIII outstanding award winner 
Eco-Literature Final Project 
Final project for MATH 312 Analysis I
Final project for PHYS 221 Relativity and Cosmology
HTTP server/client from scratch
Final Project for Computer Networks
SPICE on FPGA
Final Project for ELEN 4824 Computer Architecture 
Final Project for ELEN 4312 Analog Electronic Circuits 
Final Project for CSEE 4823 Advanced Logic Design 
Final Project for EECS 4321 Digital VLSI Circuits 
Final Project for EECS 6321 Advanced Digital Electronic Circuits 
2024
A new Gaussian Process-based modeling framework that predicts the physico-chemical properties of chemical species.
Recommended citation: Cao, X., Gong, M., Tula, A., Chen, X., Gani, R., & Venkatasubramanian, V. (2024). An improved machine learning model for pure component property estimation. Engineering, 39, 61–73. https://doi.org/10.1016/j.eng.2023.08.024
Download Paper
2024
SEDI Poster 2025
Recommended citation: Ming Gong, Michael I. Bergman, An experimental ultrasonic method to determine a scattering quality factor, with application to earth's inner core, Physics of the Earth and Planetary Interiors, 2025, 107456, ISSN 0031-9201, https://doi.org/10.1016/j.pepi.2025.107456.
Download Slides
2025
Identify optimal combination of loss function and data to create a model that can generates an automated tracing most consistent with the ground truth
2025
Accurate tracing of grain boundaries in microscopy images is vital in material science, yet current models need more data and a more accurate loss function. In this report, we present a twofold contribution to improving grain-tracing U-nets.
2025
An experimental study of the scattering of ultrasonic compressional waves in an hcp Zn-Sn alloy, serving as an analog to the Fe alloy in Earth’s inner core to better understand the origin of inner core seismic attenuation.
Recommended citation: Ming Gong, Michael I. Bergman, An experimental ultrasonic method to determine a scattering quality factor, with application to earth's inner core, Physics of the Earth and Planetary Interiors, 2025, 107456, ISSN 0031-9201, https://doi.org/10.1016/j.pepi.2025.107456.
Download Paper | Download Slides
2025
Loose-fitting continuous ECG sensing T-shift using capacitive sensing
This is a description of your talk, which is a markdown file that can be all markdown-ified like any other post. Yay markdown!
This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
Class Tutor, Bard College at Simon's Rock, 2023
Class Tutor, Bard College at Simon's Rock, 2023
Class Tutor, Bard College at Simon's Rock, 2023
Class Tutor, Bard College at Simon's Rock, 2024
Class Tutor, Bard College at Simon's Rock, 2024
Class Tutor, Bard College at Simon's Rock, 2024
Head TA, Columbia University, 2025
TA, Columbia University, 2026