Scilab 6.0.0
      
      
    Please note that the recommended version of Scilab is 2026.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,%) は
            %が信号が正となる周期の割合(パーセント)となるような
            矩形波を生成します.
| Report an issue | ||
| << repmat | elementarymatrices | testmatrix >> |