Mercurial > hg > ltpda
view m-toolbox/test/MDC1/test_ltpda_mdc1_input_noises.m @ 34:03d92954b939 database-connection-manager
Improve look of LTPDAPreferences diaolog
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
% Tests the function that returns input noises for MDC1. % % M Hewitson 11-04-08 % % $Id: test_ltpda_mdc1_input_noises.m,v 1.1 2008/04/11 12:57:02 hewitson Exp $ % clear all; % get ifo noise nifo = ltpda_mdc1_input_noises(plist('source', 'ifo')); % get sc noise nsc = ltpda_mdc1_input_noises(plist('source', 'sc')); % get tm noise ntm = ltpda_mdc1_input_noises(plist('source', 'tm')); iplot(nifo) iplot(nsc, ntm) % END