搜索资源列表
SDK_NB501
- Neotion Box 501 sources (ST20, STi5518, DVB)
1101-gener150
- This the code for wobbler or high frequency signal generator.-This is the code for wobbler or high frequency signal generator.
Sequence-Detector-State-Machine
- 状态机序列检测器设计,包含程序在内,该程序是检测1101-Sequence detection state machine design, including the program included, the program is to test 1101
alu_sequence_detector_1101
- It is verilog based implementation of ALU and sequence detector for detecting sequence 1101
1100_D02
- 基于51单片机的1101双向遥控通信程序-51 single-chip-based two-way remote communication program 1100
1101
- CC1101 868 RF,CC1105沟通程序代码-CC1101 868 RF,
Lab17_seq_detect
- 一个序列检测器,在时钟的每个下降沿检查数据。当检测到输入序列 din 中出现 1101 或 0110时,输出 flag 为 1,否则输出为 0。 (1)当cs = 1,wr 信号由低变高(上升沿)时,din 上的数据将写入由 addr 所指定的存储单元 (2)当cs = 1,rd = 0时,由 addr 所指定的存储单元的内容将从 dout 的数据线上输出。 -A sequence detector, check the data in each clock falling edge. Wh
detector
- 序列检测器,实验题第一题,懂的人都懂得,可以实现对1101的检测,使用状态机-Sequence detector
Shifter
- Modified 4-bit SISO shift register. Reset value 1101.
P5G41T-M-LX-ASUS-1101
- 华硕P5G41主板 BIOS,找了很久才找到的,-P5G41 BIOS
avrsample
- AVR对CC1101的操作程序,本程序采用了buf机制,但是实现了9600波特率的透明传输,非常适合做透传1101.并且具有FEC,白化等功能-AVR for CC1101 operating procedures, the program uses a buf mechanism, but to achieve a 9600 baud transparent transmission, very suitable for pass-through 1101. And has FEC, whit
alu_sequence_detector_1101
- It is verilog based implementation of ALU and sequence detector for detecting sequence 1101
fasong
- 基于51单片机控制的1101射频无线收发程序-Based on 51 SCM 1101 RF wireless transceiver
alu_sequence_detector_1101
- It is verilog based implementation of ALU and sequence detector for detecting sequence 1101
Terminal
- 1101无线模块测试代码,自己用过的,还行,希望大家参考参考,给点意见或者建议!-1101 wireless module test code, himself used, okay, I hope your information, comments or suggestions to the point!
cc1120-1200-1101
- 本源码程序为射频通信驱动代码,采用IAR system软件开发,以MSP430单片机为主控芯片,程序集成了CC1120,CC1200,CC1101等多种射频芯片,在使用时可通过用户自己屏蔽不需要的芯片,程序中均已文件分好,各种芯片的代码互不干扰。我已经通过测试,改程序可以直接运行,但用户在使用时需进行IAR软件的路径配置-The source program for RF communication driver code, using the IAR system software devel
CC110LTEST-CODE-20131015
- 这里面包含了基于51单片机的cc1101控制代码,对于刚接触1101的新手还是有用的。-It contains 51 single chip microcomputer based on cc1101 control code, for just contact 1101 novice or useful.
Sequence-Detector
- 利用状态机设计一个序列检测器,用以检测“1101”。用btn[1]和btn[0]作为输入分别代表1和0,输入的当前数字显示在数码管最后一位,每当新输入一个数字,之前输入的数字左移一位,依次显示出最近输入的四位数字,无输入时数码管不显示任何数字。clk时钟需要分频后才可作为检测时钟(建议分频至190Hz),每当检测到序列中有“1101”出现时,led[0]点亮,即数码显示管上显示“1101”时led[0]点亮;当按下btn[2]时恢复初始状态。-The use of a state machine
无线模块1101
- 线模块cc1101资料,很全的例子程序,还有教程,附带有原理图(Line module cc1101 data, a full example of the program, as well as tutorials, accompanied by schematics)
xujiance
- 设计一个序检测电路,功能是检测出串行输入数据Data中的4位二进制序列1101(自左至右输入),当检测到该序列时,输出Out为1;没有检测到该序列时,输出输出Out为0,要求: (1)用状态机方法设计; (2)用Verilog HDL语言设计,用Modelsim软件做功能仿真。(A sequence detection circuit is designed to detect the 4 bit binary sequence 1101 in the serial input data D