代码搜索:信号失真
找到约 10,000 项符合「信号失真」的源代码
代码结果 10,000
www.eeworm.com/read/255489/12078941
asm touch15x20d(int).asm
;=============================================================
;OCMJ15X20D触摸屏中断程序
;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0
;=============================================================
RS EQU P3.0
www.eeworm.com/read/255031/12105308
vhd test.vhd
LIBRARY IEEE; -- 2002/2/1 GWDVPB
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY etester IS
PORT (BCLK : IN STD_LOGIC; --标准频率时钟信号
TCLK : IN STD_LOGIC; --PI
www.eeworm.com/read/252193/12294672
c 11-7.c
#include
#include
#include
#include
#include
#include
static sigset_t signal_mask; /* 阻塞信号 */
int main (int
www.eeworm.com/read/250919/12375782
dat bookinfo.dat
[General Information]
书名=小波分析与信号处理——理论、应用及软件实现
作者=BEXP
页数=392
下载位置=http://book.creader.com/diskjy1/jy1/57/24/!00001.pdg
www.eeworm.com/read/149368/12385027
m example6_6.m
%目标函数
function F = tracklsq(input)
a=input(1);
b=input(2);
opt = simset('solver','ode5','SrcWorkspace','Current');
[tout,xout,yout] = sim('trackoptim',[0 5],opt);
%计算误差信号
F = yout-1;
%调
www.eeworm.com/read/131361/14148586
asm diir.asm
.title "diir1.asm"
.mmregs
.global start
.def start,_c_int00
N .set 6
.copy "IIRIN.inc" ;输入信号x(n)数据
table ;IIR滤波器系数
.word 63
.word 0
www.eeworm.com/read/233168/14165896
m fmmode.m
clc
Fs = 16000; % Sampling rate of signal
Fc = 4000; % Carrier frequency
Ft = 100;
t = [0:2000]'/Fs; % Sampling times
s = sin(2*pi*Ft*t);%调制信号
a = modulate(s,Fc,Fs,'fm');%调制1
dev = 500; % Frequency
www.eeworm.com/read/130705/14176854
asm diir.asm
.title "diir1.asm"
.mmregs
.global start
.def start,_c_int00
N .set 6
.copy "IIRIN.inc" ;输入信号x(n)数据
table ;IIR滤波器系数
.word 63
.word 0
www.eeworm.com/read/225927/14510865
asm touch8x15d(int).asm
;=============================================================
;OCMJ8X15D触摸屏中断程序
;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0
;=============================================================
RS EQU P3.0
www.eeworm.com/read/225927/14510874
asm touch15x20d(int).asm
;=============================================================
;OCMJ15X20D触摸屏中断程序
;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0
;=============================================================
RS EQU P3.0