<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://fweb.wallawalla.edu/class-wiki/index.php?action=history&amp;feed=atom&amp;title=An_octave%2FMATLAB_script_to_show_the_relation</id>
	<title>An octave/MATLAB script to show the relation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://fweb.wallawalla.edu/class-wiki/index.php?action=history&amp;feed=atom&amp;title=An_octave%2FMATLAB_script_to_show_the_relation"/>
	<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=An_octave/MATLAB_script_to_show_the_relation&amp;action=history"/>
	<updated>2026-04-06T12:52:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://fweb.wallawalla.edu/class-wiki/index.php?title=An_octave/MATLAB_script_to_show_the_relation&amp;diff=11665&amp;oldid=prev</id>
		<title>Frohro: Created page with &quot;This MATLAB/octave script is a check for the idea that &lt;math&gt;\int_{- \infty}^\infty e^{j2\pi ft} df = \delta(f)&lt;/math&gt;.  &lt;nowiki&gt; close all; T=.01; t=-10:T:10; f=t; [ff,tt]=me...&quot;</title>
		<link rel="alternate" type="text/html" href="https://fweb.wallawalla.edu/class-wiki/index.php?title=An_octave/MATLAB_script_to_show_the_relation&amp;diff=11665&amp;oldid=prev"/>
		<updated>2016-11-02T21:03:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This MATLAB/octave script is a check for the idea that &amp;lt;math&amp;gt;\int_{- \infty}^\infty e^{j2\pi ft} df = \delta(f)&amp;lt;/math&amp;gt;.  &amp;lt;nowiki&amp;gt; close all; T=.01; t=-10:T:10; f=t; [ff,tt]=me...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This MATLAB/octave script is a check for the idea that &amp;lt;math&amp;gt;\int_{- \infty}^\infty e^{j2\pi ft} df = \delta(f)&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
close all;&lt;br /&gt;
T=.01;&lt;br /&gt;
t=-10:T:10;&lt;br /&gt;
f=t;&lt;br /&gt;
[ff,tt]=meshgrid(f,t);&lt;br /&gt;
r=exp(j*2*pi.*ff.*tt);&lt;br /&gt;
delta=trapz(r)*T;&lt;br /&gt;
plot(t,delta);&lt;br /&gt;
one1=T*trapz(delta)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Frohro</name></author>
	</entry>
</feed>