cbloom rants

5/31/2011

05-31-11 - STB style code

›
I wrote a couple of LZP1 implementations (see previous) in "STB style" , that is, plain C, ANSI, single headers you can just inclu...
8 comments:
5/20/2011

05-20-11 - LZP1 Variants

›
LZP = String match compression using some predictive context to reduce the set of strings to match LZP1 = variant of LZP without any entr...
5 comments:
5/13/2011

05-13-11 - Avoiding Thread Switches

›
A very common threading model is to have a thread for each type of task. eg. maybe you have a Physics Thread, Ray Cast thread, AI decision ...
2 comments:
5/08/2011

05-08-11 - Torque vs Horsepower

›
This sometimes confuses me, and certainly confuses a lot of other people, so let's go through it a bit. I'm also motivated by thi...
4/08/2011

04-08-11 - Friday Filters

›
So in the last post we made the analysis filters for given synthesis filters that minimize L2 error. Another common case is if you have a...
1 comment:
4/07/2011

04-07-11 - Help me I can't stop

›
Some common synthesis filters and their corresponding analysis filter : BEGIN review if you want to approximate f(t) by Sum_i P_i * synt...
5 comments:
4/06/2011

04-06-11 - And yet more on filters

›
In the comments of the last post we talked a bit about reconstruction/resampling. I was a bit confounded, so I worked it out. So, the si...
4/04/2011

04-04-11 - Yet more notes on filters

›
Topics for today : N-way filters symmetry of down & up qualitative notes comb sampling 1. N-way filters. So for a long ti...
15 comments:
4/03/2011

04-03-11 - Some more notes on filters

›
Windowing the little discrete filters we use in image processing is a bit subtle. What we want from windowing is : you have some theoretic...
4/01/2011

04-01-11 - Dirty Coder Tricks

›
A friend reminded me recently that one of the dirtiest tricks you can pull as a coder is simply to code something up and get it working. ...
1 comment:
‹
›
Home
View web version
Powered by Blogger.