Mercurial > hg > octave-nkf
comparison scripts/control/base/__freqresp__.m @ 6945:6bbf56a9718a
[project @ 2007-10-02 20:47:22 by jwe]
author | jwe |
---|---|
date | Tue, 02 Oct 2007 20:47:23 +0000 |
parents | 34f96dd5441b |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6944:96714c92a278 | 6945:6bbf56a9718a |
---|---|
14 ## | 14 ## |
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
18 ## 02110-1301 USA. | 18 ## 02110-1301 USA. |
19 | |
20 ## Undocumented internal function. | |
19 | 21 |
20 ## -*- texinfo -*- | 22 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} __freqresp__ (@var{sys}, @var{USEW}, @var{w}) | 23 ## @deftypefn {Function File} {} __freqresp__ (@var{sys}, @var{USEW}, @var{w}) |
22 ## Frequency response function - used internally by @command{bode}, @command{nyquist}. | 24 ## Frequency response function - used internally by @command{bode}, @command{nyquist}. |
23 ## minimal argument checking; ``do not attempt to do this at home''. | 25 ## minimal argument checking; ``do not attempt to do this at home''. |