代码搜索:信号路径优化

找到约 10,000 项符合「信号路径优化」的源代码

代码结果 10,000
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 %% 程序名称: 基带(含噪声)信号转为二进制信号 %% 程序功能: 基带二进制信号的产生 %% 创 建 者:
www.eeworm.com/read/214617/4908058

m basesignal31.m

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

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/318233/3571041

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/403179/2314890

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/378175/2689890

m example6_10.m

%给定一个正弦信号并图示之 t=0:1000; s=sin(0.03*t); subplot(3,1,1); plot(s); axis([0 1000 -1 1]); title('原始信号'); %============================= %给该信号加噪声 load noissin; ns=noissin; subplot(3,1,2); plot(n
www.eeworm.com/read/367675/2832834

m example6_10.m

%给定一个正弦信号并图示之 t=0:1000; s=sin(0.03*t); subplot(3,1,1); plot(s); axis([0 1000 -1 1]); title('原始信号'); %============================= %给该信号加噪声 load noissin; ns=noissin; subplot(3,1,2); plot(n
www.eeworm.com/read/368568/9689213

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/300378/13916793

m program_13_21.m

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