diff options
Diffstat (limited to 'js/NonLinear/MAXMIN.js')
-rw-r--r-- | js/NonLinear/MAXMIN.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/NonLinear/MAXMIN.js b/js/NonLinear/MAXMIN.js index 4db80f20..1391dd7a 100644 --- a/js/NonLinear/MAXMIN.js +++ b/js/NonLinear/MAXMIN.js @@ -18,6 +18,12 @@ function MAXMIN() { return this.x; } MAXMIN.prototype.get = function MAXMIN() { + var options = { + mm:["Min (1) or Max (2) ",this.mm], + nin:["Number of input vectors (1 or 2)",this.nin], + zcr:["zero-crossing (1: yes, 0;no)",this.zcr], + } + return options; } MAXMIN.prototype.set = function MAXMIN() { this.mm = parseFloat((arguments[0]["mm"])) |