Location:
Search - seven segments
Search list
Description: DESCRIPTION : BIN to seven segments converter
-- segment encoding
-- a
-- +---+
-- f | | b
-- +---+ <- g
-- e | | c
-- +---+
-- d
-- Enable (EN) active : high
-- Outputs (data_out) active : low
Platform: |
Size: 932 |
Author: 张伯伦 |
Hits:
Description: 车牌识别matlab源程序
基于颜色的车牌定位和分割技术研究与实现
function [seg] = character_segmentation(bw)
% character_segmentation: Returns the digit segments in the supplied binary image.
% The function uses the "segment" function, keeping only the seven
% segments in the result with largest area, and in case less than seven
% segments were found, it attempts to recall the function, making the
% separation between the already found segments clearer (by cleaning the
% bits which are there.-License plate recognition matlab source code based on the color of the plate positioning and segmentation research and realize function [seg] = character_segmentation (bw) character_segmentation: Returns the digit segments in the supplied binary image. The function uses the segment function, keeping only the seven segments in the result with largest area, and in case less than seven segments were found, it attempts to recall the function, making the separation between the already found segments clearer (by cleaning the bits which are there .
Platform: |
Size: 2048 |
Author: wang |
Hits:
Description: DESCRIPTION : BIN to seven segments converter
-- segment encoding
-- a
-- +---+
-- f | | b
-- +---+ <- g
-- e | | c
-- +---+
-- d
-- Enable (EN) active : high
-- Outputs (data_out) active : low-DESCRIPTION : BIN to seven segments converter
-- segment encoding
-- a
--+---+
-- f | | b
--+---+ <- g
-- e | | c
--+---+
-- d
-- Enable (EN) active : high
-- Outputs (data_out) active : low
Platform: |
Size: 1024 |
Author: 张伯伦 |
Hits:
Description: Display seven segments driver
Platform: |
Size: 1024 |
Author: Natacho |
Hits:
Description: This VHDL convert a hex number to seven segments codes.
Platform: |
Size: 1024 |
Author: Arley |
Hits:
Description: Rotary Encoder
Reading the Rotary Encoder and indicating the selection through a LED placed on the front panel.
Events counter for the Rotary Encoder and displaying the events on the front panel
Project: events counter for the rotary encoder and displaying the events on the SSD Pmod (Seven-Segments Display Programable module).
Platform: |
Size: 229376 |
Author: unu |
Hits:
Description: This seven segment source code.
Where 2 port pins are dedicated for seven segment.
The shift register is used in order to send the data to the seven segment. In two port pins one pin is acting as a clock and the other as data line. There are two seven segments where the QH (of first seven segment s shift register) is the input to the secong seven segment-This is seven segment source code.
Where 2 port pins are dedicated for seven segment.
The shift register is used in order to send the data to the seven segment. In two port pins one pin is acting as a clock and the other as data line. There are two seven segments where the QH (of first seven segment s shift register) is the input to the secong seven segment
Platform: |
Size: 1024 |
Author: Sangeetha |
Hits:
Description: BIN to seven segments converter
segment encoding
Platform: |
Size: 104448 |
Author: 山科大 |
Hits:
Description: design and implement a digital system on the Altera NIOS board which will read an analogue input using MicroChip’s SPI MCP3202 12-Bit A/D converter. The 8 most significant bits of the converted data will be displayed on two seven segments of the NIOS development board. The sampling frequency is 20kHZ. Use a potentiometer.-design and implement a digital system on the Altera NIOS board which will read an analogue input using MicroChip' s SPI MCP3202 12-Bit A/D converter. The 8 most significant bits of the converted data will be displayed on two seven segments of the NIOS development board . The sampling frequency is 20kHZ. Use a potentiometer.
Platform: |
Size: 1024 |
Author: weichenghao |
Hits:
Description: this code is showing countdown with using 4 seven segments
Platform: |
Size: 2048 |
Author: saurabh |
Hits:
Description: 7-Segment Decoder (Behavioural)
The figure below shows a special 7-segment decoder module that has the two-bit input c1c0. This decoder produces seven outputs that are used to display a character on a 7-segment display. The table on the right lists the characters that should be displayed for each value of c1c0. To keep the design simple, only three characters are included in the table (plus the ‘blank’ character that is selected for codes 11). The seven segments in the display are identified by the indices 0 to 6 shown in the figure. Each segment is illuminated by driving it to the logic value 0. - 7-Segment Decoder (Behavioural)
The figure below shows a special 7-segment decoder module that has the two-bit input c1c0. This decoder produces seven outputs that are used to display a character on a 7-segment display. The table on the right lists the characters that should be displayed for each value of c1c0. To keep the design simple, only three characters are included in the table (plus the ‘blank’ character that is selected for codes 11). The seven segments in the display are identified by the indices 0 to 6 shown in the figure. Each segment is illuminated by driving it to the logic value 0.
Platform: |
Size: 380928 |
Author: sunyan |
Hits:
Description: seven segment dispaly ... this project is a smart method to interface seven segments with a minimum required pins of microcontroller ... this code written in mikroc and we use PIC microcontroller and shift registers used to take the data serially form microcontroller and show them paralllel ... i hope it is useful
Platform: |
Size: 57344 |
Author: ahmad |
Hits:
Description: bascom avr 源码
7段数码管时钟项目-AVR 7segment Clock Project:
This is a digital clock based on multiplex four digit seven segments. this clock use 4MHz External crystal and Timer for 1 second base. this clock project based on ATmega8L and run with 3v.
Platform: |
Size: 88064 |
Author: lupo |
Hits:
Description: 数码管的verilog的详细描述和解释,很有利于学习。-seven segments
Platform: |
Size: 1024 |
Author: canyon |
Hits:
Description: An example of how to control a 7-segment display with a simple keyboard in PIC 16F628 microcontroller.
Platform: |
Size: 51200 |
Author: Willian K |
Hits:
Description: This file contains a simple program on program counters numbers 0 to 9, with seven segments. We use a 16F84 PIC microcontroller, the PIC BASIC Pro for programming languages .
Platform: |
Size: 36864 |
Author: gani |
Hits:
Description: A seven-segment display (SSD), or seven-segment indicator, is a form of electronic display device for displaying decimal numerals that is an alternative to the more complex dot-matrix displays. Seven-segment displays are widely used in digital clocks, electronic meters, and other electronic devices for displaying numerical information. A seven segment display, as its name indicates, is composed of seven elements. Individually on or off, they can be combined to produce simplified representations of the arabic numerals.The seven segments are arranged as a rectangle of two vertical segments on each side with one horizontal segment on the top, middle, and bottom. Additionally, the seventh segment bisects the rectangle horizontally. There are also fourteen-segment displays and sixteen-segment displays.
Platform: |
Size: 78848 |
Author: questionmark |
Hits:
Description: Two bits Adder, this code allows add two bits variables using switches of FPGA, the result is shown in seven segments display.
Include seven segments decoder module.
The program was verified using BASYS 2 FPGA.
Platform: |
Size: 51200 |
Author: dokuro |
Hits:
Description: 这个代码可以在Artix-7实现在数码管上显示一些字符的功能,通过修改源码内容可以显示其他字符-The code can display strings on the seven-segment screen.
Platform: |
Size: 2710528 |
Author: wph |
Hits:
Description: library to operate seven segments display
Platform: |
Size: 13312 |
Author: astho
|
Hits: