home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
utils
/
mathstud
/
hamming.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-19
|
194 b
|
12 lines
function y = hamming(n)
%y=hamming(n) creates Hamming window
%n - number of points
% S.Halevy 7/31/92
% Copyright (c) 1992 by the MathWizards
y = wsina(n,2,0.04).';