代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/140352/13086463
v signal.v
//顶层模块(信号发生器)。
//产生编码解码时使用的clk_1以及频率为它31倍的clk_31信号。
//产生M序列的发送信号indata(随机),并且将接收到的解码信号(decode)进行比较。
//发送的头10个信号为1,第11个为0,在解码的开始时期进行同步判断时用到。
`timescale 1ns/1ns
module signal;
reg indata; //
www.eeworm.com/read/241729/13123481
lib signal.lib
www.eeworm.com/read/241729/13123603
h signal.h
#ifndef _SIGNAL_H_
#define _SIGNAL_H_
#include "_ansi.h"
#include
typedef int sig_atomic_t; /* Atomic entity type (ANSI) */
#if defined(__STDC__) || defined(__cplusplus)
#d
www.eeworm.com/read/241728/13123724
lib signal.lib
www.eeworm.com/read/241728/13123809
h signal.h
#ifndef _SIGNAL_H_
#define _SIGNAL_H_
#include "_ansi.h"
#include
typedef int sig_atomic_t; /* Atomic entity type (ANSI) */
#if defined(__STDC__) || defined(__cplusplus)
#d
www.eeworm.com/read/139294/13164211
h signal.h
#ifndef _SIGNAL_H
#define _SIGNAL_H
#include
typedef int sig_atomic_t;
typedef unsigned int sigset_t; /* 32 bits */
#define _NSIG 32
#define NSIG _NSIG
#define SIGHUP
www.eeworm.com/read/240985/13182462
h signal.h
/* signal.h
Definitions for ANSI defined signaling capability
Copyright (c) 1988, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __SIGNAL_H
#define __SIGNAL_H
www.eeworm.com/read/240628/13210299
h signal.h
/* sys/signal.h */
#ifndef _SYS_SIGNAL_H
#define _SYS_SIGNAL_H
#ifdef __cplusplus
extern "C" {
#endif
#include "_ansi.h"
//#include
/* #ifndef __STRICT_ANSI__*/
#if
www.eeworm.com/read/325151/13222950
h signal.h
#ifndef _SIGNAL_H
#define _SIGNAL_H
#include
typedef int sig_atomic_t;
typedef unsigned int sigset_t; /* 32 bits */
#define _NSIG 32
#define NSIG _NSIG
#define SIGHUP