|
[Date Index]
[Thread Index]
[Author Index]
Re: How to define and plot a periodic signal?
- To: mathgroup at smc.vnet.net
- Subject: [mg62600] Re: [mg62556] How to define and plot a periodic signal?
- From: <bsyehuda at gmail.com>
- Date: Tue, 29 Nov 2005 04:45:01 -0500 (EST)
- References: <200511280557.AAA18435@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
If you have the definition of the function for one period, then you can use
Mod to use this definition elsewhere
for example, say that the period is Pi/3, then
f[t_]:=Sin[Mod[t,Pi/3]]
will be a periodic function
and in general,
replace t with Mod[t,T] everywhere in the definition of your function where
T is the desired period
yehuda
On 11/28/05, aza <perezmu at gmail.com> wrote:
>
> Hello,
>
> I need to define a function that is a single triangular pulse repeated
> periodically. How could I define this function and plot it?
>
> Thanks
>
>
Prev by Date:
Re: Package development
Next by Date:
Re: How to define and plot a periodic signal?
Previous by thread:
Re: How to define and plot a periodic signal?
Next by thread:
Re: How to define and plot a periodic signal?
|