DSPRelated.com
Forums

Half sinc IIR?

Started by Bob Cain January 30, 2004
On Mon, 02 Feb 2004 12:55:35 -0500, Jerry Avins <jya@ieee.org> wrote:

>Jim Thomas wrote: > >> Erik de Castro Lopo wrote: >> >>> sinc (x) == { sin (x)/x x != 1 >>> { 1 x == 1 >>> >> >> Erik, >> >> I know you just overlooked this, but sinc(x) == 1 when x==0. > >No contradiction there! did you see "x != 1" and " 1 x == 1?
Sloppy Sloppy! What is "x !"? What's it mean? "x!" means x factorial. What does "x ==1" mean? When a writer uses non-standard notation, it just torments his readers. To paraphrase a post from Jerry (years ago), "I understood what I meant, why didn't you?" [-Rick-]
Rick Lyons wrote:

> On Mon, 02 Feb 2004 12:55:35 -0500, Jerry Avins <jya@ieee.org> wrote: > > >>Jim Thomas wrote: >> >> >>>Erik de Castro Lopo wrote: >>> >>> >>>> sinc (x) == { sin (x)/x x != 1 >>>> { 1 x == 1 >>>> >>> >>>Erik, >>> >>>I know you just overlooked this, but sinc(x) == 1 when x==0. >> >>No contradiction there! did you see "x != 1" and " 1 x == 1? > > > Sloppy Sloppy! > > What is "x !"? What's it mean? > "x!" means x factorial. > What does "x ==1" mean? > > When a writer uses non-standard notation, > it just torments his readers. To paraphrase > a post from Jerry (years ago), "I understood > what I meant, why didn't you?" > > [-Rick-]
In this case, I recognized != from C. It means "not equal". That's, if not standard, is at least common enough to make my guess seem likely. Jerry -- Engineering is the art of making what you want from things you can get. &#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;
"Rick Lyons" <r.lyons@_BOGUS_ieee.org> wrote in message
news:40203f7c.8558437@news.west.earthlink.net...
> On Mon, 02 Feb 2004 12:55:35 -0500, Jerry Avins <jya@ieee.org> wrote: > > >Jim Thomas wrote: > > > >> Erik de Castro Lopo wrote: > >> > >>> sinc (x) == { sin (x)/x x != 1 > >>> { 1 x == 1 > >>> > >> > >> Erik, > >> > >> I know you just overlooked this, but sinc(x) == 1 when x==0. > > > >No contradiction there! did you see "x != 1" and " 1 x == 1? > > Sloppy Sloppy! > > What is "x !"? What's it mean? > "x!" means x factorial. > What does "x ==1" mean? > > When a writer uses non-standard notation, > it just torments his readers. To paraphrase > a post from Jerry (years ago), "I understood > what I meant, why didn't you?"
Well, it is standard notation--standard C. Admittedly, not standard math though.