lvbo.~h

来自「脑电信号分析软件」· ~H 代码 · 共 72 行

~H
72
字号
//---------------------------------------------------------------------------

#ifndef lvboH
#define lvboH
//---------------------------------------------------------------------------
#include "ChildWin.h"
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include "FilterDesign.h"
//---------------------------------------------------------------------------
//ChebyTwo *Cheby_LowP ;
//EEGFilter  *pEEGFilter;
//Notch *pNotch;

class TFilter_form : public TForm
{
__published:	// IDE-managed Components
        TImage *Image1;
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TEdit *Edit1;
        TEdit *Edit2;
        TEdit *Edit3;
        TEdit *Edit4;
        TEdit *Edit5;
        TEdit *Edit6;
        TEdit *Edit7;
        TEdit *Edit8;
        TCheckBox *CheckBox1;
        TButton *Btnok;
        TButton *Btncancle;
        TComboBox *ComboBox_Choice;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall CoverIn (int xStart,int xEnd);
        void __fastcall Gain_Filter() ;
        void __fastcall DrawBackGroundGrid_Mag(int step,int q);
        void __fastcall Draw_Mag(int step,int q);
       // double __fastcall Mag_Response(double Freq,bool flag);
        //double __fastcall CN(int N,double x);
        void __fastcall BtnokClick(TObject *Sender);
        int __fastcall Minimum();
        void __fastcall BtncancleClick(TObject *Sender);
private:	// User declarations
typedef struct _EEGFile
{
    short Lead[16];
}EEGFile;

public:		// User declarations
        __fastcall TFilter_form(TComponent* Owner);
       int HeightOfImage,xGrid,yGrid;       //  ,step
       double fs,fpa,fpb,fsa,fsb,Ap,Asa,Asb;
       double Average;//通带内的平均增益

};
//---------------------------------------------------------------------------
extern PACKAGE TFilter_form *Filter_form;
//extern  EEGFile file[1024*12];
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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