diff options
Diffstat (limited to 'macros/enbw.sci')
-rw-r--r-- | macros/enbw.sci | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/macros/enbw.sci b/macros/enbw.sci index f7cc457..c23938d 100644 --- a/macros/enbw.sci +++ b/macros/enbw.sci @@ -1,7 +1,4 @@ function bw= enbw (window, fs) - - - // This function estimate Equivalent noise bandwidth. // Calling Sequence // bw=enbw(window) @@ -11,7 +8,6 @@ function bw= enbw (window, fs) // window: specify the sample window. // fs: specify the sampling rate of window. // bw: returns the two-sided equivalent noise bandwidth for a uniformly sampled window - // Examples // window=1:10 //fs=2.5 @@ -19,7 +15,7 @@ function bw= enbw (window, fs) // See also // Authors // Jitendra Singh - + if isreal(window) then else error ('Input arguments window should be real.') |