Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Signal Processing > buttmag

buttmag

バターワースフィルタの応答

呼び出し手順

[h]=buttmag(order,omegac,sample)

パラメータ

order

整数: フィルタ次数

omegac

実数 : カットオフ周波数(単位:Hz)

sample

buttmagが評価する周波数ベクトル

h

サンプル点におけるバターワースフィルタの値

説明

バターワースフィルタの二乗振幅応答 omegac = カットオフ周波数 ; sample = 周波数のサンプル

//バターワースフィルタの二乗振幅応答
h=buttmag(13,300,1:1000);
mag=20*log(h)'/log(10);
plot2d((1:1000)',mag,[2],"011"," ",[0,-180,1000,20])

作者

F. D.

<< bilt Signal Processing casc >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Mar 03 11:00:55 CET 2011