代码搜索:信号失真

找到约 10,000 项符合「信号失真」的源代码

代码结果 10,000
www.eeworm.com/read/382183/9043820

vhd timeset.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity timeset is port ( reset: in std_logic; --系统复位信号 begend: i
www.eeworm.com/read/381319/9097920

m exa010501.m

%--------------------------------------------------------------------------------------- % exa010501a.m, for example 1.5.1 and fig 1.5.1 % 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性; % 注:在
www.eeworm.com/read/380070/9166698

m exa010501.m

%--------------------------------------------------------------------------------------- % exa010501a.m, for example 1.5.1 and fig 1.5.1 % 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性; % 注:在
www.eeworm.com/read/181930/9224906

c queen.c

#include #include #define QUEENS 8 #define MAX_SOLUTIONS 92 typedef int bool; const int true = 1; const int false = 0; /*枚举信号*/ enum msg_content { READY, ACCOMPLISHED,
www.eeworm.com/read/374989/9376496

c my_sigaction.c

#include #include #include int temp = 0; /*信号处理函数*/ void handler_sigint(int signo) { printf("recv SIGINT\n"); sleep(5); temp += 1; printf("the value o
www.eeworm.com/read/169233/9873868

tdf m1024.tdf

% 1024分频器 除1024 9600hz->9hz % SUBDESIGN m1024 % *********子模块头,和文件同名******** % ( % **************** 信号定义 *********** % in : INPUT = VCC; 9hz : OUTPUT; ) VARIABLE fp[9..0]
www.eeworm.com/read/169233/9873884

tdf m16.tdf

% 16分频器 除16 153600hz->9600hz % SUBDESIGN m16 % *********子模块头,和文件同名******** % ( % **************** 信号定义 *********** % in : INPUT = VCC; 9600hz : OUTPUT; ) VARIABLE fp[3..0]
www.eeworm.com/read/358624/10183396

dat bookinfo.dat

[General Information] 书名=应用MATLAB语言处理数字信号与数字图像 作者=BEXP 页数=366 下载位置=http://book2.ssreader.com.cn/diskdg/dg66/12/!00001.pdg
www.eeworm.com/read/162858/10262899

m gen_dsb.m

function [x]=gen_dsb(fc,fs,fx,Ns,m,SNR) %产生dsb信号 %fc:carrier frequency %fs:sampple frequency %fx:bandwidth of message signal %Ns:number of total samplles per segment %m:modulation depth %SNR:sn
www.eeworm.com/read/162858/10262905

m gen_comb.m

function [x]=gen_dsb(fc,fs,fx,Ns,A,Q,D,SNR) %产生am-fm 信号 %fc:carrier frequency %fs:sampple frequency %fx:bandwidth of message signal %Ns:number of total samplles per segment %A:carrier amplitude