systemreboot – blog
Halo around Sun in Coimbatore - August 3, 2012
Aug 12, 2012
Coimbatore witnessed a spectacular halo on August 3, 2012… Just wanted to put up a photograph of the halo by my friend Udhaya Kumar…
Tags: weather
Line Codes - Matlab / GNU Octave Code
Jul 19, 2012
I came up with the following approach to do line coding without for loops. My approach involves a bit of system theory, modulo 2 arithmetic, and sometimes just tricks founded on simple coincidence. So one is advised to be a little careful while sifting through the logic. But ultimately, the code is terse and fairly elegant.
Design of LC Oscillators - Capacitive Overload
Jun 30, 2012
If the frequency was high enough, the capacitor in the tank would draw too much current from the output of the amplifier, and the amplifier would overload killing its gain and bringing the whole system down…
Tags: electronics
How do oscillators start up?
May 12, 2012
If you are into oscillator theory, you probably know that oscillations in an oscillator build up exponentially before hitting power supply saturation and stabilizing. Well, at least that is what the textbooks and the equations claim. But, have you ever seen it? :-)
Tags: electronics
Resistance Measurement — Common Mistakes
Apr 29, 2012
A few common and silly mistakes people might make when they are learning to use a multimeter to measure resistances…
Tags: electronics
The Site So Far
Apr 26, 2012
The plans ahead involve running my own server on a BeagleBoard with solar power. But the BeagleBoard plans are pretty long term (possibly more than a year)…
Tags: selfhosting
Convolution and Polynomial Multiplication
Mar 26, 2012
"Convolution in the time domain is multiplication in the frequency domain" is an oft-quoted statement. But the exact relation between the two is seldom stressed adequately. Mathematically, convolution and polynomial multiplication are one and the same process, as I shall explain shortly.