?? zplat.h
字號:
// Zplat.h: interface for the CZplat class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ZPLAT_H__2D713EDA_6D67_43E8_A771_9C3B1C492CFC__INCLUDED_)
#define AFX_ZPLAT_H__2D713EDA_6D67_43E8_A771_9C3B1C492CFC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "signal.h"
#include "complex.h"
class CZplat
{
public:
Dsignal top;
Dsignal zero;
public:
CZplat();
void Empty();
void InsertZero(complex comp);
void InsertTop(complex comp);
complex GetResponse(complex comp);
double GetResponseAbs(complex comp);
double GetResponseAngle(complex comp);
Dsignal GetAllResponseAbs(int N);
Dsignal GetAllResponseAngle(int N);
Dsignal GetAllResponseAbs(void);
Dsignal GetAllResponseAngle(void);
virtual ~CZplat();
};
#endif // !defined(AFX_ZPLAT_H__2D713EDA_6D67_43E8_A771_9C3B1C492CFC__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -