Mercurial > hg > ltpda
view m-toolbox/test/tdfit/test_xml_tdfit_read.m @ 47:dd93c9ba6624 database-connection-manager
Fix Java dialog
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 19:07:27 +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)');