Thursday, September 6, 2012

Android NDK and ccache

I decide to add ccache into our project and start to google around this....

Monday, August 27, 2012

git-svn cheat list

I moved to a new company, unfortunately here all most all use svn =( It's pity. So I made some cheat list to use git-svn inside this hell. All story based on Gentoo of course =)


Wednesday, July 18, 2012

Implements digital filter based on Duffing

As we know Duffing equation works only in analog domain. But in practice it's completely usefulness, we need digital filter which works like Duffing. I try to do it with Volterra series.

Wednesday, July 4, 2012

Duffing - incoming phase problem

As we all know, Duffing equation go to grate scale period when incoming signal fit to some criterion (sinusoidal and amplitude of resulting signal must be greater than some constant - one can give constant from Lyapunov exponent method). In theory all seems great...

Friday, May 18, 2012

Sunday, May 6, 2012

Duffing oscillator with GPS signal

I've read several articles about using chaos theory in GPS. One of them about using Duffing oscillator to detecting periodic signal. As you know GPS carrier is a periodic cosine signal.

Thursday, April 26, 2012

Another kernel patch for fork-exit with cgroups

Back to previous patch, I realize that I must handle move tasks from one group to another (this operation also change tasks file, so we want to take event about this)