window.m

Window Function for Signal Processing
457 téléchargements
Mise à jour 8 juil. 2014

Afficher la licence

Used to generate selected windows for signal processing.
%function [out] = window(win_size,type)
%Input |%Output
%win_size= no:of points in window |%out = window of length [win_size]
%type = window type
%Example Usage
%win = window(2^4,'rectangular')
%Available Windows
%blackman
%flattop
%hanning
%hamming
%nuttall
%rectangular

Citation pour cette source

Aravazhi Anbarasu (2024). window.m (https://www.mathworks.com/matlabcentral/fileexchange/47166-window-m), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Signal Processing Toolbox dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0