Posts tagged ‘MATLAB’

Thermistor Parameter Measurement — II

Last time I showed a simple circuit that can be used to measure unknown thermistor parameters. The circuit is basically just a power MOSFET using a voltage and duty cycle controlled PWM signal to drive the gate and thus generates a temperature reference which is measured by both the unknown thermistor and the precision temperature sensor LM335. By measuring the voltage drop across the thermistor at different temperatures, we can obtain the R-T curve of the thermistor and thus estimate the parameters that define the R-T curve using some known models. Continue reading ‘Thermistor Parameter Measurement — II’ »

Matrix Multiplication Performance in C++

A few days ago, I ran across this article by Dmitri Nesteruk. In his article, he compared the performance between C# and C++ in matrix multiplication. From the data he provided, matrix multiplication using C# is two to three times slower than using C++ in comparable situations. Continue reading ‘Matrix Multiplication Performance in C++’ »

MATLAB 7 under WINE

When I tried WINE many years ago, there were not that many large applications that could actually run smoothly without some sort of hacks. Continue reading ‘MATLAB 7 under WINE’ »