From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/scilab_en_US_help/window.html | 88 ++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/window.html (limited to 'help/en_US/scilab_en_US_help/window.html') diff --git a/help/en_US/scilab_en_US_help/window.html b/help/en_US/scilab_en_US_help/window.html new file mode 100644 index 0000000..219ffe9 --- /dev/null +++ b/help/en_US/scilab_en_US_help/window.html @@ -0,0 +1,88 @@ + + + window + + + +
+ + + + +
+ << welchwin + + + FOSSEE Signal Processing Toolbox + + + wkeep >> + +
+
+
+ + + + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > window + +

+

window

+

This function creates an m-point window from the function f given as input.

+ + +

Calling Sequence

+
w = window(f, m)
+w = window(f, m, opts)
+ +

Parameters

+
f: +

string value

+
m: +

positive integer value

+
opts: +

string value, takes in "periodic" or "symmetric"

+
w: +

output variable, vector of real numbers

+ +

Description

+

This is an Octave function. +This function creates an m-point window from the function f given as input, in the output vector w. +f can take any valid function as a string, for example "blackmanharris".

+ +

Examples

+
window("hanning",5)
+ans  =
+0.
+0.5
+1.
+0.5
+0.
+
+ +
+ + + + + + +
Report an issue
+ << welchwin + + + FOSSEE Signal Processing Toolbox + + + wkeep >> + +
+
+
+ + -- cgit