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

Sort by
Subject
Level

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" »

Corporate Taxation: Earnings & Profits, Distributions, 351, Partnerships

Posted by Anonymous and classified in Economy

Written on in English with a size of 281.2 KB

Chapter 18: Current & Accumulated E&P (CEP & AEP)

(TI ± its Adjustments = CEP) CEP is determined on the last day of the tax year, before calendar year distributions. Example: AEP = 20,000; Loss = 25,000; distribution = 10,000 on July 1. CEP at 7/1 = (25,000) × 1/2 = (12,500). Net = (12,500) + 20,000 = 7,500 taxable dividend and 2,500 nontaxable return of capital.

Corporate Distributions — Layered Tax Treatment

Corporate distributions are paid out of earnings and profits (E&P) unless otherwise shown, and they occur in layers:

  • Earnings and Profits — Taxed as dividend income.
  • Stock Basis — Nontaxable return of capital (reduces shareholder basis).
  • Distribution in Excess of E&P and Basis — Taxed as capital gain.

E&P is... Continue reading "Corporate Taxation: Earnings & Profits, Distributions, 351, Partnerships" »

Clinical Assessment and Physiology of Human Reflexes

Posted by Anonymous and classified in Biology

Written on in English with a size of 7.06 KB

I. Reflex Activity: Definition and Physiology

  • Reflex Definition: An involuntary, automatic response to a peripheral stimulus, involving either motor or secretory action.
  • Function: Crucial for adaptation to internal and external changes.
  • Dependence: Requires the integrity of the reflex arc; disruption at any level abolishes the reflex.

II. The Reflex Arc: Components

The reflex arc consists of five essential components:

  1. Receptor Organ: Transforms a stimulus into nerve impulses.
  2. Afferent Neuron: Conducts the impulse to the Central Nervous System (CNS).
  3. Integration Center: Typically located in the spinal cord or brainstem; processes signals via synapses.
  4. Efferent (Motor) Neuron: Sends the command from the CNS to the effector.
  5. Effector: The muscle or gland
... Continue reading "Clinical Assessment and Physiology of Human Reflexes" »

Key Pathological Findings: Gross and Microscopic Disease Features

Posted by Anonymous and classified in Biology

Written on in English with a size of 11.82 KB

1. Brain Abscess

  • Gross Morphology

    Localized area of liquefactive necrosis filled with yellow pus, surrounded by a thin fibrous capsule and edematous, inflamed brain tissue.

  • Pathology

    Caused by hematogenous spread of bacterial infection, direct trauma, or contiguous spread (e.g., from sinuses). Represents focal suppurative inflammation of the brain.


2. Neurinoma (Schwannoma)

  • Gross Morphology

    Well-circumscribed, encapsulated globoid mass with a soft, tan “fish-flesh” appearance, often with cysts or hemorrhage. Cut surface may show yellow patches.

  • Pathology

    A benign tumor of Schwann cells, often seen in cranial nerves (especially CN VIII) and associated with neurofibromatosis type 2. Grows slowly and may compress adjacent structures.


3. Fibrinous

... Continue reading "Key Pathological Findings: Gross and Microscopic Disease Features" »

Indian Constitution: Fundamental Rights & Landmark Judgments

Posted by Anonymous and classified in Law & Jurisprudence

Written on in English with a size of 13.1 KB

Article 12: Defining "The State"

Key Principles of Article 12

  • Inclusive Definition: Encompasses Government, Parliament, State Legislatures, local authorities, and other authorities.
  • Purpose: Defines entities bound by Fundamental Rights in Part III of the Constitution.
  • Judicial Evolution: Interpretation has evolved from narrow to broad.

The "Other Authorities" Test

Pradeep Kumar Biswas Test (2002)

  • Focuses on Deep & Pervasive Control (DPC).
  • Requires examination of cumulative facts showing financial, functional, and administrative domination.
  • Control must be pervasive, not merely regulatory oversight.
  • Refines the Ajay Hasia factors, emphasizing control.

Structuralism vs. Functionalism Debate

  • Structuralism: Emphasizes formal links and control focus (dominant
... Continue reading "Indian Constitution: Fundamental Rights & Landmark Judgments" »

Essential Concepts: Money, Cryptography, Blockchain, AI, Fintech, Web3

Classified in Economy

Written on in English with a size of 10.95 KB

Money and Monetary System

  • Money: An asset that serves three functions: medium of exchange, store of value, and unit of account.
  • Fiat Currency: Money issued by a government with no physical backing (e.g., euro, dollar).
  • Fiduciary Currency: Money based on trust, not intrinsic value (e.g., Bitcoin, checks).
  • Ledger: An accounting record showing debts and transactions.
  • Unit of Account: Allows expressing the price of goods/services (e.g., a coffee costs €2).

Cryptography

  • Hash: A mathematical function that converts data into a unique and irreversible digital fingerprint.
  • Asymmetric Cryptography: Uses a pair of keys (public and private) to encrypt and decrypt messages.
  • Digital Signature: Proves that a message was sent by a specific user and has not been modified.
... Continue reading "Essential Concepts: Money, Cryptography, Blockchain, AI, Fintech, Web3" »

Intervalos de confianza y pruebas estadísticas para muestras

Classified in Mathematics

Written on in English with a size of 4.24 KB

Problema 1: Intervalo para la media (σ conocido)

PROBLEM 1

Nos dan normal distribution.

Desviación estándar σ = 24

Muestra aleatoria simple de 8 — ignorar.

Luego los datos:

185, 180, 167, 162, 176, 170, 181, 192

La pregunta es: confidence interval for the population mean, with a confidence level of...

Paso 1: srs1 = c(185, 180, 162, etc...)

Pregunta (A) — 90%

Ejecutar:

z.test(x = srs1, sigma = 24, conf.level = 0.9)

Pregunta (B) — 95%

Ejecutar:

z.test(x = srs1, sigma = 24, conf.level = 0.95)

Pregunta (C) — 99%

Ejecutar:

z.test(x = srs1, sigma = 24, conf.level = 0.99)

Problema 2: Intervalo para media, varianza y desviación

PROBLEM 2

Te dan números: 45297, 51012, 41764, 41799, 42408, 28543

Normal distribution.

Nivel de significancia = 2% y necesito el

... Continue reading "Intervalos de confianza y pruebas estadísticas para muestras" »

Analyzing ECHR Violations: A Framework for Legal Cases

Classified in Law & Jurisprudence

Written on in English with a size of 2.63 KB

Introduction to the ECHR

The European Convention on Human Rights (ECHR) is an international treaty adopted in 1950 under the framework of the Council of Europe. It entered into force in 1953 and currently applies to 46 member states. The ECHR establishes a catalog of fundamental rights and freedoms, including the right to life, prohibition of torture, freedom of expression, and the right to a fair trial. It is based on key principles such as the rule of law, democracy, and the protection of human dignity.

The European Court of Human Rights (ECtHR), located in Strasbourg, is responsible for interpreting and enforcing the Convention, ensuring that states comply with their obligations. Through its case law, the ECtHR has developed crucial legal... Continue reading "Analyzing ECHR Violations: A Framework for Legal Cases" »

Nanjing University of Aeronautics and Astronautics: Facts and History

Classified in Teaching & Education

Written on in English with a size of 6.49 MB

Leadership

  • Secretary of NUAA: Zhen Liang
  • President of NUAA: Jiang Bin

University Badge Symbolism

  • Chinese Name: Calligraphy by the renowned writer Qi Gong (passed away 7 years ago).
  • Tree: Represents the three largest colleges (Aeronautics, Astronautics, and Aviation).
  • Design: The 3A logo is derived from a pine tree (the city tree of Nanjing).
  • Shape: Formed like a plum blossom, the city flower of Nanjing, which is unique for blooming in winter.

Location and Campuses

NUAA is located in Nanjing, the ancient capital of 10 dynasties with a 2,500-year history. The university operates across three campuses in two cities, covering a total area of 500 acres.

1. Minggugong Campus

  • Historical Context: Located on the site of the Ming Dynasty Forbidden City (Gu gong)
... Continue reading "Nanjing University of Aeronautics and Astronautics: Facts and History" »

Business and Financial Math: Cost, Revenue & Interest Formulas

Classified in Mathematics

Written on in English with a size of 3.73 KB

Cost, Revenue, and Break-Even

Cost = VariableCost + FixedCost     Revenue = X * price     Break-even condition: P(x) = 0

C(x) = 8x + 100             R(x) = 10x             R(x) = C(x)         Profit = Revenue - Cost

Profit Function and Example

P(x) = R(x) - C(x) = 10x - (8x + 100) = 2x - 100

Demand and Supply Equilibrium

Demand: demand as a function of unit price P: Qd = a - bP. Equilibrium when D = S.

Supply: q (# items) as a function of unit price P. Example (demand): q = -20p + 800.

Example supply: q = 10p - 100 (supply). Solve equilibrium: -20p + 800 = 10p - 100 → -30p = -900 → p = $30 (equilibrium price). Then q = -20(30) + 800 → q = 200 (equilibrium quantity).


Compound Interest and Future Value

Variables: P = present value,

... Continue reading "Business and Financial Math: Cost, Revenue & Interest Formulas" »