head 1.1; branch 1.1.1; access ; symbols arelease:1.1.1.1 avendor:1.1.1; locks ; strict; comment @// @; expand @b@; 1.1 date 2007.08.09.11.10.47; author arish.alreja; state Exp; branches 1.1.1.1; next ; commitid 48e746baf6304567; 1.1.1.1 date 2007.08.09.11.10.47; author arish.alreja; state Exp; branches ; next ; commitid 48e746baf6304567; desc @@ 1.1 log @Initial revision @ text @% The purpose of this function is to take the whole memory map, and split % the 32 bit numbers into 16 bit real and 16 bit imaginary, and translate % it into a memory map with complex numbers % % Translate the output of the FFT processor into an easier to analyze % format function [reconmap] = dumpprocess(origmap) for (a = 1:8) for (b = 1:8) reconmap(a,b) = splnconv(origmap(a,b)); end end @ 1.1.1.1 log @Initial Commit of AGU.V @ text @@