代码搜索:信号耦合
找到约 10,000 项符合「信号耦合」的源代码
代码结果 10,000
www.eeworm.com/read/389451/8519332
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在
www.eeworm.com/read/188087/8573171
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/383744/8921913
m tt.m
目录
tt1 SIN曲线
tt2 矩阵的基本概念
tt3 数组的基本概念
tt4 不连续信号的表示
tt10 for循环举例
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]