diff options
Diffstat (limited to 'macros/hamming.sci')
-rw-r--r-- | macros/hamming.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/hamming.sci b/macros/hamming.sci index 79d97fa..2019dbd 100644 --- a/macros/hamming.sci +++ b/macros/hamming.sci @@ -19,7 +19,7 @@ function c = hamming (m, opt) case "symmetric" //Default option, same as no option specified. else - error ('hamming: window type must be either periodic or symmetric"); + error ("hamming: window type must be either periodic or symmetric"); end end |