News

Simple FFT is a C++ library implementing fast Fourier transform. The implemented FFT is a radix-2 Cooley-Turkey algorithm. This algorithm can't handle transform of data which size is not a power of 2.
Abstract: This paper discusses the use of a real-time digital control environment with a hardware-in-the-loop (HIL) magnetic levitation (Maglev) device for modeling and controls education, with ...
Abstract: A 2 × 2 array antenna comprised of conventional hybrid high impedance surface-based reconfigurable square loop antennas (SLAs) as elements is presented. The SLA element has four conducting ...
expmv contains two MATLAB functions for computing expm(t*A)*b without explicitly forming expm(t*A), where A is an n-by-n matrix and b is an n-by-1 vector. This is the problem of computing the action ...