📄 f11999115dlg.h
字号:
// F11999115Dlg.h : header file
//
#if !defined(AFX_F11999115DLG_H__D42D0050_30E5_4013_9146_1DA746772CC1__INCLUDED_)
#define AFX_F11999115DLG_H__D42D0050_30E5_4013_9146_1DA746772CC1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CF11999115Dlg dialog
class CF11999115Dlg : public CDialog
{
// Construction
public:
CF11999115Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CF11999115Dlg)
enum { IDD = IDD_F11999115_DIALOG };
CButton m_Filter;
BYTE m_nn;
float m_Wc;
float m_low;
float m_high;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CF11999115Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CF11999115Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnChangeNn();
afx_msg void OnRect();
afx_msg void OnHaming();
virtual void OnOK();
afx_msg void OnFilter();
afx_msg void OnHanning();
afx_msg void OnBlackman();
afx_msg void OnTri();
afx_msg void OnChangeWc();
afx_msg void OnSequence();
afx_msg void OnChangeEditLow();
afx_msg void OnChangeEditHigh();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void CHUANG();
int m_type;
int m_fir;
int m_choose;
void Backorder(double R[], double I[], int n);
void FFT(double R[], double I[],double F[], int m,int mask);
double* Hn;
double* I;
double* I1;
// double* F;
double* Hd; //存放
double* Xn; //存放待滤波信号
double* Xw; //存放待滤波信号
double* Hw;
double* Wn;
double* Ww;
// double* X_H;
BYTE m_a;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_F11999115DLG_H__D42D0050_30E5_4013_9146_1DA746772CC1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -