代码搜索:半桥电源

找到约 4,724 项符合「半桥电源」的源代码

代码结果 4,724
www.eeworm.com/read/356349/10230726

lnp 电源老化测试定时器.lnp

"电源老化测试定时器.obj" TO "电源老化测试定时器"
www.eeworm.com/read/453327/7083960

dat bookinfo.dat

[General Information] 书名=新型开关电源及其应用 作者= 页数=178 SS号=0
www.eeworm.com/read/362570/9990660

cpp poj1279_半平面交.cpp

#include #include const int maxn = 1600; const double inf = 1e8; const double eps = 1e-8; inline int dcmp(const double&x) { return (xeps); } struct Point {
www.eeworm.com/read/362570/9990664

cpp poj3384_半平面交.cpp

#include #include #include #include using namespace std; const int maxn = 110; const double inf = 1e8; const double eps = 1e-8; inline int dcmp(const
www.eeworm.com/read/362570/9990720

cpp poj1271_半平面交.cpp

#include #include using namespace std; #define EPS 1e-8 #define INF 1e8 using namespace std; inline double sqr( double x ) { return x * x ; }; inline int dcmp( doub
www.eeworm.com/read/362570/9990861

cpp poj2451_半平面交.cpp

#include #include #include using namespace std; #define EPS 1e-10 #define INF 1e8 #define MAXN 25000 inline double sqr( double x ) { return x * x ; }; inl
www.eeworm.com/read/315212/13548666

txt 半带滤波器系数.txt

0.0323 0.0000 -0.0426 -0.0000 0.0607 0.0000 -0.1024 0.0000 0.3091 0.4858 0.3091 0.0000 -0.1024 0.0000 0.0607 0.0000 -0.0426 -0.0000 0
www.eeworm.com/read/315212/13548667

m 半带滤波器仿真.m

clc % 半带滤波器 fp=1600; % 半带滤波器通带截止频率 fs=2400; % 半带滤波器阻带截止频率 Fs=8000; % 采样率 [N,fo,mo,w] = remezord( [fp fs], [1 0], [0.01 0.01], Fs ); % 计算半带滤波器阶数 h=fir1(N-1,0.5,Kaiser(N)); % 计算半带滤波器