create account

Mathematics - Signals and Systems - Introduction by drifter1

View this thread on: hive.blogpeakd.comecency.com
· @drifter1 ·
$2.72
Mathematics - Signals and Systems - Introduction
<img src="https://upload.wikimedia.org/wikipedia/commons/e/ea/From_Continuous_To_Discrete_Fourier_Transform.gif">
<p>[<a href="https://commons.wikimedia.org/wiki/File:From_Continuous_To_Discrete_Fourier_Transform.gif">Image1</a>]</p>
<h2>Introduction</h2>
<p>
Hey it's a me again <a href="https://peakd.com/@drifter1">@drifter1</a>!
</p>
<p>
Today marks the beginning of a new <strong>Mathematics</strong> series about the branch of <strong>Signal Processing</strong>.
Most students (including myself) are introduced into that topic through a course in "<strong>Signals and Systems</strong>", and thus this will be the name of the series.
In this series I will be guided by <a href="https://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011/">MIT OpenCourseWare</a>'s course on Signals and Systems, as well as articles around the Internet.
</p>
<p>
This article will be a simple introduction to the world of Signal Processing...
</p>
<p>
So, without further ado, let's get straight into it!
</p>
<hr>
<h2>Signals</h2>
<p>
First and foremost, what are signals?
</p>
<p>
Signals can be viewed as functions that are used for specific purposes.
Those functions contain variables that change over short or even quite distinct "points in time".
There occur strong similarities, but also important differences among variables that change over time or are sampled periodically, and so signals are split into <strong>two categories</strong>:
<ul>
  <li>Continuous-Time Signals - independent variable is changing continuously (time <em>t</em>)</li>
  <li>Discrete-Time Signals - independent variable is an integer (sample index <em>n</em>)</li>
</ul>
Most real-world signals are continuous-time signals, but discrete-time signals are much easier to work with.
Thus, signals are mostly converted from continuous to discrete by using something called sampling.
This process has lots of advantages over processing continuous-time signals.
</p>
<h3>Continuous Time</h3>
<p>
How do we visualize a continuous-time signal?
</p>
<p>
The value of those signals can be plotted in a graph over time, because the signal has a value for any instance of time, and so for any value of the independent variable <em>t</em>.
</p>
<p>
For example, if <em>x(t)</em> is a continous-time signal, then its graph over time could be:<br><br>
<img src="https://i.ibb.co/9gCx2KN/continuous-time.jpg"><br><br>
[Custom Figure using <a href="https://app.diagrams.net/">draw.io</a>]
</p>
<h3>Discrete Time</h3>
<p>
How do we visualize a discrete-time signal?
</p>
<p>
The value of such signals is plotted in a graph over the sample count, with the samples taken at specific sampling intervals (in seconds).
Each value in a discrete-time graph is visualized by a vertical line with a dot over it (a lollipop if you like to think of it that way).
</p>
<p>
For example, if <em>x(t)</em> gets converted into a discrete-time signal <em>x[n]</em>, then its graph over the sample number <em>n</em> is:<br><br>
<img src="https://i.ibb.co/44VSWzh/discrete-time.jpg"><br><br>
[Custom Figure using <a href="https://app.diagrams.net/">draw.io</a>]
</p>
<hr>
<h2>Systems</h2>
<p>
Systems can be viewed as functions that take in a signal, process it in some way, and output it back out.
The input and output can be of continous-time and discrete-time.
</p>
<p>
Analog signals are continous signals that represent some physical measurement and digital signals are time-separated measurements and so discrete-time signals.
Converting from analog to digital (A/D converter) can be viewed as a system that takes in a continous-time signal and outputs a discrete-time signal.
Similarly the opposite, an digital to analog (D/A converter), can be viewed as a system that takes in a discrete-time signal and turns it into a continuous-time signal.
</p>
<p>
Systems can also be categorized into linear and non-linear, based on how time affects them.
For the sake of simplicity this series will mostly be about LTI systems, which are linear non-time-invariant.
</p>
<p>
There are also differences in respect to how the systems operate on the signal.
Systems can operate on the Time Domai or the Frequency Domain.
</p>
<h3>Time Domain</h3>
<p>
The Time Domain is what we covered 'til now.
It shows how the value (or more specifically the amplitude) of the signal changes over time, be it continuously or at specific points in time (samples).
So, both of the previous graphs are in the Time Domain.
</p>
<h3>Frequency Domain</h3>
<p>
The Frequency Domain has far more applications, and plots the amplitude over the frequency.
In this domain, Fourier, Laplace and Z Transformations come into play.
</p>
<p>
For example, the following graphs plot the same continuous-time signal <em>P</em> over the Time and Frequency Domains:<br><br>
<img src="https://upload.wikimedia.org/wikipedia/commons/8/8c/Time_domain_to_frequency_domain.jpg"><br><br>
[<a href="https://commons.wikimedia.org/wiki/File:Time_domain_to_frequency_domain.jpg">Image 2</a>]
</p>
<hr>
<h2>RESOURCES:</h2>
<h3>References</h3>
<ol>
  <li><a href="https://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011">Alan Oppenheim. RES.6-007 Signals and Systems. Spring 2011. Massachusetts Institute of Technology: MIT OpenCourseWare, License: Creative Commons BY-NC-SA.</a></li>
  <li><a href="https://www.open.edu/openlearn/science-maths-technology/electronic-applications/content-section-3.2">https://www.open.edu/openlearn/science-maths-technology/electronic-applications/content-section-3.2</a></li>
  <li><a href="https://www.guru99.com/analog-vs-digital.html#:~:text=An%20analog%20signal%20is%20a%20continuous%20signal%20that%20represents%20physical,are%20generated%20using%20digital%20modulation.&text=It%20uses%20a%20continuous%20range,and%201%20to%20represent%20information">https://www.guru99.com/analog-vs-digital.html#:~:text=An%20analog%20signal%20is%20a%20continuous%20signal%20that%20represents%20physical,are%20generated%20using%20digital%20modulation.&text=It%20uses%20a%20continuous%20range,and%201%20to%20represent%20information</a></li>
</ol>
<h3>Images</h3>
<ol>
<li><a href="https://commons.wikimedia.org/wiki/File:From_Continuous_To_Discrete_Fourier_Transform.gif">https://commons.wikimedia.org/wiki/File:From_Continuous_To_Discrete_Fourier_Transform.gif</a></li>
<li><a href="https://commons.wikimedia.org/wiki/File:Time_domain_to_frequency_domain.jpg">https://commons.wikimedia.org/wiki/File:Time_domain_to_frequency_domain.jpg</a></li>
</ol>
<p>Mathematical equations used in this article, where made using <a href="http://quicklatex.com/">quicklatex</a>.</p>
<hr>
<h2>Final words | Next up</h2>
<p>And this is actually it for today's post!</p>
<p>Next time we will get more into Signals...</p>
<p>See Ya!</p>
<p><img src="https://steemitimages.com/0x0/https://media.giphy.com/media/ybITzMzIyabIs/giphy.gif" width="500" height="333"/></p>
<p>Keep on drifting!</p>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 336 others
properties (23)
authordrifter1
permlinkmathematics-signals-and-systems-introduction
categoryhive-196387
json_metadata"{"app":"peakd/2020.11.4","format":"markdown","description":"An Introduction to a new mathematics series on Signal Processing: \"Signals and Systems\"","tags":["mathematics","science","signals","systems","processing","signal-processing","continuous","discrete","time","frequency"],"users":["drifter1"],"links":["https://commons.wikimedia.org/wiki/File:From_Continuous_To_Discrete_Fourier_Transform.gif","/@drifter1","https://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011/","https://app.diagrams.net/","https://app.diagrams.net/","https://commons.wikimedia.org/wiki/File:Time_domain_to_frequency_domain.jpg","https://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011","https://www.open.edu/openlearn/science-maths-technology/electronic-applications/content-section-3.2","https://www.guru99.com/analog-vs-digital.html#:~:text=An%20analog%20signal%20is%20a%20continuous%20signal%20that%20represents%20physical,are%20generated%20using%20digital%20modulation.&amp;text=It%20uses%20a%20continuous%20range,and%201%20to%20represent%20information","https://commons.wikimedia.org/wiki/File:From_Continuous_To_Discrete_Fourier_Transform.gif"],"image":["https://upload.wikimedia.org/wikipedia/commons/e/ea/From_Continuous_To_Discrete_Fourier_Transform.gif","https://i.ibb.co/9gCx2KN/continuous-time.jpg","https://i.ibb.co/44VSWzh/discrete-time.jpg","https://upload.wikimedia.org/wikipedia/commons/8/8c/Time_domain_to_frequency_domain.jpg","https://steemitimages.com/0x0/https://media.giphy.com/media/ybITzMzIyabIs/giphy.gif"]}"
created2020-12-16 12:14:42
last_update2020-12-16 12:14:42
depth0
children1
last_payout2020-12-23 12:14:42
cashout_time1969-12-31 23:59:59
total_payout_value1.376 HBD
curator_payout_value1.349 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,905
author_reputation98,202,866,830,354
root_title"Mathematics - Signals and Systems - Introduction"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,973,035
net_rshares14,035,560,420,979
author_curate_reward""
vote details (400)
@steemstem ·
re-drifter1-mathematics-signals-and-systems-introduction-20201217t045805148z
<div class='text-justify'> <div class='pull-left'>
 <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div>

Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!

Please consider <a href="https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B91%5D&amp;approve=true">supporting our funding proposal</a>, <a href="https://hivesigner.com/sign/account_witness_vote?approve=1&witness=stem.witness">approving our witness</a> (@stem.witness) or delegating to the @stemsocial account (for some ROI).

Please consider using the <a href='https://stem.openhive.network'>STEMsocial app</a> app and including @stemsocial as a beneficiary to get a stronger support.&nbsp;<br />&nbsp;<br />
properties (22)
authorsteemstem
permlinkre-drifter1-mathematics-signals-and-systems-introduction-20201217t045805148z
categoryhive-196387
json_metadata{"app":"stemsocial"}
created2020-12-17 04:58:06
last_update2020-12-17 04:58:06
depth1
children0
last_payout2020-12-24 04:58:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length778
author_reputation262,017,435,115,313
root_title"Mathematics - Signals and Systems - Introduction"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,982,907
net_rshares0