Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

computer architecture

Hello,  anyone able to resolve these issues?

Work the to develop

Implementation of one System of Recognition Facial in

Digital Works

The aim is to implement a simplified digital facial recognition system, with basis in standards binaries of features facial, divided in 4 paragraphs, each one worth 1 value. The digital facial recognition system works on images and returns two outputs codes of two
bit each.

THE code binary the 2
bits corresponding to the
feature facial (TF) found, according to Table 1:

Bit of bigger weight TF1

Bit of minor weight TF0

Code of feature facial

Display of 7 segments

0

0

Mouth

0

1

Nose

1

0

Eyes

1

1

No recognized

No show nothing

Table 1 – Definition of the codes binaries of 2 bits for traits facial specific

(
Pág.

1

de

5
)

THE code binary the 2
bits of
type of feature face (TTF) and presented in the Table 2:

Bit of bigger weight TTF1

Bit of minor weight TTF0

Type of feature Facial

Feature facial

Display of 7 segments

0

0

big

Mouth – 00

1

0

1

small

Mouth – 00

2

1

0

open

Mouth – 00

3

1

1

closed

Mouth – 00

4

0

0

short

Nose – 01

1

0

1

long

Nose – 01

2

1

0

narrow

Nose – 01

3

1

1

wide

Nose – 01

4

0

0

browns

Eyes – 10

1

0

1

greens

Eyes – 10

2

1

0

blues

Eyes – 10

3

1

1

grays

Eyes – 10

4

Examples:

Table 2 – Detail of the codes binaries to different types of traits facial

· The machine returned the code 00 01 . Therefore, the two
bits with the highest weight are 00 , so the recognized facial feature was “Mouth”. The two
bits with the lowest weight are 01 , so the type of feature recognized was “Mouth small”.

· THE machine returned the code 11 00. Like this, you two
bits of bigger weight they are 11 , soon the machine no recognized any feature facial and obviously also no recognized the type of feature facial.

· THE machine returned the code 10 10 , therefore you two
bits of bigger weight they are 10 , logo the feature facial recognized he was “Eyes”. You two
bits of minor weight they are 10 , logo the type of feature facial recognized was “blues”.

Aline TO (1 value)

Implement a circuit that has, as inputs, 2 complete facial recognition codes and indicate if you codes of feature facial and of type of feature facial they are you same. Indicate also if you two codes received are both valid.

Circuit combinatorial:

·
Inputs:

· THE code binary of 4
bits corresponding the one set feature facial + type of feature facial recognized by machine (TF11 TF10+ TTF11 TTF10).

the THE code binary of 4
bits corresponding the other set feature facial + type of feature facial recognized for the machine (TF21 TF20 + TTF21 TTF20).

· Outputs:

· Exit to indicate if you codes they are equal.

· Exit to show if both you codes they are valid.

· Suggestion:

· Create one macro of one circuit comparator of 2 numbers of 2
bits each and create one macro of one circuit what receive two codes of type facial and indicate if they are both valid. With these macros solve the paragraph THE.

Test manual: Include node report, node minimum, 4 combinations distinct of traits facial and types of traits facial and you results of the respective comparisons.

Paragraph B (1 value)

Implement one circuit with 2
displays of 7 segments what show separately one code of recognition facial (facial feature and the type of feature facial) consonant to the Tables 1 and 2.

Circuit combinatorial:

·
Inputs:

o The circuit must receive a 4-
bit binary code as input, where the first 2
bits represent the feature facial and you last 2
bits represent the type of feature facial (TF11 TF10 + TTF11 TTF10).

· Outputs:

· THE circuit he must control 14 exits to trigger you two
displays of 7 segments.

Suggestion: Debt the circuit in two parts, one to decode and display the feature facial and other to decode and display the type of facial feature.

Example: With Prohibited 00 01 , the first
display must display “Mouth” ( ) and the second “small” (2).

Paragraph W (1 value)

Implement a synchronous sequential circuit that consecutively reads two trace codes complete facial codes of the machine and show, in one output, whether the two consecutive codes are equal and, in another, if both consecutive codes are both valid.

THE machine return, to in addition of the 4
bits (TF1 TF0 + TTF1 TTF0) of code of recognition facial, an output that activates when the code is available. When this output is deactivated, the code cannot be linked, because this is not available. When two consecutive codes are read, the respective comparisons and validations of the codes must be carried out and a signal what allow indicate what both operations were made.

THE circuit he must to have
displays to show you codes of recognition facial and one signal of
reset

to restart the process.

Circuit sequential:

·
Inputs:

the THE code binary of 4
bits returned for the machine corresponding the one set feature facial + type of facial feature recognized for the machine (TF1 TF0 TTF1 TTF0).

· THE signal from the machine what indicates he has code available to to be read (CD – code available).

· One signal of
RESET to start over the process.

· Outputs:

· Signs to you 4
displays of 7 segments what will show you two codes complete of recognition facial.

· One signal to indicate if you codes compared they are equal or no.

· One signal to indicate if both you codes they are valid.

· One signal OK to indicate what both to the operations of validation and comparison they are made.

·
Suggestion: Create macros with to the Paragraphs THE and b. Do also one macro of one registration of 4

bits what allow memorize one code and use these macros node your circuit.

Manual testing: Must include in the report at least 4 distinct combinations of pairs of traits facial to test the sequence of selection and display of the results.

Paragraph D (1 value)

Expand the circuit sequential synchronous from the paragraph previous to include exits what allow build statistical information. When 16 counts have been made, the circuit must stop until the RESET.

1. To do one count (4
bits ) of how many comparisons were made.

2. To do one count (4
bits ) of how many codes consecutive equal they were returned.

3. To do one count (4
bits ) of how many codes consecutive valid they were returned.

Circuit sequential:

·
Inputs:

the THE code binary of 4
bits returned for the machine corresponding the one set feature facial + type of feature facial (TF1 TF0 + TTF1 (TTF0) recognized by machine.

· THE signal from the machine which indicates exists code available to to be read (CD – code available).

· One signal of
RESET to start over the process.

· Outputs:

· Count of comparisons made (4
bits ).

· Count of codes consecutive equal returned (4
bits ).

· Count of how many codes consecutive valid they were returned (4
bits ).

Manual test : Must include at least 4 distinct combinations of pairs of facial features to test the sequence of selection and display of the results.

image1.png

image2.png

image3.png

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

co task 6

Topic-bitcoin Task 6 Objective: To apply systems thinking principles to analyze a blockchain network and understand its key components, interactions, and dynamics. Assignment Tasks: Select a Blockchain Network: Choose a specific blockchain network or cryptocurrency project to analyze. You can select well-known networks like Bitcoin, Ethereum, or any other blockchain

CO Task 5

In this homework, we explore Naïve Bayes, K-Nearest Neighbors, and Support Vector Machine models. 1) (50 points) Use “credit_Dataset.arff” dataset and apply the Naïve Bayes, K-Nearest Neighbors, and Support Vector Machine technique using the WEKA tool in 2 different settings, including: a. 10 fold-cross validation. b. 80% training. Write a

PhD thesis

I need a comprehensive PhD thesis developed on the topic of “Emotion-Aware Artificial Intelligence and Sustainable Consumer Behavior: A Neuro-AI Marketing Framework for Continuous Green Consumption.”

Co project

· Comprehensive Literature Review: Require a more comprehensive survey of existing approaches. · Comparative Study: Expect more detailed benchmarking of at least 8 to 10 machine learning models. · Additional Experiments: · Conduct feature selection or dimensionality reduction as an extra step. · Explore ensemble methods or advanced techniques beyond

AI

Did AI take place the Software Engineers, HR consultants and Data Entry Jobs?

Data visualization 4 part 2

Follow the attached instructions to complete this work. Unit 4 Assignment Directions: Time Series In this assignment, you will perform a time series analysis in Tableau. · Choose a dataset to analyze based on the requirements provided.   · Once you’ve selected your time series, build a forecast to predict future

Computer Science CG Assignment 8 presentation

Follow the attach instruction to complete this work. Note: Make sure it aligns with Rubric Unit 8 Assignment 2 Directions: Final Presentation Purpose With this presentation, you will gain valuable experience demonstrating your expertise in cybersecurity governance by presenting as a CISO to a hypothetical professional audience.  Directions Begin by incorporating

Computer Science CG assignment 8

Follow the attached assignment to complete the work. Note: Follow Rubric Unit 8 Assignment 1 Directions: Presentation Rehearsal Purpose The rehearsal is your first run-through of your talk. Use the opportunity to de-bug any technical issues with lighting, positioning, and recording. You will not be graded on technical or artistic

Computer Science CG assignment 7 Outline

 Follow the attached document to complete this work Unit 7 Assignment 1 Directions: Professional Presentation Outline Purpose This assignment allows you time to review your research from previous units and organize your thoughts in an outline format. Plan on changing your paper and presentation based on feedback on this outline.  Directions

Computer Science CG assignment 6 ,

Follow the attached direction to complete this work. Note: Make sure it Aligns with Rubric Unit 6 Assignment 2 Directions: Timothy Brown vs. the SEC Purpose The Securities and Exchanges Commission (SEC) is a key US federal agency that regulates financial reporting. In this paper, you will explore how the

Microsoft 365Tenant to Tenant Migration Solution

A smooth tenant-to-tenant migration requires more than just moving mailboxes—it demands precision, security, and planning. With the MailsDaddy Cross-Tenant Migration Service, IT teams can execute a flawless cross-tenant mailbox migration that covers emails, attachments, calendars, contacts, and OneDrive data. It’s built for businesses of every size, ensuring the entire Office

CO Data 3

DECISION TREES for Risk Assessment One of the great advantages of decision trees is their  interpretability. The rules learnt for classification are easy for a person to follow, unlike the opaque “black box” of many other methods, such as neural networks. We demonstrate the utility of this using a  German

Computer Science Homework 1

MMIS 671 Homework 1. Constrained Optimization Problems A company produces 3 types of cables: A, B, and C. In-house production costs per foot of cables A, B, and C are $6, $8, and $10, respectively. The production process requires 5 resources: Drawing, Annealing, Stranding, Extrusion, and Assembly. For each resource,

MIMT

  Task 2.4 — Executing the Payload After decrypting and executing the transferred file, it generates a unique hash tied to your GTID. What’s the hash?

data Discussion 3

Follow the attached instructions to complete this. use the   CRM Sale Dashboard. Unit 3 Discussion: Deconstruction of an Advanced Dashboard: Trends and Improvements   Discussion Prompts · Does the dashboard designer use any of the trends that are described in Milligan’s Chapter 9? · If they did use those