MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to define and plot a periodic signal?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg62607] Re: How to define and plot a periodic signal?
  • From: "Narasimham" <mathma18 at hotmail.com>
  • Date: Tue, 29 Nov 2005 04:45:28 -0500 (EST)
  • References: <dme6e3$i4l$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

contd..
Or, another more symmetrical triangular wave:

Amplitude =1 ; Lambda =3;
Plot[2 Amplitude/Pi * ArcSin[Sin[ 2Pi x/Lambda]],{x,0, 2 Lambda}] ;


  • Prev by Date: Re: How to define and plot a periodic signal?
  • Next by Date: Re: Avoiding usage of function brackets
  • Previous by thread: Re: How to define and plot a periodic signal?
  • Next by thread: Re: How to define and plot a periodic signal?