Combined PROCESSing of
GPS, GLONASS, and SBAS
Code Phase and Carrier Phase Measurements
Lambert Wanninger, Stephan Wallstab-Freitag
Geodetic Institute, Dresden University of Technology, Germany
Support Vector Machines for Antenna Array PROCESSing and Electromagnetics,by: Manel Martinez-Ramon and Christos Cristodoulou,Copyright 2006 by Morgan and Claypool.this book is one of the best books about svm. it has some excellent example in matlab.
Implementation of GPU (Graphics PROCESSing Unit) that rendered triangle based models. Our goal was to generate complex models with a movable camera. We wanted to be able to render complex images that consisted of hundreds to thousands of triangles. We wanted to apply interpolated shading on the objects, so that they appeared more
smooth and realisitc, and to have a camera that orbitted around the object, which allowed us to
look arond the object with a stationary light source. We chose to do this in hardware, because our initial implementation using running software on the NIOS II processor was too slow. Implementing parallelism in hardware is also easier to do than in software, which allows for more efficiency. We used Professor Land s floating point hardware, which allowed us to do calculations efficiency, which is essential to graphics.