diff options
Diffstat (limited to 'macros/vco.sci')
-rw-r--r-- | macros/vco.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/vco.sci b/macros/vco.sci index 36b704c..5cb4cbf 100644 --- a/macros/vco.sci +++ b/macros/vco.sci @@ -34,6 +34,7 @@ function y = vco(x,frange,fs) // 0.9454092 //Author //Ankur Mallick + funcprot(0); if (argn(2)<3|argn(2)>5) then error('Incorrect number of input arguments.'); |