view m-toolbox/test/tdfit/test_xml_tdfit_read.m @ 11:9174aadb93a5
database-connection-manager
Add LTPDA Repository utility functions into utils.repository
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05)
parents
f0afece42f48
children
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)');
+ −
+ −