⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filtryun.h

📁 C++ IIR filter module hided behind interfaces, coefitients format compatible with matlab SOI matice
💻 H
字号:
//---------------------------------------------------------------------------
// m.krej
// dziennik zmian:
// 04 11 2008
// 25 03 2009 podrasowany, z interfejsami, przystosow. do wielu filtrow,
//            IFiltr, GenFiltr_But4_50_15, GenFiltrEkgVent
// 26 03 2009 podrasowanie, poukrywanie
// 03 04 2009 Butt2_17
// 06 04 2009 Butt2_033 GenFiltr_But4_40_30

//---------------------------------------------------------------------------
#ifndef FiltryUnH
#define FiltryUnH
//---------------------------------------------------------------------------
#include <Classes.hpp>
//---------------------------------------------------------------------------
  /** Klasa wyj箃k體 modu硊 filtr體.
    *
    **/
class FiltrException:public Exception{
    /// Konstruktor klasy wyj箃ku.
    /// @param Msg - komunikat b酬du
  public:__fastcall FiltrException(const AnsiString Msg):
       Exception(Msg){};
};
//---------------------------------------------------------------------------
/**  Interfejs filtr體 cyfrowych.
  *
  **/
class IFiltr
{ // 25 03 2009
public:
    /// Destruktor.
  virtual __fastcall ~IFiltr(){};
    /// Inicjuje filtr zadan

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -