| DSP Blockset | Search  Help Desk |
Applying a Window
Open the Window Function block's dialog box, and select Apply window to input from the Operation pop-up menu. Note that the block icon now has a single input port and a single output port.
The block multiplies the specified window, w, element-wise with an input vector of the same length, u:
y = w .* u % equivalent MATLAB codeThe output from the block is the result of this multiplication.