Scilab-Branch-5.3-GIT
- Scilab help
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- abs
- amell
- and
- &
- cat
- cell2mat
- cellstr
- char
- delip
- diff
- exp
- inttrap
- isdef
- isempty
- isequal
- isequalbitwise
- isvector
- log
- log10
- log1p
- log2
- logm
- lstsize
- max
- maxi
- min
- mini
- modulo
- ndims
- norm
- or
- |
- pertrans
- sign
- signm
- size
- sort
- sqrt
- sqrtm
- squarewave
- toeplitz
- typeof
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
squarewave
周期 2*%piの矩形波を生成
呼び出し手順
x=squarewave(t [,percent])
パラメータ
- t
実数ベクトル, 離散時間
- x
実数ベクトル, 各時間における集合 (-1,+1)の波の値
- percent
実数の正のスカラー値で, 信号の符号が正となる周期の割合. デフォルト値は 50
説明
squarewave(t)
は
t
ベクトルで指定された点において
周期 2*%pi の矩形波の値からなるベクトルを
生成します.
squarewave(t,%)
は
%
が信号が正となる周期の割合(パーセント)となるような
矩形波を生成します.
<< sqrtm | Elementary Functions | toeplitz >> |