代码搜索:陷波器
找到约 10,000 项符合「陷波器」的源代码
代码结果 10,000
www.eeworm.com/read/251039/12368525
h lf2407a.h
;/**********************************************/
;/* File Name: LF2407A.H */
;/**********************************************/
;/**********************************************/
;/* CPU c
www.eeworm.com/read/250454/12405763
zsf wed.zsf
fir.vwf 0 0 0 0 0
C:/Documents and Settings/zhong/桌面/17阶FIR滤波器VHDL代码及说明文档/fir滤波器复件/firOK/fir.vwf 0 0 0 0 0
www.eeworm.com/read/250393/12409391
vbw project1.vbw
公式编译器系统 = 22, 22, 389, 360, , 44, 44, 411, 382, C
www.eeworm.com/read/148911/12414903
h f2407regs.h
;/*****************************************************************/
; Originator: Texas Instruments
; User: WHR
; Description: F240 Header file containing all peripheral registers declaration
www.eeworm.com/read/132078/14111033
m latcfilt.m
function [y] = latcfilt(K,x)
% 滤波器的格型实现
% ---------------------------------------
% y = latcfilt(K,x)
% y = 输出序列
% K = 格型滤波器(反射)系数数组
% x = 输入序列
%
Nx = length(x)-1;
x = K(1)*x;
M = len
www.eeworm.com/read/234198/14119630
__i 用丁丁斑竹的仿真器调试简单串口接收,发送程序.__i
"用丁丁斑竹的仿真器调试简单串口接收,发送程序.C" BROWSE DEBUG OBJECTEXTEND
www.eeworm.com/read/131795/14124685
dat errorass20.dat
错误信息: Wrong type of register
中文注释: 指定的寄存器类型并不是指令中或伪操作中所要求的.例如ASSUME AX
www.eeworm.com/read/131795/14124799
dat asslandat30.dat
字节扩展指令 CBW(Convert BYte to Word)
格式: CBW
----
功能: 将字节扩展为字,即把AL寄存器的符号位扩展到AH中.
----
www.eeworm.com/read/131795/14125173
dat asslandat31.dat
字扩展指令 CWD(Convert Word to Double Word)
格式: CWD
----
功能: 将字扩展为双字长,即把AX寄存器的符号位扩展到DX中.
----