代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
fir digital filter(with chebyshev algorithm).m
clear all;
rp=0.25;% Passband ripple
rs=50; %Stopband ripple
Fs=200; % Sampling frequency
wp1=0.2;%normalized passband frequency
ws1=0.3;%normalized stopband frequency
wp=Fs/2*wp1;%passband fre
algorithm_10_3_opt.cpp
// Algorithm_10_3_OPT.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include
#include
#include
using namespace std;
int S
algorithm_10_3_opt.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Algorithm_10_3_OPT", "Algorithm_10_3_OPT\Algorithm_10_3_OPT.vc