Re: Finding max and min amplitude of composite signal



On 11/23/2009 1:07 AM, Andreas Huennebeck wrote:
commengr wrote:

Can some expert tell me the simplest method to find the max and min value
of a composite signal. For eg. if it is given as,

x(t) = sin(10*pi*t) + 2*cos(7*pi*t) + 3*sin(3*pi*t)

I can find the max and min values using Matlab, however, is there a method
to find it without using a software? Simply using a pen and paper?

-6<=limit<= +6, knowing that limits of sin(x) and cos(x) are +/-1.

bye
Andreas

I had been going to suggest that as well but the constraints on the accuracy weren't disclosed. When it was revealed that this was for sizing a quantizer the next question would then be how much headroom could be allocated to the potential error in this sort of quick estimate.

That sort of quick limit analysis would be general for any or random arguments in the functions. Even given the nature of the relative frequencies for this case it's a reasonable place to start if the constraints allow it.

--
Eric Jacobsen
Minister of Algorithms
Abineau Communications
http://www.abineau.com
.



Relevant Pages

  • Re: how to generate random variable with constraint?
    ... > Roger Stafford has discussed some limitations on generating random> variables with constraints -- if it is done incorrectly, the values tend> to cluster towards the middle instead of uniformly distributed. ... I believe that "someone"'s indicated sort solution is perfectly valid, ...
    (comp.soft-sys.matlab)
  • Re: Can I append an ADO recordset to an Access table in one go?
    ... for the sole reason "not a best practice" and if you hadn't already ... Those "constraints" may mean that instead of 1 Best Practice solution, ... Because the moment the programmer knows something _specific_ about the data ... Natural Merge sort, Merge sort or one of the other ...
    (microsoft.public.data.ado)
  • Re: How to Flatten a Table Dataset
    ... DRI, constraints, etc. ... If you are going to flag these sort of things up then for god sakes follow best practice. ... You must always name constraints. ... THEN O.product_name ELSE '' END) AS oranges, ...
    (microsoft.public.sqlserver.programming)
  • Re: When to use check constraints and when to use small tables?
    ... and you don't want to have to change the app or the ... check constraints: ... what sort of indexes to put on the Person table - i.e. ... a bitmap index if it's only two values - what about higher ...
    (comp.databases.oracle.server)