Tuesday, February 3, 2009

A Pedagogical Tool for Fourier Transforms

Loren writes in her blog:

I recently attended the DSP Workshop sponsored by the IEEE Signal Processing Society. It focues on both signal processing and signal processing education. I spoke to a lot of the attendees. Some of the professors and instructors mentioned how important it is to teach the basics solidly first, before going into more depth. If the students don't get the fundamentals, then going further doesn't help.
Please visit her blog for further information



Wednesday, January 28, 2009

matlab coding best practices

here are some tips and tricks for all of you working with matlab.

http://blogs.mathworks.com/pick/2009/01/16/avoiding-coding-pitfalls/

placing text on figures

This posting is very cool. i have been looking for something linke this the other day...

take a look at the posting here.

New Postings

Hi people,

i'm starting a new project right now, where i am going to implement a battery simulation for electric vehicles using matlab and simulink.

The best part: you can expect to read more about the project and the matlab/simulink related "lessons learned" here in the future.

until then,

babouyes

Thursday, December 4, 2008

Increase speed and debug Simulink modells

In this posting, seth explains how does the Simulink modell advisor function. You can

find the function under Tools -> Model Advisor:

breakplot

Wow!!!

The breakplot funktion as explained in this blog, can be used to break a plot in two, if your data has different ranges... take a look at the blog posting for more information and pictures.