代码搜索结果
找到约 10,000 项符合
4 的代码
4-4.m
%例程4-4 基于巴特沃斯模拟滤波器设计数字带通滤波器
Wp=[0.3*pi,0.4*pi];
Ws=[0.2*pi,0.5*pi];
Ap=3;
As=18;
[N,wn]=buttord(Wp/pi,Ws/pi,Ap,As); %计算巴特沃斯滤波器阶次和截止频率
[b,a]=butter(N,wn,'bandpass'); %频率变换法设计巴特沃斯带通滤波器
4_4.dsp
# Microsoft Developer Studio Project File - Name="4_4" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
4_4.cpp
#include
struct S //结构体类型
{
int a;
int b;
};
template //类模板
class data
{
public:
data(T x);
T get(void);
private:
T d;
};
template
data
4_4.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
4_4.plg
Build Log
--------------------Configuration: 4_4 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
4-4.htm
生日密码 - 爱的中国
4-4.m
sym(2)
syms a b c