Skip to content

Instantly share code, notes, and snippets.

View bradysalz's full-sized avatar
🍻
par-tay har-day

Brady Salz bradysalz

🍻
par-tay har-day
View GitHub Profile
@bradysalz
bradysalz / interleaving.py
Created March 4, 2018 08:37
Interleaving Power Converters
"""
Interleaved Buck Converter Simulations
Brady Salz
March 3 2018
This script helps us visualize the improvements in the output current ripple
of interleaved buck converters. We can view this as a 2D optimization over
the phase difference between the converters and the duty cycle of each
converter.
"""
@bradysalz
bradysalz / ece110car.ino
Last active August 29, 2015 14:17
ECE110 Final Project Car
/*ECE 110 LAB
Testing Car Navigation Circuitry Code
Brady Salz
Tam Tran
11/17/11
*/
int LeftFront = 4; // Forward Left Sensor
int MiddleFront = 7; // Forward Middle Sensor
int RightFront = 3; // Forward Right Sensor