2 Pages

20115ee102_1_hw2

Course: ELEC ENGR 102, Fall 2011
School: UCLA
Rating:
 
 
 
 
 

Word Count: 295

Document Preview

Quarter 1 EE102 Fall 2011 Systems and Signals Jin Hyung Lee Homework #2 Due: Wednesday, Oct 12, 2011 at 5 PM. 1. State whether the following systems are linear or nonlinear; time invariant or time variant; and why. (a) y (t) = x(t) sin(t + ) (b) y (t) = x(t)x(t 1) (c) y (t) = 1 + x(t) (d) y (t) = cos(t + x(t)) t (e) y (t) = (f) y (t) = x( )d t/2 x( )d 2. A periodic signal x(t), with a period T , is...

Register Now

Unformatted Document Excerpt

Coursehero >> California >> UCLA >> ELEC ENGR 102

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Quarter 1 EE102 Fall 2011 Systems and Signals Jin Hyung Lee Homework #2 Due: Wednesday, Oct 12, 2011 at 5 PM. 1. State whether the following systems are linear or nonlinear; time invariant or time variant; and why. (a) y (t) = x(t) sin(t + ) (b) y (t) = x(t)x(t 1) (c) y (t) = 1 + x(t) (d) y (t) = cos(t + x(t)) t (e) y (t) = (f) y (t) = x( )d t/2 x( )d 2. A periodic signal x(t), with a period T , is applied to a linear, time-invariant system H . Show that the output y (t) y (t) = H (x(t)) is also periodic, with period T . 3. Sample and hold system. A sample and hold (S/H) system, with sample time h, is described by y (t) = x(h t/h ), where a denotes the largest integer that is less than or equal to a. Sketch an input and corresponding signal output for a S/H, to illustrate that you understand what it does. Is a S/H system linear? 4. Consider a system that takes a signal x(t) and returns the even part of x(t) as its output xe (t) = H (x(t)) where xe (t) is the even part of x(t). Is this system linear? Is it time invariant? 2 5. System Equations from Block Diagrams Find the differential equation that correspond to this block diagram. Hint: Label all of the intermediate signals, and write equations for each. b x + + Z + + Z y a 6. It is often useful to represent operations on signals as convolutions. For each of the following, nd a function h(t) such that y (t) = (x h)(t). t (a) y (t) = (b) y (t) = x( ) d t x( ) d tT (c) y (t) = x(t) (d) y (t) = x(t 1)
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeMatlab Assignment 1Getting Started MatlabFor this lab we only need the basic abilities of matlab to create and manipulate vectors, andplot the results. The documentation for matlab exists in m
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeMatlab Assignment #1 SolutionGetting Started MatlabFor this lab we only need the basic abilities of matlab to create and manipulate vectors, andplot the results. The documentation for matlab e
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeHomework #3Due: Wednesday, October 19, 2011 at 5 PM.1. Analytically compute the convolution (f g )(t), where f (t) and g (t) aref (t) = u(t)etg (t) = rect(t)and sketch a plot of the result.
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeMatlab Assignment 2Due: Friday, October 21, 2011 at 5 PM.This laboratory will be concerned with numerically evaluating continuous time convolutionintegrals. Matlab provides a function conv() t
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeMatlab Assignment #2 SolutionThis laboratory will be concerned with numerically evaluating continuous time convolutionintegrals. Matlab provides a function conv() that performs a discrete-time
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeHomework #4Due: Wednesday, November 2, 2011 at 5 PM.1. Suppose that f (t) is a periodic signal with period T0 , and that f (t) has a Fourier series. If is a real number, show that f (t ) can b
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeMatlab Assignment 3 SolutionIn this lab we will use matlab to compute the Fourier series for several signals, and comparethe errors that results from the approximation of the signals by truncat
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeHomework #5Due: Wednesday, November 9, 2011 at 5 PM.1. Each of these signals can be written as a sum of scaled and shifted unit rectangles andtriangles,a)2x(t)b)210-201-1x(t)12-
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeHomework #5 Solution1. Each of these signals can be written as a sum of scaled and shifted unit rectangles andtriangles,a)2x(t)b)210-21-1x(t)102-21-1-1-22-1-2Find a simpl
UCLA - ELEC ENGR - 102
1EE102Fall Quarter 2011Systems and SignalsJin Hyung LeeCourse ProjectAmplitude Modulation (AM) is a technique widely used in communication area. One example you can see in your everyday life is the AM radio. The basic principle of the AM techniquei
UCLA - ELEC ENGR - 102
Astha Kalia80379143411/30/2011EE 102 Course ProjectTask 1> ds = d(16000+1:16000+2560);> Ds=fft(ds);> f= [0:0.1:256-0.1];> plot(f, abs(Ds);> xlabel('Frequency');> ylabel('Amplitude');Task 2> t= [1:length(d)]/256000;> demod= d.*exp(-1*j*47000*2
UCLA - ELEC ENGR - 102
Astha Kalia803791434EE 102 MatlabLeeHomework #3-Matlab1.) Task 1:Nconv scriptfunction [ y, ty ] = nconv( x, tx, h, th)% nconv performs a numerical approximation to the% continuous time convolution using matlabs conv()% function%% [y, ty]= ncon
UCLA - ELEC ENGR - 102
Astha KaliaUID: 80379143410/14/2011MatLab Assignment #11.) >t=0:.1:10> w=exp(-t);> x=t.*exp(-t);> y=exp(-t)+ t.*exp(-t);> plot(t,w);> grid on;> xlabel('t(sec)');> ylabel('w(volts)');> title('sample waveform w vs. time');2.)> plot(t,w,t,x,t,y
UCLA - ELEC ENGR - 102
Indian Institute of Technology, Madras - CSE,IT - 101
Boyce-Codd Normal FormBy:P.MirunaliniAsst. Prof, CSESSN College of EngineeringOverview Dependency preservation Boyce/Codd Normal FormDependency Preservation Relvar SECOND could be decomposed into:A: SC cfw_ SUPPLIER_NUMBER, CITY CS cfw_ CITY, S
Indian Institute of Technology, Madras - CSE,IT - 101
Closure of Attribute SetsGiven a set of attributes of R and a set of functional dependencies F, we need a way tofind all of the attributes of R that are functionally determined by . This set of attributesis called the closure of under F and is denoted
Indian Institute of Technology, Madras - CSE,IT - 101
Database Base ArchitectureDatabaseClick to edit Master subtitle style12/16/11overviewDatabase UsersDatabase AdministratorDatabase System ArchitectureStorage ManagerThe Query ProcessorApplication Architecture12/16/11DATABASE USERSUsers are dif
Indian Institute of Technology, Madras - CSE,IT - 101
DATABASE MANGEMENT SYSTEMSB.E V SEM A SECP.MirunaliniAP ,CSESSNCEB.E. IV Sem Database ManagementSystemsOverviewAn IntroductionWhat is DBMS?Purpose of Database SystemView of DataData ModelsDatabase LanguagesB.E. IV Sem Database ManagementSys
Indian Institute of Technology, Madras - CSE,IT - 101
Domain Relational CalculusOverviewAn IntroductionDomain calculus SyntaxSuppliers-parts databaseExamplesLanguages Based on Relational CalculusSQLQUELQBEAn introductionAnother variation of relational calculus called the domainrelational calculus
Indian Institute of Technology, Madras - CSE,IT - 101
Enhanced Entity Relation ModelEER stands for Enhanced ER or Extended EREER Model ConceptsIncludes all modeling concepts of basic ERAdditional concepts:subclasses/superclassesspecialization/generalizationattribute and relationship inheritanceThese
Indian Institute of Technology, Madras - CSE,IT - 101
EMBEDDED SQLP.MirunaliniA.P,CSESSNCESQL in Application CodeSQL commands can be called from within a host language(e.g., C+ or Java) program.SQL statements can refer to host variables (includingspecial variables used to return status).Must include
Indian Institute of Technology, Madras - CSE,IT - 101
Entity-Relationship Model[ER Model]OUTLINEER Model ConceptsEntities and AttributesEntity Types, Value Sets, and Key AttributesRelationships and Relationship TypesWeak Entity TypesRoles and Attributes in Relationship TypesER Diagrams - NotationER
Indian Institute of Technology, Madras - CSE,IT - 101
Entity-Relationship Model[ER Model]OUTLINEOverview of Database modelsER Diagram for COMPANY SchemaConstraintsStructural ConstraintsOverview of Database DesignProcessTwo main activities:Database designApplications designFocus in this session on
Indian Institute of Technology, Madras - CSE,IT - 101
Functional DependenciesOverviewBasic DefinitionsTrivial and nontrivial dependenciesClosure of a set of dependenciesClosure of a set of attributesIrreducible sets of dependenciesFunctional DependenciesA functional dependency is basically a many-to-
Indian Institute of Technology, Madras - CSE,IT - 101
For Evaluation Only.Copyright (c) by VeryPDF.com IncEdited by VeryPDF PDF Editor Version 2.6L OG ON o r m a l i z a ti o n - R e l a ti o n a lD a ta b a s e sENTOverviewNormalization An introductionDefinition of Keys RecapFirst Normal Form (1NF
Indian Institute of Technology, Madras - CSE,IT - 101
NormalizationOverviewAn introductionNonloss decompositionFunctional dependenciesNormal Forms [NF]First Normal Form 1NFSecond Normal Form 2NFThird Normal Form 3NFNormalizationNormalization first proposed by Codd (1972)Normalization: The process
Indian Institute of Technology, Madras - CSE,IT - 101
Introduction to Relational DatabasesInformal look to Relational DatabasesThe relational model is having the three aspects:Structural aspect:The data in the database is perceived by the user astablesIntegrity aspect:Those tables satisfy certain inte
Indian Institute of Technology, Madras - CSE,IT - 101
Introduction to RelationalAlgebraOverviewIntroductionUnary Relational OperationsSELECT, PROJECT, RenameRelational Algebra Operations from Set TheoryBinary Relational OperationsAdditional Relational OperationsExamples of Queries in Relational Alge
Indian Institute of Technology, Madras - CSE,IT - 101
DATABASE MANGEMENT SYSTEMSB.E IV SEM A SECP.MirunaliniAP ,CSESSNCEoverviewWhat are Triggers?Procedures Vs TriggersTrigger IssuesWhen to use Triggers?ECA ModelSyntaxRow vs Statement TriggersBefore Vs After TriggersWhat are Triggers?Triggers
Indian Institute of Technology, Madras - CSE,IT - 101
JOINSCARTESIAN PRODUCTA Cartesian product is formed when:A join condition is omittedA join condition is invalidAll rows in the first table are joined to all rows in the secondtableTo avoid a Cartesian product, include a valid join condition in aWH
Indian Institute of Technology, Madras - CSE,IT - 101
Nested Query (Sub Query)Nested QueryConsider the relations:Employees (ssn, last_name, first_name, salary, d_id)Department (dept_id, d_name)Nested QueryWhich employees have salaries greater than 'john' salary?1. find what john earns, and then2. fin
Indian Institute of Technology, Madras - CSE,IT - 101
SQLSQL refers to query language and defines the structure of thedata, modify the db and specify security constraints.SQL has serval language parts:DDL: Provides commands for defining,deleting,modifyingrelation schemas.DML:Includes commands for inser
Indian Institute of Technology, Madras - CSE,IT - 101
Security ViewsBy:B.Senthil KumarAsst. Prof, CSEDatabase Management Systems IV SemTable of ContentsAn IntroductionWhat is a View?Why use Views?Creating a ViewGuidelines Creating a ViewCreating a View using column aliasQuerying a ViewUpdates on
Indian Institute of Technology, Madras - CSE,IT - 101
Higher NormalizationPresentation by:P.MirunaliniAsst. ProfessorSSNCEB.E. IV Sem Database Management SystemsOverview Multi-valued Dependencies Fourth Normal Form 4NFFirst Normal Form 1NFNormalizng nested relations into PROJS is a nested relation
Indian Institute of Technology, Madras - CSE,IT - 101
Higher NormalizationHigherOverviewOverviewJoin Dependencies [JD]JoinFifth Normal Form 5NFJoin DependencyJoinThere exists relvars that cannot be nonloss-decomposed into tworelvars thatnonloss decomposedprojections but can be nonloss-decomposed
Indian Institute of Technology, Madras - CSE,IT - 101
Concurrency ControlOverviewThree concurrency problemsLockingThree concurrency problems RevisitedDeadlockConcurrencyConcurrency DBMS allow many transactions to access the samedatabase at the same time.A kind of control is needed to ensure that con
Indian Institute of Technology, Madras - CSE,IT - 101
Distributed SystemsP.MirunaliniA.P,CSESSNCEOVERVIEWDistributed SystemsHomogeneous / HeterogeneousDistributed Data StorageData ReplicationData FragmentationHorizontal FragmentationVertical FragmentationTransparencyCentralized DatabaseIn a cen
Indian Institute of Technology, Madras - CSE,IT - 101
Concurrency(Intent Locking)P.Mirunalini,A.P,CSESSNCEIsolation LevelsSerializability guarantees isolation for ACID properties.Protocols used to guarantee serializability reduce the degree ofconcurrency or overall system throughput.System supports
Indian Institute of Technology, Madras - CSE,IT - 101
RecoveryP.MIRUNALINIAP,CSESSNCEOverviewTransactionsTransaction RecoveryWrite Ahead Log [WAL] RuleACID PropertiesSystem RecoveryCheckpointTwo Phase Commit [2PC]Database RecoveryPurpose of Database RecoveryTo bring the database into the last c
Indian Institute of Technology, Madras - CSE,IT - 101
Database RecoveryTechniquesPresentation by:P.MirunaliniA.P/ CSESSNCEB.E. IV Semester BDatabase RecoveryPurpose of Database RecoveryTo bring the database into the last consistent state, which existed prior tothe failure.To preserve transaction p
Indian Institute of Technology, Madras - CSE,IT - 101
SERIALIZABILITYP.MIRUNALINIAP,CSESSNCEOVERVIEWSchedulesConflict OperationsCharacterizing schedulesRecoverable and non-recoverable schedulesCascading rollback and cascadelessSerializability of SchedulesSerial and non-serial schedulesConflict se
Indian Institute of Technology, Madras - CSE,IT - 101
Transaction ProcessingConceptsIntroduction to Transaction ProcessingThe concept of transaction provides a mechanism for describinglogical units of a database Processing .Transaction processing systems include large databases andhundreds of concurren
E. Michigan - ENG - 121
Diabetes Drugs The Adverse effects of Diabetes DrugsEastern Michigan UniversityENG 121Diabetes Drugs The Adverse Effects of Diabetes DrugsAlthough, many medications and/or drugs go through the approval process, not all ofthese medications are approve
Bahria University - MANAGEMENT - 123
World0.6820.6790.6760.6740.670South Asia0.5480.5450.5380.5320.527Low human development0.4560.4530.4480.4430.437Pakistan0.5040.5030.4990.4950.493Year20112010200920082007HDI (Human Development Index) measure longterm progress i
Bahria University - MANAGEMENT - 1456
World Trade OrganizationThe World Trade Organization (WTO) is an international body whose purpose is to promote freetrade by persuading countries to abolish import tariffs and other barriers. As such, it has becomeclosely associated with globalisation.
UMiami - PHYSICS - phy 2049
brown (jmb7226) Home Work V belay (2049)This print-out should have 24 questions.Multiple-choice questions may continue onthe next column or page nd all choicesbefore answering.001 10.0 pointsTo recharge a 12 V battery, a battery chargermust move 2.
Oakland University - PDF - 20204
Introductory Biology BIOS 10161Fall 2006Instructor:Joseph E. O'TousaGalvin Life Sciences Rm. 262Email: jotousa@nd.eduLecture Time and Place: MWF, 12:50-1:40 PM, JORDAN 101.Midterm Exams: 8:00-9:15 AM, DEBARTOLO 101.(Exam dates indicated on right s
Oakland University - PDF - 20204
Chapter 2 Chemistry of Life (Small Molecules)Ch ap t er 2 , pag e 1Ch ap t er 2 , pag e 2Ch ap t er 2 , pag e 3Ch ap t er 2 , pag e 4Ch ap t er 2 , pag e 5Chap t er 2 Key Wo r d s:AcidAnionBaseCationIonFunctional groupChemical reactionProduc
Oakland University - PDF - 20204
Macromolecules and the Origins of Lifep o ly m e r- - - - - - b uilt f r o m - - - - - - - - - >Ch ap t er 3 , pag e 1m o n o m e r ( s)Ch ap t er 3 , pag e 2R+HN3CHCh ap t er 3 , pag e 3C OOCh ap t er 3 , pag e 4Ch ap t er 3 , pag e 5Ch a
Oakland University - PDF - 20204
Chapter 4 Cells: The WorkingUnits of LifePr o k ar y o t ic c ellsChap t er 4 , p ag e 1The euc ar y o t ic c ellChap t er 4 , p ag e 2Chap t er 4 , p ag e 3Mit o c ho nd r iaChlo r o p last sLy so so m esPer o x iso m esVac uo lesChap t er 4
Oakland University - PDF - 20204
Chapter 5 The Dynamic Cell MembraneChap t er 5 , p ag e 1Chap t er 5 , p ag e 2Chap t er 5 , p ag e 3Mem b r ane Tr ansp o r t Pr o c essesI. Passiv e Pr o c essesChap t er 5 , p ag e 4Chap t er 5 , p ag e 5Chap t er 5 , p ag e 6Chap t er 5 , p a
Oakland University - PDF - 20204
Chapter 6 Energy, Enzymes, and Metabolisme x e r g o n ice n d e r g o n icChap t er 6 , p ag e 1$ $ = ATPChap t er 6 , p ag e 2Chap t er 6 , p ag e 3Chap t er 6 , p ag e 4lac t o se - - - - - - - - - - - - - - - > g alac t o se( c o l o r l e ss
Oakland University - PDF - 20204
Chapter 7 Pathways That Harvest Chemical EnergyChapt er 7 , page 1Chapt er 7 , page 2Chapt er 7 , page 3Chapt er 7 , page 4NADH + H+CO22C4C6CNADH + H+CO2FADH25CATPNADH + H+NADH + H+CO24CChapt er 7 , page 5Chapt er 7 , page 6Chapt er 7
Oakland University - PDF - 20204
Chapter 8 Photosynthesis: Energy from SunlightChap t er 8 , p ag e 1u se sg ener at esChap t er 8 , p ag e 2e-e-eee-e-Chap t er 8 , p ag e 3e-e-H+H+Chap t er 8 , p ag e 4Chap t er 8 , p ag e 5Chap t er 8 , p ag e 6Chap t er 8 , p ag e 7C
Oakland University - PDF - 20204
Chapter 9 Chromosomes, the Cell Cycle, and Cell DivisionChap t er 9 , p ag e 1Chap t er 9 , p ag e 2d esc r ip t iio n o f Cy c lin D ( 2 1 - 3 0 in lo d ish)Chap t er 9 , p ag e 3Chap t er 9 , p ag e 4Chap t er 9 , p ag e 5Mitosis, Cell DivisionC
Oakland University - PDF - 20204
Chapter 10 Genetics: Mendel and BeyondChap t er 1 0 , p ag e 1Chap t er 1 0 , p ag e 2Chap t er 1 0 , p ag e 3Dominant/recessiveAa genotype has the same phenotypeas AA.Incomplete DominantAa genotype have a phentoype that isintermediate between AA
Oakland University - PDF - 20204
Chapter 12 From DNA to Protein: Genotype to PhenotypeChapt er 1 2 , page 1Chapt er 1 2 , page 2DNARNAChapt er 1 2 , page 3Prot einChapt er 1 2 , page 4Chapt er 1 2 , page 5Chapt er 1 2 , page 6Chapt er 1 2 , page 7Chapt er 1 2 , page 8Chapt er
Oakland University - PDF - 20204
Chapter 13 The Genetics of Viruses and ProkaryotesChap t er 1 3 , p ag e 1Chap t er 1 3 , p ag e 2Chap t er 1 3 , p ag e 3Bringing genetic information into bacterial cell.1. Conjugation2. Transduction3. TransformationChap t er 1 3 , p ag e 4Chap
Oakland University - PDF - 20204
Chapter 14 The Eukaryotic Genome and Its ExpressionOrganism Genome size ( Mbp) # genesE. coli4 .64300yeast1 2 .15800nemat ode9719100f ruit f ly18013500arabidopsis11 926000mouse300024000human320024000Chapt er 1 4 , page 1Chapt er 1
Oakland University - PDF - 20204
Chapter 15 Cell Signaling and Communicationcaffeineadenosinecaffeineadenosinecaffeinedrowsinessheart beatincreasesepinephrineliver releasesglucoseChapt er 1 5 , page 1Chapt er 1 5 , page 2Recept ors:1 . Prot einKinase Recept or( Membrane)
Oakland University - PDF - 20204
Chapter 16 Recombinant DNA and Biotechnology5'-A-G-G-C-T-C-G-G-A-A-T-T-C-T-T-A-C-C-C-G-A- 3'|3'-T-C-G-G-G-T-A-A-G-A-A-T-T-C-C-G-A-G-C-C-T-5'A-A-T-T-C -T-T-A-C-C-C-G-A- 3'|EcoR1: 5' overhang5'5'-T-C-G-G-A-A-T-T-C-T-|3'A-A-T-T-C-T-|-A-G-A-A-