代码搜索:信号耦合

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

代码结果 10,000
www.eeworm.com/read/379349/9199906

m qpsk_sim1.m

%QPSK_Sim1.m:this is a ideal system without channel impairments %20080908 clear all close all clc clf %TRANSMITTER %生成基带信号序列。 N=500; dsource=[ ]; for k=1:2*N; temp=rand; if(temp
www.eeworm.com/read/376966/9299184

htm 002.htm

coolbor工作室——PCB设计(经验文章)——混合信号PCB的分区设计(一)
www.eeworm.com/read/179615/9348017

scc mssccprj.scc

[SCC] SCC=This is a source code control file [工程1.vbp] SCC_Project_Name=this project is not under source code control SCC_Aux_Path= [随机信号分析上机实验.
www.eeworm.com/read/375257/9367315

m f3_13.m

%产生信号 sig=fmlin(128,0.05,0.3,50); %显示 plot(real(sig),'LineWidth',2); hold on; plot(imag(sig),'ro--','LineWidth',1); legend('实部','虚部'); xlabel('时间 t'); ylabel('幅值 A');
www.eeworm.com/read/374989/9376489

c test_setitimer.c

#include #include #include #include /*信号处理程序*/ void handler_sigtime(int signo) { switch (signo) { case SIGALRM: printf("recv SIGALRM\n");
www.eeworm.com/read/176218/9512135

vhd pinliji.vhd

--qqji110@126.com --liwei library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity pinliji is port ( start:in std_logic; --复位信号,高电平有效
www.eeworm.com/read/370964/9574389

c ad9850-si.c

//-----------------函数声明、通用变量定义-------------------------------------------------------- #include #include sbit FQ_UD=P1^0; //AD9850信号更新申请 unsigned char CON_word[5];
www.eeworm.com/read/169233/9873618

tdf s_clk.tdf

-- 生成串行时钟 20Mhz/130 ->153600(16*9600hz) SUBDESIGN S_clk -- *********子模块头,和文件同名*********** ( -- **************** 信号定义 *********** 20Mhz : INPUT = VCC; out : OUTPUT; ) VARIABLE
www.eeworm.com/read/169233/9873668

tdf fs_sft.tdf

% 发送用10位移位寄存器 % SUBDESIGN Fs_sft % *********子模块头,和文件同名******** % ( % **************** 信号定义 *********** % pi[7..0] : INPUT = VCC; load : INPUT = VCC; clk : INPUT = VCC; so,po[
www.eeworm.com/read/364678/9898581

c ad9850-si.c

//-----------------函数声明、通用变量定义-------------------------------------------------------- #include #include sbit FQ_UD=P1^0; //AD9850信号更新申请 unsigned char CON_word[5];