New Reply

A formula for sinusoidal graphs of this form?

 
Share Thread Thread Tools
Jan24-13, 06:33 AM   #1
 

A formula for sinusoidal graphs of this form?


Hey all

I am trying to generate a graph of a sinusoidally oscillation against time. However, the time itself is passing sinusodally, i.e time flows faster at some points and slower at others. I'm doing this as I need test data for a program I've written to decode real world data I'm generating which comes in this format.

Here is an excel graph of the closest I've come (amplitude = sin(time*sin(time))), however this is not quite correct, as it goes off as time increases (as the time between oscillations get closer and closer. but between t=10 and t =20 you can get a good idea of what I'm after.)

I have also stuck a very crude sketch of the type of output I desire. What's the mathematical form of this?

Many thanks for your help.

C x

PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Jan24-13, 06:35 AM   #2
 
BTW, in the excel version, the only reason my graph doesnt reach an amplitude of 1 consistently is due to a low sampling rate.
Jan24-13, 06:41 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Something like [itex]x(t)= A sin(\omega (sin(kt))[/itex] should work.
Jan24-13, 07:16 AM   #4
 

A formula for sinusoidal graphs of this form?


Quote by HallsofIvy View Post
Something like [itex]x(t)= A sin(\omega (sin(kt))[/itex] should work.
I think I first encountered this problem in 1975 of so at the University of Illinois. An older student, Rob Kolstad, was trying to do a graph of a frequency modulation wave form for use in a course he was running on a CAI system named PLATO. He was trying to do much the same thing, modulating a sine function into the frequency of a sine wave carrier.

He was smart enough to realize that you have to add a constant offset to the inner sin function so that it's always positive. But, as I recall, that still gives an answer that's wrong.

You want to use the _integral_ of the function that you are trying to modulate onto the carrier. That way the frequency of the function that you are graphing varies as the derivitive of that integral -- i.e. as the signal that you're trying to carry.
Jan24-13, 07:54 AM   #5
 
Recognitions:
Homework Helper Homework Help
Welcome to PF, Carla17!

Your inner time function should increase monotonously.
##\sin(time)## does not do that.

Try for instance ##x + \sin(x)## instead.
That one will just be increasing monotonously.


The complete function would be something like:
$$amplitude = \sin(\omega (t + \frac 1 k \sin(kt)))$$
where
##\omega## is the average angular frequency of the high frequency wave,
##k## is the angular frequency of the compression/decompression cycle,
##\frac 1 k## is the compensating factor to make the time just increasing, you may want to dampen it with another factor.

Here's an example: http://m.wolframalpha.com/input/?i=s...%29%29&x=0&y=0
It graphs ##\sin(11 (t + \frac 1 3 \sin(2t)))##.
Jan24-13, 12:20 PM   #6
 
Why don't you guys use the obvious form

[tex]f(t)=
A\sin\left(
\left( \frac{\omega_\text{max}-\omega_\text{min}}{2}
\left(
\sin\left(
\omega_\text{mod}t+\phi_\text{mod}
\right)+1
\right)+\omega_\text{min}
\right)t + \phi_\text{carrier}
\right)[/tex]

with [itex]\omega_\text{carrier}>\omega_\text{mod}[/itex]? Am I missing something?
Jan25-13, 12:04 PM   #7
 
Am I missing something?
Yes.

Look at your the argument to the outer sine function. Is it monotone increasing? Are you sure? Have you tested it with some sample values? Have you graphed it? If you don't believe that it needs to be monotone increasing, have you actually picked some test parameters and graphed the function you propose?

"I like Serena" has pointed out that the argument to the outer sin function must be monotone increasing.

I have pointed out that it should be the integral of the [hopefully positive] function that you were trying to modulate onto the carrier.
Jan28-13, 02:39 PM   #8
 
Oh you're right the frequency should be integrated to get the phase, it cannot simply be multiplied by t. Sorry for that. This should be better. And it plots ok ;)

[tex]
f(t)=
A\sin\left(
\frac{\omega_\text{max}-\omega_\text{min}}{2}
\left( \frac{
\sin\left(
\omega_\text{mod}t+\phi_\text{mod}
\right)}{\omega_\text{mod}}+t
\right)+\omega_\text{min} t + \phi_\text{carrier}
\right)
[/tex]
New Reply
Thread Tools


Similar Threads for: A formula for sinusoidal graphs of this form?
Thread Forum Replies
Going from phasor form to instantaneous time sinusoidal functions Engineering, Comp Sci, & Technology Homework 3
Euler formula in graphs Introductory Physics Homework 2
The wave form of a sinusoidal current passing through a circuit? Introductory Physics Homework 1
sinusoidal graphs (y=sinx and y=cosx equations) General Math 1
Sinusoidal Graphs word problem help Introductory Physics Homework 6