help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fir1 function and max value of the sinc signal


From: Doug Stewart
Subject: Re: fir1 function and max value of the sinc signal
Date: Sat, 9 Nov 2013 06:31:48 -0500




On Sat, Nov 9, 2013 at 5:03 AM, alfredd <address@hidden> wrote:
there is a small mistake: in the example i ment sample nr 51 which is at
h(50).





Interestingly I get;

>> b=fir1(100, 1/12, 'low', rectwin(101), 'noscale');
>> b(50)
ans =  0.081441
>> b(51)
ans =  0.082357
I am on Ubuntu 12.04 and Octave compiled recently
Doug

reply via email to

[Prev in Thread] Current Thread [Next in Thread]