convert/phaseamp - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : convert/phaseamp

convert/phaseamp

convert expressions to phase-amplitude form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, phaseamp, t )

Parameters

expr

-

any Maple expression

t

-

name; the name of the dependent variable

Description

• 

The phaseamp conversion attempts to locate subexpressions of the form a⁢F⁡t⁢cos⁡omega⁢t+b⁢F⁡t⁢sin⁡omega⁢t in expr, and converts them to the form a2+b2⁢F⁡t⁢cos⁡omega⁢t−arctan⁡b,a. Here, the coefficients a and b are independent of the variable t, which must be passed as a parameter to the conversion.

• 

The strength of the conversion is sensitive to the values of the environment variables Testzero and Normalizer.

Examples

This example demonstrates the basic conversion that is applied.

> 

convert⁡a⁢exp⁡c⁢t⁢cos⁡ω⁢t+b⁢exp⁡c⁢t⁢sin⁡ω⁢t,phaseamp,t

a2+b2⁢ⅇc⁢t⁢cos⁡ω⁢t−arctan⁡b,a

(1)

The following two examples illustrate how the dependent variable affects the conversion.

> 

convert⁡a⁡s⁢exp⁡s⁢t⁢cos⁡s⁢t+b⁡s⁢exp⁡s⁢t⁢sin⁡s⁢t,phaseamp,t

a⁡s2+b⁡s2⁢ⅇs⁢t⁢cos⁡s⁢t−arctan⁡b⁡s,a⁡s

(2)
> 

convert⁡a⁡s⁢exp⁡s⁢t⁢cos⁡s⁢t+b⁡s⁢exp⁡s⁢t⁢sin⁡s⁢t,phaseamp,s

a⁡s⁢ⅇs⁢t⁢cos⁡s⁢t+b⁡s⁢ⅇs⁢t⁢sin⁡s⁢t

(3)

See Also

arctan

convert

cos

exp

Normalizer

sin

Testzero