代码搜索:信号耦合

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

代码结果 10,000
www.eeworm.com/read/402196/11541196

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/262083/11607651

m plotpp.m

function plotpp(sig,fs) %画出已知信号的频谱并且给出详细的标注 num=length(sig); a=abs(fft(sig)); b=(0:num-1)*fs/num; plot(b,a);grid off; xlabel('频率'); ylabel('幅度');
www.eeworm.com/read/261559/11637821

m tnonunif.m

error(nargchk(3,7,nargin)); % 该函数定义一段随机时间信号 if nargin5 if ~strcmp(o
www.eeworm.com/read/157465/11701496

vhd receiver.vhd

LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; ENTITY receiver IS PORT (clk : IN std_logic; sdata : IN std_logic; ----串行输入信号 readn : OUT std_logic;
www.eeworm.com/read/155843/11844155

m exa010501.m

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

m emdchinese.m

% 计算2FSK信号的HHT谱和边际谱 % 作者:xray 2007.11 clear rand('seed', 0); T = 0.05; % 仿真时间 R = 500; % 码速率 fd = 1000; % 载波频差 fc = 2000; % 载波频
www.eeworm.com/read/257806/11911497

m exa010501.m

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

m sam_inverse.m

h0=figure('position',[10 10 800 500],... 'name','采样信号的重建'); Fs_text=uicontrol('style','text',... 'position',[650 450 100 20],... 'string','采样频率(Hz)'); Fs_1=uicontrol('style','rad
www.eeworm.com/read/341974/12052103

html 00893.html

信号
www.eeworm.com/read/152362/12120073

h text.h

/*#include #include"text.h" */ struct name { double cord_x; double cord_y; gchar na[10]; } name_array[52]={ /*....................信号灯名称..........................*/ {46.0,366.0,"D1"}