Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
DynamicSystems[Sine] - Sine 波 (正弦波) の生成
使い方
Sine( )
Sine(yht, f)
Sine(yht, f, t0, y0)
Sine(yht, f, t0, y0, opts)
パラメータ
yht
-
(optional) algebraic; sine 波の高さ。デフォルトは 1 です。
f
(optional) algebraic; sine 波の周波数。デフォルトは 1 です。
t0
(optional) algebraic; sine 波までの時間。デフォルトは 0 です。
y0
(optional) algebraic; 初期値。デフォルトは 0 です。
opts
(optional) option = value の形式の方程式; Sine コマンドのオプション値
説明
Sine コマンドは周期的な三角波を生成します。
デフォルトでは、Sine は波形の式を返します。discrete オプションが true の場合、Sine はデータ点の Vector を返します。
オプションパラメータ yht は信号の高さを指定します。デフォルトは 1 です。
オプションパラメータ t0 は波形の開始時間を指定します。デフォルトは 0 です。
オプションパラメータ y0 は初期値を指定します。デフォルトは 0 です。
オプション
opts 引数は option = value 形式で指定する任意の引数で、option には以下に説明されている名前のいずれかを指定できます。これらの引数はキーワードパラメータで、方程式の左辺がキーワード、右辺がその値です。各キーワードパラメータにはパラメータが渡されない場合に使用する初期値が割り当てられています。
以下は各キーワードパラメータの説明です。各説明の 1 行目は左辺にキーワード、右辺に値の型で引数の形式を示しています。真偽 (truefalse) 型の場合、キーワードのみを渡すことは真 (keyword = true) を渡すことに相当します。
discrete = truefalse
波形のサンプルを含む Vector を出力として指定します。波形のサンプル値がベクトルの要素になります。ベクトルに含まれる要素の数は samplecount で与えられます。i 番目の要素には t=(i-1)*sampletime 時間にサンプリングされた波形の値が入ります。デフォルトは DynamicSystems[SystemOptions] の discrete の値です。
samplecount = posint
出力 Vector に含めるサンプルの数を指定します。discrete オプションとともに使用します。デフォルトは DynamicSystems[SystemOptions] の samplecount の値です。
sampletime = positive
出力 Vector に含めるサンプルのサンプリング間隔を指定します。discrete オプションとともに使用します。デフォルトは DynamicSystems[SystemOptions] の sampletime の値です。
hertz = truefalse
周波数の単位に hertz (回/秒) を指定します。指定されていない場合、周波数の単位はラジアン/秒になります。デフォルトは DynamicSystems[SystemOptions] の hertz の値です。
例
参照
DynamicSystems, DynamicSystems[Chirp], DynamicSystems[Ramp], DynamicSystems[Sinc], DynamicSystems[Square], DynamicSystems[Step], DynamicSystems[Triangle]
Download Help Document