代码搜索:Fir 开发教程
找到约 10,000 项符合「Fir 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/356385/10228970
htx fir.htx
www.eeworm.com/read/281237/10255010
m fir.m
%由模拟滤波器指标求理想低通数字滤波器的参数
clear
wp=0.2*pi; %wp为通带截止频率
ws=0.4*pi; %ws为阻带下限频率
A=-40; %A为最大边瓣峰值
%首先得角频率
%归一化过渡带
b=ws-wp;
k=1;
%根据最小阻带衰减来确定窗函数类型
if A
www.eeworm.com/read/355389/10271562
v fir.v
module fir(clk,x,y);
input[7:0] x;
input clk;
output[15:0] y;
reg[15:0] y;
reg[7:0] tap0,tap1,tap2,tap3,tap4,tap5,tap6,tap7,tap8,tap9,tap10;
reg[7:0] t0,t1,t2,t3,t4,t5;
reg[15:0] sum;
always
www.eeworm.com/read/162649/10288108
wks fir.wks
www.eeworm.com/read/354981/10308372
sof fir.sof
www.eeworm.com/read/354981/10308386
qws fir.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
www.eeworm.com/read/354981/10308401
qsf fir.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/354981/10308440
bdf fir.bdf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/354981/10308491
vwf fir.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to