Notes, summaries, assignments, exams, and problems for Electronics

Sort by
Subject
Level

audio2_siaprueb

Classified in Electronics

Written on in English with a size of 366.38 KB

Speech to Text (STT):

Def: A Speech-To-Text (STT) or Automatic Speech Recognizer (ASR) system transforms a speech recording input into an output text that contains, word by word, what is said in the recording. EJEMPLO: raw audio -> STT -> (we are learning about speech to text)

We can describe the problem as Sequence labelling: This means the computer receives a continuous sequence of data (the audio waves shown in the image) and has to assign discrete "labels" (words or letters) to parts of that sound. 

Sequence-to-Sequence Mapping: This is a more general term. It simply means mapping one type of sequence (audio) to another type of sequence (text).

STT EVALUATION:

STT Systems Make Mistakes so before evaluating, we must accept that these systems... Continue reading "audio2_siaprueb" »

Wireless Communication Principles and System Formulas

Posted by Anonymous and classified in Electronics

Written on in English with a size of 8.49 KB

!!!!GENERAL!!!! a mod b = a - b * floor(a/b) x dBm = 10^(x/10) mW 10log(10 (mW) ) = 10 dB
!!PHY 2!! VARIABLES: P_r = Receiving power (W/mW) P_T = Sending power (W/ mW) G_T = Sending antenna gain G_R = Receiving Antenna Gain H_T = Sending antenna height (m) H_R = Receiving Antenna height (m) d = transmission distance (m) λ = c/f = wavelength (m) f = frequency (Hz) c = Speed of light = 3 * 10^8 (m/s) d_break = break point distance (m) N_T = number of transmitting antennas N_R = number of receiving antennas v = velocity (m/s)
Free space Path Loss (Friis Equation): P_R = P_T * G_T * G_R * (λ / (4πd))^2 unit antenna gain is 1. (IF isotropic antenna (theory) P_R = P_T * (c / (4πdf))^2 )
P_r / P_t = Total Path loss (db) TWO RAY: Time between

... Continue reading "Wireless Communication Principles and System Formulas" »

Electrical Safety Rules and Lockout Procedures

Classified in Electronics

Written on in English with a size of 3.38 KB

Safety Rules When Working With Electricity

Works in electrical facilities must be carried out by suitably qualified individuals and, as a rule, without electrical power. Works in locations where voltage is present can only be carried out by workers suitably qualified for such situations, who have received specific training and who use tools properly approved for working with electrical power.

Security during the carrying out of work is ensured by switching the electrical power off and by electrical lockout of the parts of the plant where the works are being carried out, and maintaining this lockout while the work is underway.

IntensidadEfectos en el cuerpo humano
< 0.5 mANo se percibe.
1 - 3 mAPercepción: pequeño hormigueo.
3 - 10 mAElectrización:
... Continue reading "Electrical Safety Rules and Lockout Procedures" »

Binary Conversions and K-Map Boolean Simplification

Classified in Electronics

Written on in English with a size of 3.82 KB

Sure! Here are the conversions you requested:

  1. (10000101)2 to hexadecimal (base 16):
    • Group the binary digits in sets of four from the right: 1000 0101
    • (1000)2 = 8, (0101)2 = 5
    • Therefore, (10000101)2 = (85)16.
  2. (AA)16 to decimal (base 10):
    • A = 10 in decimal, so (AA)16 = 10 × 161 + 10 × 160 = 160 + 10 = 170.
    • Therefore, (AA)16 = (170)10.
  3. (5.5)10 to binary (base 2):
    • The integer part: 5 = (101)2.
    • The fractional part: 0.5 = (0.1)2.
    • Combine them: (5.5)10 = (101.1)2.
  4. 2's complement of (01001)2:
    • Invert the digits: (01001)2 → (10110)2.
    • Add 1: (10110)2 + (00001)2 = (10111)2.
    • Therefore, the 2's complement of (01001)2 is (10111)2.


Simplify F(A, B, C, D) with a K-Map

To simplify the Boolean expression F(A, B, C, D) = Σ m(0, 2, 3, 8, 10, 11, 12, 14) using a Karnaugh... Continue reading "Binary Conversions and K-Map Boolean Simplification" »

Effective Language Teaching Methods and Classroom Strategies

Classified in Electronics

Written on in English with a size of 3.13 KB

Classroom Management and Language Basics

Write a classroom management language sequencing sentence:

"You have ten minutes to do this."

Defining Classroom Language According to Bilash

It is the routine language that is used on a regular basis in the classroom, such as giving instructions or offering praise.

The Reading Hypothesis

This is the hypothesis that states that the more we read in a second language (L2), the greater our vocabulary will be.

Understanding the CEFR

The CEFR is a framework that describes your language proficiency.

Module 2: Teaching Methods and Evaluation

Main Characteristics of the Direct Method

Exposing students to authentic and unscripted language.

Components of Communicative Competence

Offering opportunities to integrate all language... Continue reading "Effective Language Teaching Methods and Classroom Strategies" »

Pumping Lemma, Table Filling, DFA Minimization, Parse Trees, Ambiguous Grammars & Context-Free Grammars

Classified in Electronics

Written on in English with a size of 1,022.87 KB

Pumping Lemma and Non-Regular Languages

9) Define Pumping Lemma. Prove that the language L = { ai bj | i > j } is not a regular language:

Let L be a regular language. There exists a constant k such that for every string ω in L, where the length of string ω i.e |ω| ≥ k, we can break ω into 3 strings i.e ω = xyz following conditions:

  • (i) |xy| ≤ k
  • (ii) y ≠ ε i.e |y| > 0
  • (iii) for each q ≥ 0, xyqz ∈ L

Let L be a regular language. w = a(k+1) bk is a long string (given k > 0). |w| = 2k + 1, w = xyz should satisfy:

  • (i) |xy| ≤ k
  • (ii) y ≠ 0
  • (iii) for each q ≥ 0, xyq z ∈ L

Let k = 3, w = a4 b3, which is aaaaabbb.

  • (i) |xy| ≤ k, 3 ≤ 3
  • (ii) y ≠ 0, y = a

H9FBuxZIeVj9wAAAABJRU5ErkJggg==


QTJxPHYAAAAASUVORK5CYII=

Minimization of DFA's

11) Minimization of DFA’s A=(Q, Σ, δ, q0, F):

Use... Continue reading "Pumping Lemma, Table Filling, DFA Minimization, Parse Trees, Ambiguous Grammars & Context-Free Grammars" »

Advanced 3D Design for Architectural Visualization

Classified in Electronics

Written on in English with a size of 2.6 KB

Study Aim

This report investigates the effectiveness of cutting-edge 3D digital design methodologies in generating photorealistic architectural visualizations. It emphasizes the modeling of complex facades and explores the integration of virtual reality (VR) as a means to enhance user engagement and design comprehension.

Background

In contemporary architecture, 3D digital design plays a crucial role in improving geometric precision, material realism, and lighting simulation. Recent advancements in both software capabilities and hardware performance have enabled the creation of highly realistic visual representations. Previous research highlights the benefits of parametric modeling for intricate design development (Jones et al., 2020), the efficiency... Continue reading "Advanced 3D Design for Architectural Visualization" »

Inclusive Education in India: Key Acts, Disabilities, and Strategies

Posted by Anonymous and classified in Electronics

Written on in English with a size of 5.22 KB

Key Indian Acts for Inclusive Education

Right to Education (RTE) Act, 2009

  • Every child aged 6–14 has the right to free and compulsory education.
  • Children with disabilities must be included in regular schools.
  • Schools must provide supportive tools like ramps, special teachers, and study materials.

Persons with Disabilities (PWD) Act, 1995

  • Promotes equal rights in education for people with disabilities.
  • Schools are encouraged to provide facilities like transport, books, and support staff for disabled students.
  • Ensures that no child is denied education because of a disability.

Rights of Persons with Disabilities (RPWD) Act, 2016

  • Replaced the old PWD Act with more detailed rights.
  • Includes 21 types of disabilities (like autism, learning disability, and
... Continue reading "Inclusive Education in India: Key Acts, Disabilities, and Strategies" »

Second Language Acquisition: Core Principles and Teaching Methods

Classified in Electronics

Written on in English with a size of 11.62 KB

Krashen's Monitor Model and Hypotheses

This section enumerates the five hypotheses comprising Krashen’s Monitor Model and discusses one of them.

The Five Hypotheses of the Monitor Model:

  • The Acquisition-Learning Distinction
  • The Natural Order Hypothesis
  • The Monitor Hypothesis: Different Types of Learners
  • The Input Hypothesis
  • The Affective Filter Hypothesis

Krashen’s Acquisition-Learning Hypothesis

Krashen posits two distinct ways to learn a second language:

  1. Acquisition: This happens naturally when we hear and understand the language. It is akin to how children learn their first language, requiring no conscious study of rules.

  2. Learning: This occurs when we consciously study grammar and rules. It is a deliberate and conscious process.

Krashen believes... Continue reading "Second Language Acquisition: Core Principles and Teaching Methods" »

The History and Educational Benefits of Nursery Rhymes

Classified in Electronics

Written on in English with a size of 2.73 KB

The Origins of Nursery Rhymes

Nursery rhymes are rooted in an oral tradition passed down through generations. Historically, they served several purposes:

  • Reflecting historical events.
  • Parodying royal and political occurrences.
  • Satirizing political figures.
  • Providing commentary on contemporary society.

Nursery rhymes were first printed in England around 1570 in chapbooks. These were inexpensive, small booklets of 24 pages or fewer without hard covers.

Understanding Chapbooks

  • Chapbooks were typically anonymous and undated.
  • They were popular among non-readers due to their illustrations.
  • Functioning as the Middle Age equivalent of children's comics, they documented folklore and humorous rhymes.
  • They were distributed by 'Chapmen', who traveled between villages
... Continue reading "The History and Educational Benefits of Nursery Rhymes" »