Creating a Application Launcher in Ubuntu 14.04


Dear Readers, I am back with a very small ubuntu tip after quite sometime. This is not something that is really new and there are many sources out there that explain how to create application launchers in Ubuntu. I needed this to create a launcher for Aptana Studio. So I thought I will write down …

Continue reading Creating a Application Launcher in Ubuntu 14.04

Advertisement

A Program to calculate value of PI


Very recently I was attending an online programming course and the Instructor happened to ask a  question, How man of you have ever written a program to calculate value of PI ?What has happened to the world ? In our days students used to attempt at least 2-3 algorithms to find value of PI. It …

Continue reading A Program to calculate value of PI

Sharing Internet over Wifi Between Ubuntu and Android


I searched the internet alot for a solution to connect my PC's internet to my android phone by creating a hotspot. In windows you have softwares like connectify to make your life easy, But in linux things are not so easy, and I was never a windows guy. I hated to logon to windows just …

Continue reading Sharing Internet over Wifi Between Ubuntu and Android

The Step response of an RLC circuit in State Space Model


This will be my last post in this series on using matlab for designing the compensators. In this post we will see the step response of an RLC circuit using a matlab program.The initial conditions are current is 1ma and voltage across capacitor is 2V. The state space representation of the above circuit is. Here …

Continue reading The Step response of an RLC circuit in State Space Model

Lead Compensator design with Bode plot


Introduction to Matlab Lag Compensator with Bode Plot Lag Compensator with root locus So far we have seen the design of lag compensators, now we move on to lead compensators which help in improving the transient response. We will start from the frequency domain design using bode plot. Here I would like to tell the …

Continue reading Lead Compensator design with Bode plot

Lag Compensator design with Root Locus


So far we have discussed on an Introduction to Matlab and Lag compensator design with bode plot. In this post we will deal with lag compensator design with time domain specifications and using the root locus technique. The steps to design the lag Compensator are Draw the root locus of the given open loop uncompensated …

Continue reading Lag Compensator design with Root Locus

Lag Compensator design with Bode plot


In the previous post  An Introduction to compensator Design with matlab we saw an introduction to compensators. In this post we will deal with lag compensator design with frequency domain specifications. The steps to design the lag Compensator are Determine K from the error constatns given Sketch the bode plot Determine phase margin if it is not …

Continue reading Lag Compensator design with Bode plot