Mercurial > hg > ltpda
annotate m-toolbox/test/MDC1/test_ltpda_mdc1_actuators.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
rev | line source |
---|---|
0 | 1 % Test the frequency-domain actuators for MDC1. |
2 % | |
3 % M Hewitson 11-04-08 | |
4 % | |
5 % $Id: test_ltpda_mdc1_actuators.m,v 1.1 2008/04/11 12:57:02 hewitson Exp $ | |
6 % | |
7 | |
8 clear all; | |
9 | |
10 Adf = ltpda_mdc1_actuator(plist('Actuator', 'df')); | |
11 Asus = ltpda_mdc1_actuator(plist('Actuator', 'sus')); | |
12 | |
13 iplot(Adf, Asus) | |
14 | |
15 % END |