Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
How can I reduce the frequency of a sine wave tia
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Murray Eisenberg  
View profile   Translate to Translated (View Original)
 More options 8 Nov, 11:52
Newsgroups: comp.soft-sys.math.mathematica
From: Murray Eisenberg <mur...@math.umass.edu>
Date: Sun, 8 Nov 2009 11:52:04 +0000 (UTC)
Local: Sun 8 Nov 2009 11:52
Subject: Re: How can I reduce the frequency of a sine wave tia
Do you want to superpose another frequency to get a single signal, or
just plot another frequency along with the one you started with?

Compare these:

   Plot[Sin[10x]+Cos[3x],{x,0,2Pi}]
   Plot[{Sin[10x],Sin[3x]},{x,0,2Pi}]

Rick T wrote:
> Greetings All

> I have the example below which produces 10 cycles
> a = Sin[10 x]
> Plot[a, {x, 0, 2 Pi}]

> What Type of signal would I need to add/multiple/divide to reduce it's
> signal/frequency to 5 cycles?  I know I can just change the number 10
> to 5
> but I need to combine it with another signal.  what mathematical
> operation/signal do I need to use.

> tia sal2

--
Murray Eisenberg                     mur...@math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bob Hanlon  
View profile   Translate to Translated (View Original)
 More options 8 Nov, 12:05
Newsgroups: comp.soft-sys.math.mathematica
From: Bob Hanlon <hanl...@cox.net>
Date: Sun, 8 Nov 2009 12:05:29 +0000 (UTC)
Local: Sun 8 Nov 2009 12:05
Subject: Re: How can I reduce the frequency of a sine wave tia

Modulate and filter the signal

a = Sin[f1* x];

b = Cos[(f1 + f2)*x];

c = -2*Select[
    a*b // TrigToExp // ExpandAll,
    FreeQ[#, f1, 4] &] // FullSimplify

sin(f2 x)

Bob Hanlon

---- Rick T <ratull...@gmail.com> wrote:

=============
Greetings All

I have the example below which produces 10 cycles
a = Sin[10 x]
Plot[a, {x, 0, 2 Pi}]

What Type of signal would I need to add/multiple/divide to reduce it's
signal/frequency to 5 cycles?  I know I can just change the number 10
to 5
but I need to combine it with another signal.  what mathematical
operation/signal do I need to use.

tia sal2


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google