Mercurial > hg > ltpda
view m-toolbox/test/tdfit/test_xml_tdfit_read.m @ 33:5e7477b94d94 database-connection-manager
Add known repositories list to LTPDAPreferences
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)');