代码搜索:通信信号

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

代码结果 10,000
www.eeworm.com/read/400817/11568164

c lcd.c

#include "..\inc\uTypes.h" #include "..\inc\44b0x.h" #include "..\inc\console.h" #include "..\inc\sysUtils.h" //RS 信号接在 (GPC7) //RW 信号接在 (GPC6) //E 信号接在 (GPC5) #define SET_LCM_RS() \
www.eeworm.com/read/253636/12208912

bak lcd.c.bak

#include "..\inc\uTypes.h" #include "..\inc\44b0x.h" #include "..\inc\console.h" #include "..\inc\sysUtils.h" #define LCM_12864 //RS 信号接在 VFRAME(GPC7) //RW 信号接在 VCLK(GPC6) //E 信号接在 VLINE(G
www.eeworm.com/read/253636/12208927

c lcd.c

#include "..\inc\uTypes.h" #include "..\inc\44b0x.h" #include "..\inc\console.h" #include "..\inc\sysUtils.h" #define LCM_DELAY 1000 //RS 信号接在 (GPC7) //RW 信号接在 (GPC6) //E 信号接在 (GPC5) #
www.eeworm.com/read/150429/12293763

m mmse.m

% %主函数 %XS是周期性信号 %XN是干扰信号 % clear t=0:0.5:1000; xs=(5*sin(0.05*t))'; figure(1); subplot(211); plot(t,xs);grid; ylabel('幅度'); title('\it{输入周期性信号}'); xn=(sqrt(0.5)*randn(1,length(t)))'; su
www.eeworm.com/read/148864/12419292

asm nand_flash.asm

.INCLUDE spce.inc .DEFINE NAND_Flash_CE 0x8000 //Flash使能信号(IOB15) .DEFINE NAND_Flash_RE 0x4000 //读信号 (IOB14) .DEFINE NAND_Flash_buy 0x2000 //芯片忙信号
www.eeworm.com/read/219315/14888565

bak lcd.c.bak

#include "..\inc\uTypes.h" #include "..\inc\44b0x.h" #include "..\inc\console.h" #include "..\inc\sysUtils.h" #define LCM_12864 //RS 信号接在 VFRAME(GPC7) //RW 信号接在 VCLK(GPC6) //E 信号接在 VLINE(G
www.eeworm.com/read/461648/1551967

m program_13_21.m

% 当前延拓模式是补零 % 装载原始信号 load sumlichr; x = sumlichr; subplot(211), plot(x); title('原始信号') % 使用wpdencmp函数进行信号分解 % 寻找默认值(参见ddencmp函数) [thr,sorh,keepapp,crit] = ddencmp('cmp','wp',x) % 使用全局阈值进行压缩 [
www.eeworm.com/read/214617/4908046

asv basesignal31.asv

function [ output_args ] = basesignal31( input_args ) %BASESIGNAL31 Summary of this function goes here % Detailed explanation goes here %% 程序名称: 基带(含噪声)信号转为二进制信号 %% 程序功能: 基带二进制信号的产生 %% 创 建 者:
www.eeworm.com/read/214617/4908050

m basesignal31.m

function [ output_args ] = basesignal31( input_args ) %BASESIGNAL31 Summary of this function goes here % Detailed explanation goes here %% 程序名称: 基带(含噪声)信号转为二进制信号 %% 程序功能: 基带二进制信号的产生 %% 创 建 者:
www.eeworm.com/read/214617/4908054

asv basesignal31.asv

function [ output_args ] = basesignal31( input_args ) %BASESIGNAL31 Summary of this function goes here % Detailed explanation goes here %% 程序名称: 基带(含噪声)信号转为二进制信号 %% 程序功能: 基带二进制信号的产生 %% 创 建 者: