view m-toolbox/test/tdfit/test_xml_tdfit_read.m @ 9:fbbfcd56e449 database-connection-manager

Remove dead code
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 16:20:06 +0100
parents f0afece42f48
children
line wrap: on
line source

% Test reading back noise-subtraction result from XML


clear;

x12nsxx = ao('x12nsxx.xml');
x12xx   = ao('x12xx.xml');
x12fxx  = ao('x12fxx.xml');

figure
plot(x12nsxx.hist)

figure
plot([x12xx x12nsxx])
ltpda_allxaxis(0.001, 1);
subplot(3,1,1:2)
legend('lpsd(X12)', 'lpsd(X12 with noise subtracted)');