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

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ヘルプ >> Signal Processing > Filters > buttmag

buttmag

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

呼び出し手順

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

引数

order

整数: フィルタ次数

omegac

実数 : カットオフ周波数(単位:rad/s)

sample

角周波数の実数ベクトル(単位:rad/s), ただし,伝送を評価する必要があります.

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])
Report an issue
<< analpf Filters 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:
Tue Feb 25 08:53:20 CET 2020