<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://fweb.wallawalla.edu/class-wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nathan</id>
	<title>Class Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://fweb.wallawalla.edu/class-wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nathan"/>
	<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php/Special:Contributions/Nathan"/>
	<updated>2026-04-06T02:35:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Orthogonal_functions&amp;diff=3766</id>
		<title>Orthogonal functions</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Orthogonal_functions&amp;diff=3766"/>
		<updated>2006-10-13T05:34:30Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Orthogonality for functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
==Introduction==&lt;br /&gt;
In this article we will examine another viewpoint for functions than that traditionally taken.  Normally we think of a function &amp;lt;math&amp;gt; f(t) &amp;lt;/math&amp;gt; as a complicated entity &amp;lt;math&amp;gt; f() &amp;lt;/math&amp;gt; in a simple environment (one dimension, or along the t axis).  Now we want to think of a function as a vector or point (a simple thing) in a very complicated environment (possibly an infinite dimensional space).&lt;br /&gt;
&lt;br /&gt;
==Vectors==&lt;br /&gt;
Recall that vectors consist of an ordered set of numbers.  Often the numbers are Real numbers, but we shall allow them to be Complex for our purposes.  The numbers represent the amount of the vector in the direction denoted by the position of the number in the list.  Each position in the list is associated with a direction.  For example, the vector&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt; means that the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; is one unit in the first direction (often the x direction), four units in the second direction (often the y direction), and three units in the last direction (often the z direction).  We say the component of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; in the second direction is 4.  This is often written as &amp;lt;math&amp;gt; v_y = 4 &amp;lt;/math&amp;gt;.&lt;br /&gt;
====Vector notation====&lt;br /&gt;
We don&#039;t have to use x, y, and z as the direction names; we can use numbers, like 1, 2, and 3 instead.  The advantage of this is that it leads to more compact notation, and extends to more than three dimensions much better.  For example we could say &amp;lt;math&amp;gt; v_2 = 4 &amp;lt;/math&amp;gt; instead of &amp;lt;math&amp;gt; v_y = 4 &amp;lt;/math&amp;gt;.  Instead of writing &amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt; we can write &amp;lt;math&amp;gt; \vec \bold v = \sum_{k=1}^3 v_k \hat \bold a_k &amp;lt;/math&amp;gt; where the &amp;lt;math&amp;gt;\hat \bold a_k &amp;lt;/math&amp;gt; denotes a basis vector in the kth direction, &amp;lt;math&amp;gt;v_1 = 1,&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; v_2 = 4, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; v_3 = 3&amp;lt;/math&amp;gt;.  The idea of basis vectors was implicit in the notation &amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Inner products for vectors===&lt;br /&gt;
When vectors are real, inner products (sometimes called dot products) give the component of one vector in another vector&#039;s direction, scaled by the magnitude (length) of the second vector.  Inner products are useful to find components of vectors.  We commonly use a dot as the symbol for inner product.  For example, the inner product of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \vec \bold a_n &amp;lt;/math&amp;gt; is written:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold a_n &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Orthogonality for vectors====&lt;br /&gt;
It is quite handy to pick the directions used so that they are perpendicular (or orthogonal).  With this arrangement the basis vectors have no components in each other&#039;s directions, which means that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec \bold a_k \bullet \vec \bold a_n = w_k \delta_{k,n} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt; w_k &amp;lt;/math&amp;gt; is the square of the length of &amp;lt;math&amp;gt; \vec \bold a_k &amp;lt;/math&amp;gt; and the symbol &amp;lt;math&amp;gt; \delta_{k,n} &amp;lt;/math&amp;gt;, known as the [http://en.wikipedia.org/wiki/Kronecker_delta Kronecker delta], is one when k = n and zero otherwise.&lt;br /&gt;
=====Normalization=====&lt;br /&gt;
When the &amp;lt;math&amp;gt; w_k = 1&amp;lt;/math&amp;gt; we have an orthonormal basis set, meaning that it is both orthogonal and that the basis vectors are normalized to unity (or have length one).  Orthonormal vector systems are very popular.  In fact they are the most common vector systems you will find.  The reason they are so handy is each direction is uncoupled from the others.&lt;br /&gt;
&lt;br /&gt;
For example, to find &amp;lt;math&amp;gt; v_n &amp;lt;/math&amp;gt;, we take the inner product of the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; with a unit vector in the nth direction, &amp;lt;math&amp;gt; \vec \bold a_n &amp;lt;/math&amp;gt;.  We write this operation like this:  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold a_n = \sum_{k=1}^3 v_k \vec \bold a_k \bullet \vec \bold a_n = \sum_{k=1}^3 v_k \delta_{k,n} =  v_n &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Suppose we have two vectors from an orthonormal system, &amp;lt;math&amp;gt; \vec \bold u &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt;.  Taking the inner product of these vectors, we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold u \bullet \vec \bold v = \sum_{k=1}^3 u_k \vec \bold a_k \bullet \sum_{m=1}^3 v_m \vec \bold a_m  = \sum_{k=1}^3 u_k \sum_{m=1}^3  v_m \vec \bold a_k \bullet  \vec \bold a_m = \sum_{k=1}^3 u_k \sum_{m=1}^3  v_m \delta_{k,m} = \sum_{k=1}^3 v_k u_k &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This shows that when we have an orthonormal vector space, inner products boil down to summing the products of like components.  Also note that if we take the inner product of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; with itself, we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold v = \sum_{k=1}^3 v_k \vec \bold a_k \bullet \sum_{m=1}^3 v_m \vec \bold a_m  = \sum_{k=1}^3 v_k \sum_{m=1}^3  v_m \vec \bold a_k \bullet  \vec \bold a_m = \sum_{k=1}^3 v_k \sum_{m=1}^3  v_m \delta_{k,m} = \sum_{k=1}^3 v_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which is the magnitude of the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; squared (&amp;lt;math&amp;gt; | \vec \bold v |^2 &amp;lt;/math&amp;gt;) from the Pythagorean Theorem.&lt;br /&gt;
&lt;br /&gt;
====Changing vector basis sets====&lt;br /&gt;
Sometimes in our studies we find it useful to change basis sets.  For example, when solving a physics problem with cylindrical symmetry, it is often easier to use cylindrical coordinates, and the basis vectors that go with that system, rather than the more usual Cartesian coordinates and basis vectors. &lt;br /&gt;
=====So, how do I change the basis set?=====&lt;br /&gt;
If the new basis set is orthonormal, it is really pretty simple.  You need to project the vector you want changed onto each of the new basis vectors.  This means that the new components are just the inner product of the vector and the appropriate basis function.  If the new basis set is not orthonormal, and if there are n dimensions in each basis set, you will have n linear coupled equations in n unknowns to solve.&lt;br /&gt;
&lt;br /&gt;
===More vector questions===&lt;br /&gt;
&lt;br /&gt;
[[Complex vector inner products|What if the vectors have complex components?]]&lt;br /&gt;
&lt;br /&gt;
[[Vector weighting functions|What if not all components of the vectors have the same units?]]&lt;br /&gt;
&lt;br /&gt;
[[Multiple dimensional vectors|What if there are more than three dimensions?]]&lt;br /&gt;
&lt;br /&gt;
==Functions and vectors, an analogy==&lt;br /&gt;
We may think of the number of the direction, &amp;lt;math&amp;gt; k &amp;lt;/math&amp;gt;, as the independent variable of a vector and the component in that direction, &amp;lt;math&amp;gt; v_k &amp;lt;/math&amp;gt; as the dependent variable of the vector &amp;lt;math&amp;gt; \vec \bold  v &amp;lt;/math&amp;gt; in a similar way to the way we think of t as the independent variable of a function f(), where f(t) is the dependent variable of f.  Probably the biggest difference here is that t often takes on real values from &amp;lt;math&amp;gt; - \infty &amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt; \infty &amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt; k \in {1, 2, 3} &amp;lt;/math&amp;gt;.  Using this analogy, we may think of a function as a vector having an uncountably infinite number of dimensions.  &lt;br /&gt;
&lt;br /&gt;
====Can we write functions in an analogous way compared to the way we write vectors?====&lt;br /&gt;
&lt;br /&gt;
Remember we wrote &amp;lt;math&amp;gt; \vec \bold v = \sum_{k=1}^3 v_k \hat \bold a_k &amp;lt;/math&amp;gt;.  Can we write something similar for a function, f(t) defined for a t element of the reals?  Well maybe....  If the sum over the dummy index k becomes an integral over the dummy variable, x, and the unit vectors &amp;lt;math&amp;gt; \vec \bold a_k &amp;lt;/math&amp;gt; are replaced with something like &amp;lt;math&amp;gt; \delta(x-t) &amp;lt;/math&amp;gt;, the [http://en.wikipedia.org/wiki/Delta_function Dirac delta function].  The result would look something like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(t) = \int_{- \infty}^\infty f(x) \delta (x-t) dx &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This works!  The Dirac delta functions, playing the roll of the basis vectors, are called basis functions.  The function f(x) plays the roll of the vector coefficients &amp;lt;math&amp;gt;v_k&amp;lt;/math&amp;gt;.  This gives us another way to think of the function f().&lt;br /&gt;
&lt;br /&gt;
===Inner products for functions===&lt;br /&gt;
[[Orthogonal functions#Inner products for vectors|Above]] we found that a vector inner product between &amp;lt;math&amp;gt;\vec \bold u &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\vec \bold v &amp;lt;/math&amp;gt; could be written as &amp;lt;math&amp;gt; \vec \bold u \bullet \vec \bold v = \sum_{k=1}^3 u_k v_k &amp;lt;/math&amp;gt;.  If we follow our above analogy, we should be able to replace the sum over k with an integral over x.  There is one little notational problem, and that is we don&#039;t want to confuse the functional inner product with a simple muliply, so we need some new notation to denote this new inner product.  In [http://en.wikipedia.org/wiki/Quantum_mechanics quantum mechanics], physicists use the [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation.  Let&#039;s borrow that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &amp;lt;u|v&amp;gt; = \int_{-\infty}^\infty u^*(x) v(x) dx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note the complex conjugate on the function u(x).  That is in case u(x) is a complex valued function.  For the analogous case with vectors see [[Complex vector inner products]].&lt;br /&gt;
====Orthogonality for functions====&lt;br /&gt;
Two functions, &amp;lt;math&amp;gt;u(t)\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;v(t)\!&amp;lt;/math&amp;gt; are said to be orthogonal on the interval &amp;lt;math&amp;gt; (a,b) \!&amp;lt;/math&amp;gt; with respect to the weighting function &amp;lt;math&amp;gt; w(t) \!&amp;lt;/math&amp;gt;  if and only if &lt;br /&gt;
&amp;lt;math&amp;gt;\int_a^b w(x) u^*(x) v(x) dx = 0 \!&amp;lt;/math&amp;gt;.&lt;br /&gt;
The weighting function is often unity, but it is included so that different values of &amp;lt;math&amp;gt;t\!&amp;lt;/math&amp;gt; can be weighted appropriately in analogy to the way the &amp;lt;math&amp;gt;w_k\!&amp;lt;/math&amp;gt; weight was used when the vector basis set was orthogonal, but not orthonormal (that is, different basis vectors had different numerical lengths), as we discussed [[Vector weighting functions|here]].  Unless otherwise noted we will use &amp;lt;math&amp;gt; w(t) = 1 \!&amp;lt;/math&amp;gt;, so that the defining relation for orthogonality of functions &amp;lt;math&amp;gt; u \!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; v \!&amp;lt;/math&amp;gt; becomes&lt;br /&gt;
&amp;lt;math&amp;gt;\int_a^b  u^*(x) v(x) dx = 0 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Changing basis sets with functions====&lt;br /&gt;
====Examples====&lt;br /&gt;
*[[Fourier series]]&lt;br /&gt;
*[[Reconstructing bandlimited signals from sample points]]&lt;br /&gt;
&lt;br /&gt;
==Other resources on orthogonality==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Inner_product Wikipedia inner product]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Orthogonal Wikipedia Orthogonality]&lt;br /&gt;
&lt;br /&gt;
Principle author of this page:  [[User:Frohro|Rob Frohne]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Linear_Time_Invarient_System&amp;diff=2696</id>
		<title>Linear Time Invarient System</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Linear_Time_Invarient_System&amp;diff=2696"/>
		<updated>2006-10-13T05:31:13Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* LTI system properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
==LTI systems==&lt;br /&gt;
LTI System theory is a powerful and widely used concept in electrical engineering.  It has applictions in circuit anlysis, control theory , and our main topic of interest signal processing.&lt;br /&gt;
&lt;br /&gt;
===LTI system properties===&lt;br /&gt;
A system is considered to be a Linear Time Invariant when it satisfies the two basic criteria implied in its name, one it must be linear and two it must be time invariant.  A Linear system is characterized by two properties superposition (additivity) and scaling (homogeneity).  The superposition principal says that for any linear system a linear combination of solutions to the system is also a solution to the same linear system.   The principal of scaling implies that if you adjust your scale an input by N amount, your output will also be adjusted by N amount.  An example of a linear system then would be,&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;x_1(t)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;x_2(t)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;y_1(t) = H(x_1(t))\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;y_2(t) = H(x_2(t))\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;Ay_1(t) + By_2(t) = H(Ax_2(t) + Bx_1(t))\!&amp;lt;/math&amp;gt;&lt;br /&gt;
for any scalar values of A and B.&lt;br /&gt;
&lt;br /&gt;
Time invariance of a system means that for any input &amp;lt;math&amp;gt;x(t)&amp;lt;/math&amp;gt; by some amount of time T the out put will also be adjusted by that amount of time.  This implies that for,&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;x(t - T)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;y(t - T) = H(x(t - T))\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Related Links&lt;br /&gt;
*[[The Game]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=4088</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=4088"/>
		<updated>2006-10-13T04:43:58Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Nathan Ferch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nathan Ferch==&lt;br /&gt;
&lt;br /&gt;
Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]]&lt;br /&gt;
[[Image:noahferch.jpg|thumb|Noah Ferch]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2586</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2586"/>
		<updated>2006-10-13T04:43:52Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Nathan Ferch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nathan Ferch==&lt;br /&gt;
&lt;br /&gt;
Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]][[Image:noahferch.jpg|thumb|Noah Ferch]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2585</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2585"/>
		<updated>2006-10-13T04:43:44Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Nathan Ferch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nathan Ferch==&lt;br /&gt;
&lt;br /&gt;
Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]]&lt;br /&gt;
[[Image:noahferch.jpg|thumb|Noah Ferch]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=File:Noahferch.jpg&amp;diff=4104</id>
		<title>File:Noahferch.jpg</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=File:Noahferch.jpg&amp;diff=4104"/>
		<updated>2006-10-13T04:43:14Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2584</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2584"/>
		<updated>2006-10-13T04:36:14Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Nathan Ferch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nathan Ferch==&lt;br /&gt;
&lt;br /&gt;
Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2583</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2583"/>
		<updated>2006-10-13T04:35:50Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Nathan Ferch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nathan Ferch==&lt;br /&gt;
&lt;br /&gt;
Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]]&lt;br /&gt;
&lt;br /&gt;
--[[User:Nathan|Nathan]] 21:35, 12 Oct 2006 (PDT)&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2582</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2582"/>
		<updated>2006-10-13T04:34:23Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Nathan Ferch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nathan Ferch==&lt;br /&gt;
&lt;br /&gt;
Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2581</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2581"/>
		<updated>2006-10-13T04:34:14Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nathan Ferch==&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2580</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2580"/>
		<updated>2006-10-13T04:34:02Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* My Family */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Nathan Ferch==&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2579</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2579"/>
		<updated>2006-10-13T04:33:50Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* My Family */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My Family==&lt;br /&gt;
[[Image:FerchFamily.jpg|thumb|My Family]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2618</id>
		<title>Signals and Systems</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2618"/>
		<updated>2006-10-13T04:30:27Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Topics ==&lt;br /&gt;
[[Fourier series - by Ray Betz|Overview of Signals and Systems]]&lt;br /&gt;
&lt;br /&gt;
===Individual Subjects===&lt;br /&gt;
*[[Linear Time Invarient System|Linear Time Invarient Systems]]&lt;br /&gt;
**[[The Game|&amp;quot;The Game&amp;quot;]]&lt;br /&gt;
*[[Orthogonal functions|Orthogonal Functions]]&lt;br /&gt;
*[[Energy in a signal|Finding the Energy in a Signal]]&lt;br /&gt;
**[[Rayleigh&#039;s Theorem]]&lt;br /&gt;
*[[Fourier series|Fourier Series]]&lt;br /&gt;
*[[Fourier transform|Fourier Transforms]]&lt;br /&gt;
**[[Discrete Fourier transform]]&lt;br /&gt;
*[[Sampling]]&lt;br /&gt;
*[[FIR Filter Example]]&lt;br /&gt;
&lt;br /&gt;
===Course Pages===&lt;br /&gt;
[[2005-2006 Assignments]]&lt;br /&gt;
&lt;br /&gt;
[[2006-2007 Assignments]]&lt;br /&gt;
&lt;br /&gt;
[http://www.wwc.edu/~frohro/ClassNotes/engr455index.htm Class notes for Signals &amp;amp; Systems]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Frohro|Instructor: Rob Frohne]]&lt;br /&gt;
&lt;br /&gt;
==2004-2005 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Barnsa|Sam Barnes]]&lt;br /&gt;
&lt;br /&gt;
[[User:Santsh|Shawn Santana]]&lt;br /&gt;
&lt;br /&gt;
[[User:Goeari|Aric Goe]]&lt;br /&gt;
&lt;br /&gt;
[[User:Caswto|Todd Caswell]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andeda|David Anderson]]&lt;br /&gt;
&lt;br /&gt;
[[User:Guenan|Anthony Guenterberg]]&lt;br /&gt;
&lt;br /&gt;
==2005-2006 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:GabrielaV|Gabriela Valdivia]]&lt;br /&gt;
&lt;br /&gt;
[[User:SDiver|Raymond Betz]]&lt;br /&gt;
&lt;br /&gt;
[[User:chrijen|Jenni Christensen]]&lt;br /&gt;
&lt;br /&gt;
[[User:wonoje|Jeffrey Wonoprabowo]]&lt;br /&gt;
&lt;br /&gt;
[[User:wilspa|Paul Wilson]]&lt;br /&gt;
&lt;br /&gt;
==2006-2007 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Smitry|Ryan J Smith]]&lt;br /&gt;
&lt;br /&gt;
[[User:Nathan|Nathan Ferch]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andrew|Andrew Lopez]]&lt;br /&gt;
&lt;br /&gt;
[[User:Sherna|Nathan Sherman]]&lt;br /&gt;
&lt;br /&gt;
[[User:Adkich|Chris Adkins]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2577</id>
		<title>Signals and Systems</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2577"/>
		<updated>2006-10-13T04:26:45Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Course Pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.wwc.edu/~frohro/ClassNotes/engr455index.htm Class notes for Signals &amp;amp; Systems]&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
[[Fourier series - by Ray Betz|Overview of Signals and Systems]]&lt;br /&gt;
&lt;br /&gt;
===Individual Subjects===&lt;br /&gt;
*[[Linear Time Invarient System|Linear Time Invarient Systems]]&lt;br /&gt;
**[[The Game|&amp;quot;The Game&amp;quot;]]&lt;br /&gt;
*[[Orthogonal functions|Orthogonal Functions]]&lt;br /&gt;
*[[Energy in a signal|Finding the Energy in a Signal]]&lt;br /&gt;
**[[Rayleigh&#039;s Theorem]]&lt;br /&gt;
*[[Fourier series|Fourier Series]]&lt;br /&gt;
*[[Fourier transform|Fourier Transforms]]&lt;br /&gt;
**[[Discrete Fourier transform]]&lt;br /&gt;
*[[Sampling]]&lt;br /&gt;
*[[FIR Filter Example]]&lt;br /&gt;
&lt;br /&gt;
===Course Pages===&lt;br /&gt;
[[2005-2006 Assignments]]&lt;br /&gt;
&lt;br /&gt;
[[2006-2007 Assignments]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Frohro|Instructor: Rob Frohne]]&lt;br /&gt;
&lt;br /&gt;
==2004-2005 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Barnsa|Sam Barnes]]&lt;br /&gt;
&lt;br /&gt;
[[User:Santsh|Shawn Santana]]&lt;br /&gt;
&lt;br /&gt;
[[User:Goeari|Aric Goe]]&lt;br /&gt;
&lt;br /&gt;
[[User:Caswto|Todd Caswell]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andeda|David Anderson]]&lt;br /&gt;
&lt;br /&gt;
[[User:Guenan|Anthony Guenterberg]]&lt;br /&gt;
&lt;br /&gt;
==2005-2006 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:GabrielaV|Gabriela Valdivia]]&lt;br /&gt;
&lt;br /&gt;
[[User:SDiver|Raymond Betz]]&lt;br /&gt;
&lt;br /&gt;
[[User:chrijen|Jenni Christensen]]&lt;br /&gt;
&lt;br /&gt;
[[User:wonoje|Jeffrey Wonoprabowo]]&lt;br /&gt;
&lt;br /&gt;
[[User:wilspa|Paul Wilson]]&lt;br /&gt;
&lt;br /&gt;
==2006-2007 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Smitry|Ryan J Smith]]&lt;br /&gt;
&lt;br /&gt;
[[User:Nathan|Nathan Ferch]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andrew|Andrew Lopez]]&lt;br /&gt;
&lt;br /&gt;
[[User:Sherna|Nathan Sherman]]&lt;br /&gt;
&lt;br /&gt;
[[User:Adkich|Chris Adkins]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2576</id>
		<title>Signals and Systems</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2576"/>
		<updated>2006-10-13T04:26:10Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Topics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.wwc.edu/~frohro/ClassNotes/engr455index.htm Class notes for Signals &amp;amp; Systems]&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
[[Fourier series - by Ray Betz|Overview of Signals and Systems]]&lt;br /&gt;
&lt;br /&gt;
===Individual Subjects===&lt;br /&gt;
*[[Linear Time Invarient System|Linear Time Invarient Systems]]&lt;br /&gt;
**[[The Game|&amp;quot;The Game&amp;quot;]]&lt;br /&gt;
*[[Orthogonal functions|Orthogonal Functions]]&lt;br /&gt;
*[[Energy in a signal|Finding the Energy in a Signal]]&lt;br /&gt;
**[[Rayleigh&#039;s Theorem]]&lt;br /&gt;
*[[Fourier series|Fourier Series]]&lt;br /&gt;
*[[Fourier transform|Fourier Transforms]]&lt;br /&gt;
**[[Discrete Fourier transform]]&lt;br /&gt;
*[[Sampling]]&lt;br /&gt;
*[[FIR Filter Example]]&lt;br /&gt;
&lt;br /&gt;
===Course Pages===&lt;br /&gt;
[[2005-2006 Assignments]]&lt;br /&gt;
&lt;br /&gt;
[[2006-2007 Assignments]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t figure out how to get to others Users pages easily so I decided to start posting them here, please add yours:&lt;br /&gt;
&lt;br /&gt;
[[User:Frohro|Rob Frohne]]&lt;br /&gt;
&lt;br /&gt;
==2004-2005 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Barnsa|Sam Barnes]]&lt;br /&gt;
&lt;br /&gt;
[[User:Santsh|Shawn Santana]]&lt;br /&gt;
&lt;br /&gt;
[[User:Goeari|Aric Goe]]&lt;br /&gt;
&lt;br /&gt;
[[User:Caswto|Todd Caswell]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andeda|David Anderson]]&lt;br /&gt;
&lt;br /&gt;
[[User:Guenan|Anthony Guenterberg]]&lt;br /&gt;
&lt;br /&gt;
==2005-2006 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:GabrielaV|Gabriela Valdivia]]&lt;br /&gt;
&lt;br /&gt;
[[User:SDiver|Raymond Betz]]&lt;br /&gt;
&lt;br /&gt;
[[User:chrijen|Jenni Christensen]]&lt;br /&gt;
&lt;br /&gt;
[[User:wonoje|Jeffrey Wonoprabowo]]&lt;br /&gt;
&lt;br /&gt;
[[User:wilspa|Paul Wilson]]&lt;br /&gt;
&lt;br /&gt;
==2006-2007 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Smitry|Ryan J Smith]]&lt;br /&gt;
&lt;br /&gt;
[[User:Nathan|Nathan Ferch]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andrew|Andrew Lopez]]&lt;br /&gt;
&lt;br /&gt;
[[User:Sherna|Nathan Sherman]]&lt;br /&gt;
&lt;br /&gt;
[[User:Adkich|Chris Adkins]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Talk:Signals_and_Systems&amp;diff=4103</id>
		<title>Talk:Signals and Systems</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Talk:Signals_and_Systems&amp;diff=4103"/>
		<updated>2006-10-13T03:57:15Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Signals and Systems Discussion===&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2572</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2572"/>
		<updated>2006-10-11T04:22:53Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v(t) | v(t)&amp;gt; \!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; \!&amp;lt;/math&amp;gt;&lt;br /&gt;
By [[Rayliegh&#039;s Theroem]],&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; = \int_{-\infty}^{\infty} |V(f)|^2\,df &amp;lt;/math&amp;gt;&lt;br /&gt;
This implies that the energy of a signal can be found by the fourier transform of the signal,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} |V(f)|^2\,df &amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2568</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2568"/>
		<updated>2006-10-11T04:20:50Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v(t) | v(t)&amp;gt; \!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; \!&amp;lt;/math&amp;gt;&lt;br /&gt;
By [[Rayliegh&#039;s Theroem]],&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; = \int_{-\infty}^{\infty} |V(f)|^2\,df &amp;lt;/math&amp;gt;&lt;br /&gt;
This implies that the energy of a signal can be found by the fourier transform of the signal,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} |V(f)|^2\,df &amp;lt;/math&amp;gt;&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2567</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2567"/>
		<updated>2006-10-11T04:20:28Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v(t) | v(t)&amp;gt; \!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; \!&amp;lt;/math&amp;gt;&lt;br /&gt;
By [[Rayliegh&#039;s Theroem]],&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; = \int_{-\infty}^{\infty} |V(f)|^2\,df &amp;lt;/math&amp;gt;&lt;br /&gt;
This implies that the energy of a signal can be found by integrating the square of the fourier transform of the signal,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} |V(f)|^2\,df &amp;lt;/math&amp;gt;&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2566</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2566"/>
		<updated>2006-10-11T04:19:10Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v(t) | v(t)&amp;gt; \!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; \!&amp;lt;/math&amp;gt;&lt;br /&gt;
By [[Rayliegh&#039;s Theroem]],&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; = \int_{-\infty}^{\infty} |V(f)|^2\,df &amp;lt;/math&amp;gt;&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2565</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2565"/>
		<updated>2006-10-11T04:18:41Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v(t) | v(t)&amp;gt; \!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; \!&amp;lt;/math&amp;gt;&lt;br /&gt;
By [Rayliegh&#039;s Theroem],&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; = \int_{-\infty}^{\infty} |V(f)|^2\,df &amp;lt;/math&amp;gt;&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2564</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2564"/>
		<updated>2006-10-11T04:14:02Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v(t) | v(t)&amp;gt; \!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; \!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2563</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2563"/>
		<updated>2006-10-11T04:13:48Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v(t) | v(t)&amp;gt; \!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt; &amp;lt;v|v&amp;gt; /!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2562</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2562"/>
		<updated>2006-10-11T04:13:20Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
: &amp;lt;math&amp;gt; &amp;lt;v(t) | v(t)&amp;gt; \!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2561</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2561"/>
		<updated>2006-10-11T04:13:08Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
&amp;lt;math&amp;gt; &amp;lt;v(t)|v(t)&amp;gt; \!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2560</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2560"/>
		<updated>2006-10-11T04:10:06Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be written using [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation as&lt;br /&gt;
&amp;lt;math&amp;gt; &amp;lt;v(t)|v(t)&amp;gt; &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2559</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2559"/>
		<updated>2006-10-11T04:05:54Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {v^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |v|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2558</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2558"/>
		<updated>2006-10-11T04:05:34Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {V^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |V|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2557</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2557"/>
		<updated>2006-10-11T04:00:17Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \, dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2556</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2556"/>
		<updated>2006-10-11T03:59:58Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \, \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2555</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2555"/>
		<updated>2006-10-11T03:56:51Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2554</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2554"/>
		<updated>2006-10-11T03:56:28Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a Signal===&lt;br /&gt;
From circuit analysis we know that the power generated by voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2553</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2553"/>
		<updated>2006-10-11T03:56:16Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a signal===&lt;br /&gt;
From circuit analysis we know that the power generated by voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2552</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2552"/>
		<updated>2006-10-11T03:55:09Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a signal===&lt;br /&gt;
From circiut analysis we know that the power generated by voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2551</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2551"/>
		<updated>2006-10-11T03:46:51Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a signal===&lt;br /&gt;
From circiut analysis we know that the power generated by voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2550</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2550"/>
		<updated>2006-10-11T03:45:06Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a signal===&lt;br /&gt;
From circiut analysis we know that the power of a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;P(t) = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2549</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2549"/>
		<updated>2006-10-11T03:44:48Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Energy of a signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a signal===&lt;br /&gt;
From circiut analysis we know that the power of a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2548</id>
		<title>Energy in a signal</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Energy_in_a_signal&amp;diff=2548"/>
		<updated>2006-10-11T03:40:01Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Definition of Energy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Signals and systems|Signals and Systems]]&lt;br /&gt;
===Definition of Energy===&lt;br /&gt;
Energy is the ability or potential for something to create change.  Scientifically energy is defined as total work done by a force.  Work can be mathematically calculated as the line integral of force per infinatesimal unit distance,&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int \mathbf{F} \cdot \mathrm{d}\mathbf{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Power represents a change in energy.&lt;br /&gt;
: &amp;lt;math&amp;gt; P(t) = \frac{dW}{dt} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means we can also write energy as&lt;br /&gt;
: &amp;lt;math&amp;gt; W = \int_{-\infty}^{\infty} P(t)\,dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Energy of a signal===&lt;br /&gt;
From circiut analysis we know that the energy of a voltage source is,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = {\mathbf{V}^2(t) \over R}&amp;lt;/math&amp;gt;&lt;br /&gt;
Assuming that R is 1 then the total energy is just,&lt;br /&gt;
: &amp;lt;math&amp;gt;W = \int_{-\infty}^\infty |\mathbf{V}|^2(t) \mathrm{d}\mathbf{t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is far from complete please feel free to pick up where it has been left off.&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Orthogonal_functions&amp;diff=2477</id>
		<title>Orthogonal functions</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Orthogonal_functions&amp;diff=2477"/>
		<updated>2006-10-04T03:08:17Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Vectors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
In this article we will examine another viewpoint for functions than that traditionally taken.  Normally we think of a function &amp;lt;math&amp;gt; f(t) &amp;lt;/math&amp;gt; as a complicated entity - &amp;lt;math&amp;gt; f() &amp;lt;/math&amp;gt; in a simple environment (one dimension, or along the t axis).  Now we want to think of a function as a vector or point (a simple thing) in a very complicated environment (possibly an infinite dimensional space).&lt;br /&gt;
&lt;br /&gt;
==Vectors==&lt;br /&gt;
Recall that vectors consist of an ordered set of numbers.  Often the numbers are Real numbers, but we shall allow them to be Complex for our purposes.  The numbers represent the amount of the vector in the direction denoted by the position of the number in the list.  Each position in the list is associated with a direction.  For example, the vector&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt; means that the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; is one unit in the first direction (often the x direction), four units in the second direction (often the y direction), and three units in the last direction (often the z direction).  We say the component of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; in the second direction is 4.  This is often written as &amp;lt;math&amp;gt; v_y = 4 &amp;lt;/math&amp;gt;.&lt;br /&gt;
====Vector notation====&lt;br /&gt;
We don&#039;t have to use x, y, and z as the direction names; we can use numbers, like 1, 2, and 3 instead.  The advantage of this is that it leads to more compact notation, and extends to more than three dimensions much better.  For example we could say &amp;lt;math&amp;gt; v_2 = 4 &amp;lt;/math&amp;gt; instead of &amp;lt;math&amp;gt; v_y = 4 &amp;lt;/math&amp;gt;.  Instead of writing &amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt; we can write &amp;lt;math&amp;gt; \vec \bold v = \sum_{k=1}^3 v_k \hat \bold a_k &amp;lt;/math&amp;gt; where the &amp;lt;math&amp;gt;\hat \bold a_k &amp;lt;/math&amp;gt; denotes a basis vector in the kth direction, &amp;lt;math&amp;gt;v_1 = 1,&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; v_2 = 4, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; v_3 = 3&amp;lt;/math&amp;gt;.  The idea of basis vectors was implicit in the notation &amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Inner products for vectors===&lt;br /&gt;
When vectors are real, inner products (sometimes called dot products) give the component of one vector in another vector&#039;s direction, scaled by the magnitude (length) of the second vector.  Inner products are useful to find components of vectors.  We commonly use a dot as the symbol for inner product.  For example, the inner product of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \vec \bold a_n &amp;lt;/math&amp;gt; is written:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold a_n &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Orthogonality for vectors====&lt;br /&gt;
It is quite handy to pick the directions used so that they are perpendicular (or orthogonal).  With this arrangement the basis vectors have no components in each other&#039;s directions, which means that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec \bold a_k \bullet \vec \bold a_n = w_k \delta_{k,n} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt; w_k &amp;lt;/math&amp;gt; is the square of the length of &amp;lt;math&amp;gt; \vec \bold a_k &amp;lt;/math&amp;gt; and the symbol &amp;lt;math&amp;gt; \delta_{k,n} &amp;lt;/math&amp;gt;, known as the [http://en.wikipedia.org/wiki/Kronecker_delta Kronecker delta], is one when k = n and zero otherwise.&lt;br /&gt;
=====Normalization=====&lt;br /&gt;
When the &amp;lt;math&amp;gt; w_k = 1&amp;lt;/math&amp;gt; we have an orthonormal basis set, meaning that it is both orthogonal and that the basis vectors are normalized to unity (or have length one).  Orthonormal vector systems are very popular.  In fact they are the most common vector systems you will find.  The reason they are so handy is each direction is uncoupled from the others.&lt;br /&gt;
&lt;br /&gt;
For example, to find &amp;lt;math&amp;gt; v_n &amp;lt;/math&amp;gt;, we take the inner product of the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; with a unit vector in the nth direction, &amp;lt;math&amp;gt; \vec \bold a_n &amp;lt;/math&amp;gt;.  We write this operation like this:  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold a_n = \sum_{k=1}^3 v_k \vec \bold a_k \bullet \vec \bold a_n = \sum_{k=1}^3 v_k \delta_{k,n} =  v_n &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Suppose we have two vectors from an orthonormal system, &amp;lt;math&amp;gt; \vec \bold u &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt;.  Taking the inner product of these vectors, we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold u \bullet \vec \bold v = \sum_{k=1}^3 u_k \vec \bold a_k \bullet \sum_{m=1}^3 v_m \vec \bold a_m  = \sum_{k=1}^3 u_k \sum_{m=1}^3  v_m \vec \bold a_k \bullet  \vec \bold a_m = \sum_{k=1}^3 u_k \sum_{m=1}^3  v_m \delta_{k,m} = \sum_{k=1}^3 v_k u_k &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This shows that when we have an orthonormal vector space, inner products boil down to summing the products of like components.  Also note that if we take the inner product of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; with itself, we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold v = \sum_{k=1}^3 v_k \vec \bold a_k \bullet \sum_{m=1}^3 v_m \vec \bold a_m  = \sum_{k=1}^3 v_k \sum_{m=1}^3  v_m \vec \bold a_k \bullet  \vec \bold a_m = \sum_{k=1}^3 v_k \sum_{m=1}^3  v_m \delta_{k,m} = \sum_{k=1}^3 v_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which is the magnitude of the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; squared (&amp;lt;math&amp;gt; | \vec \bold v |^2 &amp;lt;/math&amp;gt;) from the Pythagorean Theorem.&lt;br /&gt;
&lt;br /&gt;
====Changing vector basis sets====&lt;br /&gt;
Sometimes in our studies we find it useful to change basis sets.  For example, when solving a physics problem with cylindrical symmetry, it is often easier to use cylindrical coordinates, and the basis vectors that go with that system, rather than the more usual Cartesian coordinates and basis vectors. &lt;br /&gt;
=====So, how do I change the basis set?=====&lt;br /&gt;
If the new basis set is orthonormal, it is really pretty simple.  You need to project the vector you want changed onto each of the new basis vectors.  This means that the new components are just the inner product of the vector and the appropriate basis function.  If the new basis set is not orthonormal, and if there are n dimensions in each basis set, you will have n linear coupled equations in n unknowns to solve.&lt;br /&gt;
&lt;br /&gt;
===More vector questions===&lt;br /&gt;
&lt;br /&gt;
[[Complex vector inner products|What if the vectors have complex components?]]&lt;br /&gt;
&lt;br /&gt;
[[Vector weighting functions|What if not all components of the vectors have the same units?]]&lt;br /&gt;
&lt;br /&gt;
[[Multiple dimensional vectors|What if there are more than three dimensions?]]&lt;br /&gt;
&lt;br /&gt;
==Functions and vectors, an analogy==&lt;br /&gt;
We may think of the number of the direction, &amp;lt;math&amp;gt; k &amp;lt;/math&amp;gt;, as the independent variable of a vector and the component in that direction, &amp;lt;math&amp;gt; v_k &amp;lt;/math&amp;gt; as the dependent variable of the vector &amp;lt;math&amp;gt; \vec \bold  v &amp;lt;/math&amp;gt; in a similar way to the way we think of t as the independent variable of a function f(), where f(t) is the dependent variable of f.  Probably the biggest difference here is that t often takes on real values from &amp;lt;math&amp;gt; - \infty &amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt; \infty &amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt; k \in {1, 2, 3} &amp;lt;/math&amp;gt;.  Using this analogy, we may think of a function as a vector having an uncountably infinite number of dimensions.  &lt;br /&gt;
&lt;br /&gt;
====Can we write functions in an analogous way to the way we write vectors?====&lt;br /&gt;
&lt;br /&gt;
Remember we wrote &amp;lt;math&amp;gt; \vec \bold v = \sum_{k=1}^3 v_k \hat \bold a_k &amp;lt;/math&amp;gt;.  Can we write something similar for a function, f(t) defined for t an element of the reals?  Well maybe....  If the sum over the dummy index k becomes an integral over the dummy variable, x, and the unit vectors &amp;lt;math&amp;gt; \vec \bold a_k &amp;lt;/math&amp;gt; are replaced with something like &amp;lt;math&amp;gt; \delta(x-t) &amp;lt;/math&amp;gt;, the [http://en.wikipedia.org/wiki/Delta_function Dirac delta function].  The result would look something like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(t) = \int_{- \infty}^\infty f(x) \delta (x-t) dx &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This works!  The Dirac delta functions, playing the roll of the basis vectors, are called basis functions.  The function f(x) plays the roll of the vector coefficients &amp;lt;math&amp;gt;v_k&amp;lt;/math&amp;gt;.  This gives us another way to think of the function f().&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inner products for functions===&lt;br /&gt;
[[Orthogonal functions#Inner products for vectors|Above]] we found that a vector inner product between &amp;lt;math&amp;gt;\vec \bold u &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\vec \bold v &amp;lt;/math&amp;gt; could be written as &amp;lt;math&amp;gt; \vec \bold u \bullet \vec \bold v = \sum_{k=1}^3 u_k v_k &amp;lt;/math&amp;gt;.  If we follow our above analogy, we should be able to replace the sum over k with an integral over x.  There is one little notational problem, and that is we don&#039;t want to confuse the functional inner product with a simple muliply, so we need some new notation to denote this new inner product.  In [http://en.wikipedia.org/wiki/Quantum_mechanics quantum mechanics], physicists use the [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation.  Let&#039;s borrow that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &amp;lt;u|v&amp;gt; = \int_{-\infty}^\infty u^*(x) v(x) dx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note the complex conjugate on the function u(x).  That is in case u(x) is a complex valued function.  For the analogous case with vectors see [[Complex vector inner products]].&lt;br /&gt;
====Orthogonality for functions====&lt;br /&gt;
Two functions, &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;v(t)&amp;lt;/math&amp;gt; are said to be orthogonal on the interval &amp;lt;math&amp;gt; (a,b) &amp;lt;/math&amp;gt; with respect to the weighting function &amp;lt;math&amp;gt; w(t) &amp;lt;/math&amp;gt;  if and only if &lt;br /&gt;
&amp;lt;math&amp;gt;\int_a^b w(x) u^*(x) v(x) dx = 0 &amp;lt;/math&amp;gt;.&lt;br /&gt;
The weighting function is often unity, but it is included so that different values of t can be weighted appropriately in analogy to the way the &amp;lt;math&amp;gt;w_k&amp;lt;/math&amp;gt; weight was used when the vector basis set was orthogonal, but not orthonormal (that is, different basis vectors had different numerical lengths), as we discussed [[Vector weighting functions|here]].  Unless otherwise noted we will use &amp;lt;math&amp;gt; w(t) = 1 &amp;lt;/math&amp;gt;, so that the defining relation for orthogonality of functions &amp;lt;math&amp;gt; u &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; v &amp;lt;/math&amp;gt; becomes&lt;br /&gt;
&amp;lt;math&amp;gt;\int_a^b  u^*(x) v(x) dx = 0 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Changing basis sets with functions====&lt;br /&gt;
====Examples====&lt;br /&gt;
*[[Fourier series]]&lt;br /&gt;
*[[Reconstructing bandlimited signals from sample points]]&lt;br /&gt;
&lt;br /&gt;
==Other resources on orthogonality==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Inner_product Wikipedia inner product]&lt;br /&gt;
&lt;br /&gt;
Principle author of this page:  [[User:Frohro|Rob Frohne]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Orthogonal_functions&amp;diff=2474</id>
		<title>Orthogonal functions</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Orthogonal_functions&amp;diff=2474"/>
		<updated>2006-10-04T03:01:15Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
In this article we will examine another viewpoint for functions than that traditionally taken.  Normally we think of a function &amp;lt;math&amp;gt; f(t) &amp;lt;/math&amp;gt; as a complicated entity - &amp;lt;math&amp;gt; f() &amp;lt;/math&amp;gt; in a simple environment (one dimension, or along the t axis).  Now we want to think of a function as a vector or point (a simple thing) in a very complicated environment (possibly an infinite dimensional space).&lt;br /&gt;
&lt;br /&gt;
==Vectors==&lt;br /&gt;
Recall that vectors consist of an ordered set of numbers.  Often the numbers are Real numbers, but we shall allow them to be from the Complex numbers for our purposes.  The numbers represent the amount of the vector in the direction denoted by the position of the number in the list.  Each position in the list is associated with a direction.  For example, the vector&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt; means that the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; is one unit in the first direction (often the x direction), four units in the second direction (often the y direction), and three units in the last direction (often the z direction).  We say the component of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; in the second direction is 4.  This is often written as &amp;lt;math&amp;gt; v_y = 4 &amp;lt;/math&amp;gt;.&lt;br /&gt;
====Vector notation====&lt;br /&gt;
We don&#039;t have to use x, y, and z as the direction names; we can use numbers, like 1, 2, and 3 instead.  The advantage of this is that it leads to more compact notation, and extends to more than three dimensions much better.  For example we could say &amp;lt;math&amp;gt; v_2 = 4 &amp;lt;/math&amp;gt; instead of &amp;lt;math&amp;gt; v_y = 4 &amp;lt;/math&amp;gt;.  Instead of writing &amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt; we can write &amp;lt;math&amp;gt; \vec \bold v = \sum_{k=1}^3 v_k \hat \bold a_k &amp;lt;/math&amp;gt; where the &amp;lt;math&amp;gt;\hat \bold a_k &amp;lt;/math&amp;gt; denotes a basis vector in the kth direction, &amp;lt;math&amp;gt;v_1 = 1,&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt; v_2 = 4, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; v_3 = 3&amp;lt;/math&amp;gt;.  The idea of basis vectors was implicit in the notation &amp;lt;math&amp;gt; \vec \bold v = &amp;lt;1, 4, 3&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Inner products for vectors===&lt;br /&gt;
When vectors are real, inner products, sometimes called dot products give the component of one vector in another vector&#039;s direction, scaled by the magnitude (length) of the second vector.  Inner products are useful to find components of vectors.  We commonly use a dot as the symbol for inner product.  For example, the inner product of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \vec \bold a_n &amp;lt;/math&amp;gt; is written:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold a_n &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Orthogonality for vectors====&lt;br /&gt;
It is quite handy to pick the directions used so that they are perpendicular (or orthogonal).  With this arrangement the basis vectors have no components in each other&#039;s directions, which means that &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec \bold a_k \bullet \vec \bold a_n = w_k \delta_{k,n} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt; w_k &amp;lt;/math&amp;gt; is the square of the length of &amp;lt;math&amp;gt; \vec \bold a_k &amp;lt;/math&amp;gt; and the symbol &amp;lt;math&amp;gt; \delta_{k,n} &amp;lt;/math&amp;gt;, known as the [http://en.wikipedia.org/wiki/Kronecker_delta Kronecker delta], is one when k = n and zero otherwise.&lt;br /&gt;
=====Normalization=====&lt;br /&gt;
When the &amp;lt;math&amp;gt; w_k = 1&amp;lt;/math&amp;gt; we have an orthonormal basis set, meaning that it is both orthogonal and that the basis vectors are normalized to unity (or have length one).  Orthonormal vector systems are very popular.  In fact they are the most common vector systems you will find.  The reason they are so handy is each direction is uncoupled from the others.&lt;br /&gt;
&lt;br /&gt;
For example, to find &amp;lt;math&amp;gt; v_n &amp;lt;/math&amp;gt;, we take the inner product of the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; with a unit vector in the nth direction, &amp;lt;math&amp;gt; \vec \bold a_n &amp;lt;/math&amp;gt;.  We write this operation like this:  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold a_n = \sum_{k=1}^3 v_k \vec \bold a_k \bullet \vec \bold a_n = \sum_{k=1}^3 v_k \delta_{k,n} =  v_n &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Suppose we have two vectors from an orthonormal system, &amp;lt;math&amp;gt; \vec \bold u &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt;.  Taking the inner product of these vectors, we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold u \bullet \vec \bold v = \sum_{k=1}^3 u_k \vec \bold a_k \bullet \sum_{m=1}^3 v_m \vec \bold a_m  = \sum_{k=1}^3 u_k \sum_{m=1}^3  v_m \vec \bold a_k \bullet  \vec \bold a_m = \sum_{k=1}^3 u_k \sum_{m=1}^3  v_m \delta_{k,m} = \sum_{k=1}^3 v_k u_k &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This shows that when we have an orthonormal vector space, inner products boil down to summing the products of like components.  Also note that if we take the inner product of &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; with itself, we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec \bold v \bullet \vec \bold v = \sum_{k=1}^3 v_k \vec \bold a_k \bullet \sum_{m=1}^3 v_m \vec \bold a_m  = \sum_{k=1}^3 v_k \sum_{m=1}^3  v_m \vec \bold a_k \bullet  \vec \bold a_m = \sum_{k=1}^3 v_k \sum_{m=1}^3  v_m \delta_{k,m} = \sum_{k=1}^3 v_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which is the magnitude of the vector &amp;lt;math&amp;gt; \vec \bold v &amp;lt;/math&amp;gt; squared (&amp;lt;math&amp;gt; | \vec \bold v |^2 &amp;lt;/math&amp;gt;) from the Pythagorean Theorem.&lt;br /&gt;
&lt;br /&gt;
====Changing vector basis sets====&lt;br /&gt;
Sometimes in our studies we find it useful to change basis sets.  For example, when solving a physics problem with cylindrical symmetry, it is often easier to use cylindrical coordinates, and the basis vectors that go with that system, rather than the more usual Cartesian coordinates and basis vectors. &lt;br /&gt;
=====So, how do I change the basis set?=====&lt;br /&gt;
If the new basis set is orthonormal, it is really pretty simple.  You need to project the vector you want changed onto each of the new basis vectors.  This means that the new components are just the inner product of the vector and the appropriate basis function.  If the new basis set is not orthonormal, and if there are n dimensions in each basis set, you will have n linear coupled equations in n unknowns to solve.&lt;br /&gt;
&lt;br /&gt;
===More vector questions===&lt;br /&gt;
&lt;br /&gt;
[[Complex vector inner products|What if the vectors have complex components?]]&lt;br /&gt;
&lt;br /&gt;
[[Vector weighting functions|What if not all components of the vectors have the same units?]]&lt;br /&gt;
&lt;br /&gt;
[[Multiple dimensional vectors|What if there are more than three dimensions?]]&lt;br /&gt;
&lt;br /&gt;
==Functions and vectors, an analogy==&lt;br /&gt;
We may think of the number of the direction, &amp;lt;math&amp;gt; k &amp;lt;/math&amp;gt;, as the independent variable of a vector and the component in that direction, &amp;lt;math&amp;gt; v_k &amp;lt;/math&amp;gt; as the dependent variable of the vector &amp;lt;math&amp;gt; \vec \bold  v &amp;lt;/math&amp;gt; in a similar way to the way we think of t as the independent variable of a function f(), where f(t) is the dependent variable of f.  Probably the biggest difference here is that t often takes on real values from &amp;lt;math&amp;gt; - \infty &amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt; \infty &amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt; k \in {1, 2, 3} &amp;lt;/math&amp;gt;.  Using this analogy, we may think of a function as a vector having an uncountably infinite number of dimensions.  &lt;br /&gt;
&lt;br /&gt;
====Can we write functions in an analogous way to the way we write vectors?====&lt;br /&gt;
&lt;br /&gt;
Remember we wrote &amp;lt;math&amp;gt; \vec \bold v = \sum_{k=1}^3 v_k \hat \bold a_k &amp;lt;/math&amp;gt;.  Can we write something similar for a function, f(t) defined for t an element of the reals?  Well maybe....  If the sum over the dummy index k becomes an integral over the dummy variable, x, and the unit vectors &amp;lt;math&amp;gt; \vec \bold a_k &amp;lt;/math&amp;gt; are replaced with something like &amp;lt;math&amp;gt; \delta(x-t) &amp;lt;/math&amp;gt;, the [http://en.wikipedia.org/wiki/Delta_function Dirac delta function].  The result would look something like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(t) = \int_{- \infty}^\infty f(x) \delta (x-t) dx &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This works!  The Dirac delta functions, playing the roll of the basis vectors, are called basis functions.  The function f(x) plays the roll of the vector coefficients &amp;lt;math&amp;gt;v_k&amp;lt;/math&amp;gt;.  This gives us another way to think of the function f().&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inner products for functions===&lt;br /&gt;
[[Orthogonal functions#Inner products for vectors|Above]] we found that a vector inner product between &amp;lt;math&amp;gt;\vec \bold u &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\vec \bold v &amp;lt;/math&amp;gt; could be written as &amp;lt;math&amp;gt; \vec \bold u \bullet \vec \bold v = \sum_{k=1}^3 u_k v_k &amp;lt;/math&amp;gt;.  If we follow our above analogy, we should be able to replace the sum over k with an integral over x.  There is one little notational problem, and that is we don&#039;t want to confuse the functional inner product with a simple muliply, so we need some new notation to denote this new inner product.  In [http://en.wikipedia.org/wiki/Quantum_mechanics quantum mechanics], physicists use the [http://en.wikipedia.org/wiki/Bra-ket_notation bra-ket] notation.  Let&#039;s borrow that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &amp;lt;u|v&amp;gt; = \int_{-\infty}^\infty u^*(x) v(x) dx &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note the complex conjugate on the function u(x).  That is in case u(x) is a complex valued function.  For the analogous case with vectors see [[Complex vector inner products]].&lt;br /&gt;
====Orthogonality for functions====&lt;br /&gt;
Two functions, &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;v(t)&amp;lt;/math&amp;gt; are said to be orthogonal on the interval &amp;lt;math&amp;gt; (a,b) &amp;lt;/math&amp;gt; with respect to the weighting function &amp;lt;math&amp;gt; w(t) &amp;lt;/math&amp;gt;  if and only if &lt;br /&gt;
&amp;lt;math&amp;gt;\int_a^b w(x) u^*(x) v(x) dx = 0 &amp;lt;/math&amp;gt;.&lt;br /&gt;
The weighting function is often unity, but it is included so that different values of t can be weighted appropriately in analogy to the way the &amp;lt;math&amp;gt;w_k&amp;lt;/math&amp;gt; weight was used when the vector basis set was orthogonal, but not orthonormal (that is, different basis vectors had different numerical lengths), as we discussed [[Vector weighting functions|here]].  Unless otherwise noted we will use &amp;lt;math&amp;gt; w(t) = 1 &amp;lt;/math&amp;gt;, so that the defining relation for orthogonality of functions &amp;lt;math&amp;gt; u &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; v &amp;lt;/math&amp;gt; becomes&lt;br /&gt;
&amp;lt;math&amp;gt;\int_a^b  u^*(x) v(x) dx = 0 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Changing basis sets with functions====&lt;br /&gt;
====Examples====&lt;br /&gt;
*[[Fourier series]]&lt;br /&gt;
*[[Reconstructing bandlimited signals from sample points]]&lt;br /&gt;
&lt;br /&gt;
==Other resources on orthogonality==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Inner_product Wikipedia inner product]&lt;br /&gt;
&lt;br /&gt;
Principle author of this page:  [[User:Frohro|Rob Frohne]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Discrete_Fourier_transform&amp;diff=2519</id>
		<title>Discrete Fourier transform</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Discrete_Fourier_transform&amp;diff=2519"/>
		<updated>2006-10-04T02:49:32Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Discrete Fourier Transform==&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2578</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2578"/>
		<updated>2006-10-02T03:53:33Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My Family==&lt;br /&gt;
[[Image:FerchFamily.jpg]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2458</id>
		<title>Signals and Systems</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2458"/>
		<updated>2006-10-02T03:53:06Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* 2006-2007 contributors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.wwc.edu/~frohro/ClassNotes/engr455index.htm Class notes for Signals &amp;amp; Systems]&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
*[[Orthogonal functions]]&lt;br /&gt;
*[[Fourier series]]&lt;br /&gt;
*[[Fourier transform]]&lt;br /&gt;
*[[Sampling]]&lt;br /&gt;
*[[Discrete Fourier transform]]&lt;br /&gt;
*[[Fourier series - by Ray Betz|Signals and Systems - by Ray Betz]]&lt;br /&gt;
*[[FIR Filter Example]]&lt;br /&gt;
*[[2005-2006 Assignments]]&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t figure out how to get to others Users pages easily so I decided to start posting them here, please add yours:&lt;br /&gt;
&lt;br /&gt;
[[User:Frohro|Rob Frohne]]&lt;br /&gt;
&lt;br /&gt;
==2004-2005 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Barnsa|Sam Barnes]]&lt;br /&gt;
&lt;br /&gt;
[[User:Santsh|Shawn Santana]]&lt;br /&gt;
&lt;br /&gt;
[[User:Goeari|Aric Goe]]&lt;br /&gt;
&lt;br /&gt;
[[User:Caswto|Todd Caswell]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andeda|David Anderson]]&lt;br /&gt;
&lt;br /&gt;
[[User:Guenan|Anthony Guenterberg]]&lt;br /&gt;
&lt;br /&gt;
==2005-2006 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:GabrielaV|Gabriela Valdivia]]&lt;br /&gt;
&lt;br /&gt;
[[User:SDiver|Raymond Betz]]&lt;br /&gt;
&lt;br /&gt;
[[User:chrijen|Jenni Christensen]]&lt;br /&gt;
&lt;br /&gt;
[[User:wonoje|Jeffrey Wonoprabowo]]&lt;br /&gt;
&lt;br /&gt;
[[User:wilspa|Paul Wilson]]&lt;br /&gt;
&lt;br /&gt;
==2006-2007 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Smitry|Ryan J Smith]]&lt;br /&gt;
&lt;br /&gt;
[[User:Nathan|Nathan Ferch]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2452</id>
		<title>Signals and Systems</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2452"/>
		<updated>2006-10-02T03:33:25Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* 2006-2007 contributors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.wwc.edu/~frohro/ClassNotes/engr455index.htm Class notes for Signals &amp;amp; Systems]&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
*[[Orthogonal functions]]&lt;br /&gt;
*[[Fourier series]]&lt;br /&gt;
*[[Fourier transform]]&lt;br /&gt;
*[[Sampling]]&lt;br /&gt;
*[[Discrete Fourier transform]]&lt;br /&gt;
*[[Fourier series - by Ray Betz|Signals and Systems - by Ray Betz]]&lt;br /&gt;
*[[FIR Filter Example]]&lt;br /&gt;
*[[2005-2006 Assignments]]&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t figure out how to get to others Users pages easily so I decided to start posting them here, please add yours:&lt;br /&gt;
&lt;br /&gt;
[[User:Frohro|Rob Frohne]]&lt;br /&gt;
&lt;br /&gt;
==2004-2005 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Barnsa|Sam Barnes]]&lt;br /&gt;
&lt;br /&gt;
[[User:Santsh|Shawn Santana]]&lt;br /&gt;
&lt;br /&gt;
[[User:Goeari|Aric Goe]]&lt;br /&gt;
&lt;br /&gt;
[[User:Caswto|Todd Caswell]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andeda|David Anderson]]&lt;br /&gt;
&lt;br /&gt;
[[User:Guenan|Anthony Guenterberg]]&lt;br /&gt;
&lt;br /&gt;
==2005-2006 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:GabrielaV|Gabriela Valdivia]]&lt;br /&gt;
&lt;br /&gt;
[[User:SDiver|Raymond Betz]]&lt;br /&gt;
&lt;br /&gt;
[[User:chrijen|Jenni Christensen]]&lt;br /&gt;
&lt;br /&gt;
[[User:wonoje|Jeffrey Wonoprabowo]]&lt;br /&gt;
&lt;br /&gt;
[[User:wilspa|Paul Wilson]]&lt;br /&gt;
&lt;br /&gt;
==2006-2007 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Smitry|Ryan J Smith]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smitry|Nathan Ferch]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2451</id>
		<title>Signals and Systems</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2451"/>
		<updated>2006-10-02T03:33:07Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Topics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.wwc.edu/~frohro/ClassNotes/engr455index.htm Class notes for Signals &amp;amp; Systems]&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
*[[Orthogonal functions]]&lt;br /&gt;
*[[Fourier series]]&lt;br /&gt;
*[[Fourier transform]]&lt;br /&gt;
*[[Sampling]]&lt;br /&gt;
*[[Discrete Fourier transform]]&lt;br /&gt;
*[[Fourier series - by Ray Betz|Signals and Systems - by Ray Betz]]&lt;br /&gt;
*[[FIR Filter Example]]&lt;br /&gt;
*[[2005-2006 Assignments]]&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t figure out how to get to others Users pages easily so I decided to start posting them here, please add yours:&lt;br /&gt;
&lt;br /&gt;
[[User:Frohro|Rob Frohne]]&lt;br /&gt;
&lt;br /&gt;
==2004-2005 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Barnsa|Sam Barnes]]&lt;br /&gt;
&lt;br /&gt;
[[User:Santsh|Shawn Santana]]&lt;br /&gt;
&lt;br /&gt;
[[User:Goeari|Aric Goe]]&lt;br /&gt;
&lt;br /&gt;
[[User:Caswto|Todd Caswell]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andeda|David Anderson]]&lt;br /&gt;
&lt;br /&gt;
[[User:Guenan|Anthony Guenterberg]]&lt;br /&gt;
&lt;br /&gt;
==2005-2006 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:GabrielaV|Gabriela Valdivia]]&lt;br /&gt;
&lt;br /&gt;
[[User:SDiver|Raymond Betz]]&lt;br /&gt;
&lt;br /&gt;
[[User:chrijen|Jenni Christensen]]&lt;br /&gt;
&lt;br /&gt;
[[User:wonoje|Jeffrey Wonoprabowo]]&lt;br /&gt;
&lt;br /&gt;
[[User:wilspa|Paul Wilson]]&lt;br /&gt;
&lt;br /&gt;
==2006-2007 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Smitry|Ryan J Smith]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2450</id>
		<title>Signals and Systems</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=Signals_and_Systems&amp;diff=2450"/>
		<updated>2006-10-02T03:32:50Z</updated>

		<summary type="html">&lt;p&gt;Nathan: /* Topics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.wwc.edu/~frohro/ClassNotes/engr455index.htm Class notes for Signals &amp;amp; Systems]&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
*[[Orthogonal functions]]&lt;br /&gt;
*[[Fourier series]]&lt;br /&gt;
*[[Fourier transform]]&lt;br /&gt;
*[[Sampling]]&lt;br /&gt;
*[[Discrete Fourier transform]]&lt;br /&gt;
*[[Fourier series - by Ray Betz|Signals and Systems - by Ray Betz]]&lt;br /&gt;
*[[FIR Filter Example]]&lt;br /&gt;
*[[2005-2006 Assignments]]&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t figure out how to get to others Users pages easily so I decided to start posting them here, please add yours:&lt;br /&gt;
&lt;br /&gt;
[[User:Frohro|Rob Frohne]]&lt;br /&gt;
&lt;br /&gt;
[[User:Nathan|Nathan Ferch]]&lt;br /&gt;
&lt;br /&gt;
==2004-2005 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Barnsa|Sam Barnes]]&lt;br /&gt;
&lt;br /&gt;
[[User:Santsh|Shawn Santana]]&lt;br /&gt;
&lt;br /&gt;
[[User:Goeari|Aric Goe]]&lt;br /&gt;
&lt;br /&gt;
[[User:Caswto|Todd Caswell]]&lt;br /&gt;
&lt;br /&gt;
[[User:Andeda|David Anderson]]&lt;br /&gt;
&lt;br /&gt;
[[User:Guenan|Anthony Guenterberg]]&lt;br /&gt;
&lt;br /&gt;
==2005-2006 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:GabrielaV|Gabriela Valdivia]]&lt;br /&gt;
&lt;br /&gt;
[[User:SDiver|Raymond Betz]]&lt;br /&gt;
&lt;br /&gt;
[[User:chrijen|Jenni Christensen]]&lt;br /&gt;
&lt;br /&gt;
[[User:wonoje|Jeffrey Wonoprabowo]]&lt;br /&gt;
&lt;br /&gt;
[[User:wilspa|Paul Wilson]]&lt;br /&gt;
&lt;br /&gt;
==2006-2007 contributors==&lt;br /&gt;
&lt;br /&gt;
[[User:Smitry|Ryan J Smith]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2453</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2453"/>
		<updated>2006-10-02T03:31:10Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Me with my family:&#039;&#039;&#039;&lt;br /&gt;
[[Image:FerchFamily.jpg]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2448</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2448"/>
		<updated>2006-10-02T03:30:55Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;My Family and I:&#039;&#039;&#039;&lt;br /&gt;
[[Image:FerchFamily.jpg]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2447</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2447"/>
		<updated>2006-10-02T03:30:39Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;My Family:&#039;&#039;&#039;&lt;br /&gt;
[[Image:FerchFamily.jpg]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2446</id>
		<title>User:Nathan</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=User:Nathan&amp;diff=2446"/>
		<updated>2006-10-02T03:29:24Z</updated>

		<summary type="html">&lt;p&gt;Nathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my humble page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:FerchFamily.jpg]]&lt;/div&gt;</summary>
		<author><name>Nathan</name></author>
	</entry>
</feed>