Hide Table of Contents

SWEEP

The SWEEP (x, a, x0, f0, x1, f1, dx) function returns a constant amplitude sinusoidal function with a linearly increasing frequency over a range of the independent variable.

Format

SWEEP (x,a,x0,f0,x1,f1,dx)

Arguments

x

The independent variable.

You can enter a valid expression for the independent variable such as 2*TIME.

a

The amplitude of the sinusoidal function.

x0

The value of the independent variable at which the function begins.

f0

The initial sweep frequency of the sinusoidal function in units of cycles per units of the independent variable.

x1

The value of the independent variable at which the function ends.

f1

The final sweep frequency in units of cycles per units of the independent variable.

dx

The positive increment defining x0+dx as the value of the value of the independent variable where the sweep function becomes fully active.

Function

SWEEP (x,a,x0,f0,x1,f1,dx) =
     STEP5(x,0,0,dx,1)*a*sin(2Π *freq(x))
where
freq(x) = 
     f0*x                         
x ≤ x0
     f0*(x-x0)+((f1-f0)/(2*(x1-x0)))(x-x0)2+f0*x0
x0 < x < x1
     f1*x-(f1-f0)/2)*(x1+x0)     
x ≥ x1


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SWEEP
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: SOLIDWORKS 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.