<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 we continue with my mathematics series about <strong>Signals and Systems</strong> in order to cover <strong>Continuous-Time Periodic Signals & Fourier Series</strong>. </p> <p> I highly suggest reading the previous article about Discrete-Time, as the representation is quite similar, in some sense. </p> <p> So, without further ado, let's get straight into it! </p> <hr> <h2>Input Decomposition</h2> <p> Let's start simple, by basically refreshing our knowledge around linear systems, and why they are so useful... </p> <p> First of all, due to the properties of linear systems, and mainly due to the principle of superposition, its possible to decompose any signal into a set of basic signals. The expected outcome of this procedure is a linear combination of basic signals for which the response can be easily computed. </p> <p> Consider a signal <em>x(t)</em> in continuous-time. For linear systems, this signal can be decomposed to as a linear combination of <em>φ<sub>k</sub></em> 's in the following way:<br><br> <img src="https://quicklatex.com/cache3/50/ql_668c097986726fbb5bc7529ca8aed650_l3.png"> </p> <p> In the end, what matters is that the response of the system will be some combination of easy to compute <em>ψ<sub>k</sub></em> 's:<br><br> <img src="https://quicklatex.com/cache3/7c/ql_18c557dbb52e473902ab1d76f458957c_l3.png"><br><br> Those <em>ψ<sub>k</sub></em> 's are the result of convolution for each of the basic <em>φ<sub>k</sub></em> 's. In continuous-time, the convolution integral can be represented as:<br><br> <img src="https://quicklatex.com/cache3/00/ql_c682809a6a9fe383bc66d2db74bbd200_l3.png"> </p> <hr> <h2>Basic Signals and the Concept of Fourier Analysis</h2> <p> As we already mentioned in some previous article, the main concept of Fourier analysis is using complex exponentials as the set of basic signals. Thus, the basic signals will be of the form:<br><br> <img src="https://quicklatex.com/cache3/50/ql_27a9f5360e8a3515062047a187f2e350_l3.png"><br><br> Substituting <em>s<sub>k</sub></em> with <em>jω<sub>k</sub></em>, its easier to see the "complex" part:<br><br> <img src="https://quicklatex.com/cache3/7f/ql_4ff6a98657b9c0b8fa79d29fcb47017f_l3.png"><br><br> When <em>s<sub>k</sub></em> is complex the transform is also known as a Laplace transform. </p> <p> The system response for such a signal is:<br><br> <img src="https://quicklatex.com/cache3/2e/ql_81cd1745d89c9728c387d0b9af2db02e_l3.png"><br><br> For periodic signals the result will be represented by a Fourier Series, whilst for aperiodic signals (which will be covered next time) the outcome is a Fourier Transform. </p> <hr> <h2>Fourier Series - Sum of Complex Exponentials</h2> <p> A Fourier Series is basically a weighted sum of complex exponentials, which are harmonically related. Its known that a signal is periodic only when the following relation is true:<br><br> <img src="https://quicklatex.com/cache3/57/ql_68bcd1fb1ac37668db4511715d1c5257_l3.png"><br><br> where <em>T<sub>o</sub></em> is the period. </p> <p> The period <em>T<sub>o</sub></em> can be substituted using the following equation:<br><br> <img src="https://quicklatex.com/cache3/7e/ql_d7dfc98464c4d3501ea2490276ec937e_l3.png"><br><br> which allows us to replace the <em>ω<sub>k</sub></em>'s by the product <em>k ω<sub>o</sub></em> :<br><br> <img src="https://quicklatex.com/cache3/8f/ql_8dd8d25a58e06a635f42e938f185788f_l3.png"> </p> <p> In this notion, a periodic signal <em>x(t)</em> can be decompsed into a sum of complex exponentials as such:<br><br> <img src="https://quicklatex.com/cache3/de/ql_6a68fe1d2374d150103d00e1d908bbde_l3.png"> </p> <hr> <h2>Fourier Synthesis</h2> <p> The coefficients, <em>a<sub>k</sub></em>, can be calculated using:<br><br> <img src="https://quicklatex.com/cache3/20/ql_c1e984b7d240ab573495af690bdf9e20_l3.png"><br><br> for which I will skip the proof. </p> <h3>Trigonometric form</h3> <p> In the article about complex exponentials, it was shown how Euler's Relation can be used to get a trigonometric form. In this case, the trigonometric form looks as follows:<br><br> <img src="https://quicklatex.com/cache3/35/ql_e8ccb314415e41309cdea48595dd6635_l3.png"><br><br> which results in the following complete decomposition of <em>x(t)</em> :<br><br> <img src="https://quicklatex.com/cache3/dc/ql_79bc8260ec99d266a7e7b75aa8e60ddc_l3.png"><br><br> where <em>a<sub>k</sub> = B<sub>k</sub> + jC<sub>k</sub></em> and the harmonic relation between the complex exponentials is also taken into consideration. </p> <p> The coefficients, <em>a<sub>k</sub></em>, can be still calculated using the same equation as before, with <em>a<sub>o</sub></em> having the special property of being the average value of <em>x(t)</em> during a period. </p> <p> This is basically an alternative way of representing the complex exponentials that form the Fourier Series, where each exponential is a linear combination of sines and cosines, or sinusoids in general, of different phase angles. </p> <hr> <h2>Signal Approximation</h2> <p> Incorporating only <em>2N + 1</em> terms of the Fourier Series, its possible to end up with an approximation of <em>x(t)</em> in the form of signal <em>x<sub>N</sub>(t)</em>. This signal is represented by the sum:<br><br> <img src="https://quicklatex.com/cache3/75/ql_0624bf6e191994153b18859482f0a175_l3.png"> </p> <p> Doing that we introduced an error <em>e<sub>N</sub>(t)</em>, which can be calculated by:<br><br> <img src="https://quicklatex.com/cache3/5e/ql_1942796824332e843fdd10a2edafc35e_l3.png"> </p> <p> As <em>N</em> increases, the error <em>e<sub>N</sub>(t)</em> is generally decreasing, as we end up with a better approximation of the signal <em>x(t)</em>. </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> </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> </ol> <p>Mathematical equations used in this article were made using <a href="http://quicklatex.com/">quicklatex</a>.</p> <p>Block diagrams and other visualizations were made using <a href="https://app.diagrams.net/">draw.io</a></p> <hr> <h2>Previous articles of the series</h2> <ul> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-introduction">Introduction</a> → Signals, Systems</li> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-signal-basics">Signal Basics</a> → Signal Categorization, Basic Signal Types</li> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-signal-operations-with-examples">Signal Operations with Examples</a> → Amplitude and Time Operations, Examples</li> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-system-classification-with-examples">System Classification with Examples</a> → System Classifications and Properties, Examples</li> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-sinusoidal-and-complex-exponential-signals">Sinusoidal and Complex Exponential Signals</a> → Sinusoidal and Exponential Signals in Continuous and Discrete Time</li> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-lti-system-response-and-convolution">LTI System Response and Convolution</a> → Linear System Interconnection (Cascade, Parallel, Feedback), Delayed Impulses, Convolution Sum and Integral </li> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-lti-convolution-properties">LTI Convolution Properties</a> → Commutative, Associative and Distributive Properties of LTI Convolution</li> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-system-representation-in-discrete-time-using-difference-equations">System Representation in Discrete-Time using Difference Equations</a> → Linear Constant-Coefficient Difference Equations, Block Diagram Representation (Direct Form I and II)</li> <li><a href="https://peakd.com/hive-196387/@drifter1/mathematics-signals-and-systems-system-representation-in-continuous-time-using-differential-equations">System Representation in Continuous-Time using Differential Equations</a> → Linear Constant-Coefficient Differential Equations, Block Diagram Representation (Direct Form I and II)</li> </ul> <hr> <h2>Final words | Next up</h2> <p>And this is actually it for today's post!</p> <p>Next time we will cover Aperiodic Signal in Continuous-Time, which are represented using something known as the Fourier Transform.</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>
author | drifter1 |
---|---|
permlink | mathematics-signals-and-systems-continuous-time-periodic-signals-and-fourier-series |
category | hive-196387 |
json_metadata | "{"app":"peakd/2021.03.7","format":"markdown","description":"Representing Periodic Signals in Continuous-Time using Fourier Series, and Fourier Analysis and Synthesis Equations","tags":["mathematics","science","signals","systems","processing","signal-processing","continuous-time","fourier-series","periodic-signals","decomposition"],"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://commons.wikimedia.org/wiki/File:From_Continuous_To_Discrete_Fourier_Transform.gif","http://quicklatex.com/","https://app.diagrams.net/","/hive-196387/@drifter1/mathematics-signals-and-systems-introduction","/hive-196387/@drifter1/mathematics-signals-and-systems-signal-basics","/hive-196387/@drifter1/mathematics-signals-and-systems-signal-operations-with-examples","/hive-196387/@drifter1/mathematics-signals-and-systems-system-classification-with-examples"],"image":["https://upload.wikimedia.org/wikipedia/commons/e/ea/From_Continuous_To_Discrete_Fourier_Transform.gif","https://quicklatex.com/cache3/50/ql_668c097986726fbb5bc7529ca8aed650_l3.png","https://quicklatex.com/cache3/7c/ql_18c557dbb52e473902ab1d76f458957c_l3.png","https://quicklatex.com/cache3/00/ql_c682809a6a9fe383bc66d2db74bbd200_l3.png","https://quicklatex.com/cache3/50/ql_27a9f5360e8a3515062047a187f2e350_l3.png","https://quicklatex.com/cache3/7f/ql_4ff6a98657b9c0b8fa79d29fcb47017f_l3.png","https://quicklatex.com/cache3/2e/ql_81cd1745d89c9728c387d0b9af2db02e_l3.png","https://quicklatex.com/cache3/57/ql_68bcd1fb1ac37668db4511715d1c5257_l3.png","https://quicklatex.com/cache3/7e/ql_d7dfc98464c4d3501ea2490276ec937e_l3.png","https://quicklatex.com/cache3/8f/ql_8dd8d25a58e06a635f42e938f185788f_l3.png","https://quicklatex.com/cache3/de/ql_6a68fe1d2374d150103d00e1d908bbde_l3.png","https://quicklatex.com/cache3/20/ql_c1e984b7d240ab573495af690bdf9e20_l3.png","https://quicklatex.com/cache3/35/ql_e8ccb314415e41309cdea48595dd6635_l3.png","https://quicklatex.com/cache3/dc/ql_79bc8260ec99d266a7e7b75aa8e60ddc_l3.png","https://quicklatex.com/cache3/75/ql_0624bf6e191994153b18859482f0a175_l3.png","https://quicklatex.com/cache3/5e/ql_1942796824332e843fdd10a2edafc35e_l3.png","https://steemitimages.com/0x0/https://media.giphy.com/media/ybITzMzIyabIs/giphy.gif"]}" |
created | 2021-03-16 10:52:48 |
last_update | 2021-03-16 10:52:48 |
depth | 0 |
children | 2 |
last_payout | 2021-03-23 10:52:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.792 HBD |
curator_payout_value | 5.283 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9,469 |
author_reputation | 98,202,866,830,354 |
root_title | "Mathematics - Signals And Systems - Continuous-Time Periodic Signals & Fourier Series" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,400,862 |
net_rshares | 17,688,209,032,210 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
simba | 0 | 1,235,179,799 | 1.65% | ||
tuck-fheman | 0 | 602,143,346 | 1.65% | ||
drifter1 | 0 | 585,101,407 | 1.65% | ||
modeprator | 0 | 774,099,108 | 100% | ||
scalextrix | 0 | 765,091,534 | 1.65% | ||
eric-boucher | 0 | 7,067,044,695 | 1.65% | ||
thecryptodrive | 0 | 25,817,800,307 | 0.66% | ||
mammasitta | 0 | 10,076,642,068 | 1.65% | ||
skapaneas | 0 | 18,846,101,519 | 9% | ||
roelandp | 0 | 592,080,070,737 | 15% | ||
cloh76 | 0 | 2,305,333,298 | 1.65% | ||
lichtblick | 0 | 1,835,421,576 | 0.99% | ||
stephen.king989 | 0 | 5,346,217,720 | 1.65% | ||
djennyfloro | 0 | 1,303,749,377 | 10% | ||
future24 | 0 | 1,973,675,206 | 1.65% | ||
kpine | 0 | 1,797,468,886,475 | 10% | ||
rubenalexander | 0 | 551,832,169 | 0.66% | ||
lemouth | 0 | 566,125,299,076 | 30% | ||
charlie777pt | 0 | 4,225,330,990 | 5% | ||
lamouthe | 0 | 2,420,801,071 | 30% | ||
uwelang | 0 | 13,982,203,699 | 1.65% | ||
holoz0r | 0 | 14,949,585,201 | 4.95% | ||
tfeldman | 0 | 2,679,172,808 | 1.65% | ||
seckorama | 0 | 841,607,508 | 0.66% | ||
mcsvi | 0 | 114,392,068,308 | 50% | ||
lk666 | 0 | 1,429,125,310 | 1.65% | ||
cnfund | 0 | 18,755,572,590 | 1.65% | ||
michelle.gent | 0 | 1,620,650,799 | 0.66% | ||
curie | 0 | 479,166,451,520 | 3.3% | ||
modernzorker | 0 | 1,785,412,734 | 2.3% | ||
reddust | 0 | 4,975,430,681 | 0.99% | ||
techslut | 0 | 68,494,465,867 | 12% | ||
roguewriter | 0 | 1,021,640,851 | 15% | ||
steemstem | 0 | 1,885,853,891,608 | 30% | ||
tristancarax | 0 | 886,010,271 | 1.65% | ||
zorg67 | 0 | 619,210,806 | 100% | ||
edb | 0 | 854,871,637 | 0.33% | ||
yadamaniart | 0 | 1,054,684,795 | 1.65% | ||
apsu | 0 | 667,169,487 | 1.15% | ||
walterjay | 0 | 88,556,159,235 | 15% | ||
lastminuteman | 0 | 649,873,536 | 1.15% | ||
driptorchpress | 0 | 1,634,561,648 | 1.65% | ||
dna-replication | 0 | 990,718,029 | 30% | ||
ambyr00 | 0 | 673,970,320 | 0.49% | ||
gmedley | 0 | 674,957,959 | 1.65% | ||
ganjafarmer | 0 | 1,919,341,996 | 2.5% | ||
dhimmel | 0 | 518,034,369,649 | 7.5% | ||
dickturpin | 0 | 545,235,681 | 1.65% | ||
thatsweeneyguy | 0 | 22,705,783,364 | 100% | ||
federacion45 | 0 | 5,291,309,643 | 1.65% | ||
mvd | 0 | 996,756,059 | 1.65% | ||
mobbs | 0 | 54,046,525,046 | 15% | ||
jagged | 0 | 611,380,589 | 0.66% | ||
roomservice | 0 | 2,216,946,862 | 1.65% | ||
sustainablyyours | 0 | 1,494,089,523 | 1.65% | ||
erick1 | 0 | 1,129,968,647 | 1.65% | ||
yehey | 0 | 65,711,101,783 | 3.3% | ||
freetissues | 0 | 682,865,823 | 1.65% | ||
samminator | 0 | 27,282,193,489 | 15% | ||
zerotoone | 0 | 634,914,936 | 1.65% | ||
kalinka | 0 | 613,167,737 | 1.65% | ||
lorenzor | 0 | 9,340,900,405 | 50% | ||
firstamendment | 0 | 53,238,030,331 | 50% | ||
aboutyourbiz | 0 | 530,227,274 | 3.3% | ||
alexander.alexis | 0 | 17,766,367,763 | 30% | ||
jayna | 0 | 2,916,370,219 | 0.66% | ||
hhayweaver | 0 | 1,188,935,630 | 1.65% | ||
zacherybinx | 0 | 680,296,660 | 3.3% | ||
gunthertopp | 0 | 46,192,412,940 | 0.85% | ||
pipiczech | 0 | 657,203,468 | 1.65% | ||
binkyprod | 0 | 1,297,673,890 | 1.65% | ||
tngflx | 0 | 3,445,748,169 | 0.99% | ||
ludmila.kyriakou | 0 | 2,076,721,604 | 9% | ||
flatman | 0 | 2,478,880,032 | 3.3% | ||
samest | 0 | 2,300,612,652 | 50% | ||
allcapsonezero | 0 | 2,953,463,230 | 1.65% | ||
minnowbooster | 0 | 1,629,972,147,810 | 20% | ||
felt.buzz | 0 | 6,791,767,833 | 0.82% | ||
tsoldovieri | 0 | 3,014,310,346 | 15% | ||
neumannsalva | 0 | 1,732,836,043 | 1.65% | ||
stayoutoftherz | 0 | 51,750,429,381 | 1.65% | ||
abigail-dantes | 0 | 11,037,196,275 | 30% | ||
sciencevienna | 0 | 11,950,256,310 | 16.5% | ||
joseg | 0 | 1,068,545,576 | 80% | ||
redrica | 0 | 1,751,125,568 | 1.65% | ||
iamphysical | 0 | 7,424,837,284 | 90% | ||
dipom98 | 0 | 659,980,697 | 1.65% | ||
felixrodriguez | 0 | 771,990,581 | 15% | ||
igrinov | 0 | 4,371,302,527 | 25% | ||
chrisdavidphoto | 0 | 556,577,443 | 0.99% | ||
betterthanhome | 0 | 3,976,381,844 | 3.3% | ||
revo | 0 | 10,565,930,344 | 3.3% | ||
azulear | 0 | 5,325,092,923 | 100% | ||
stickchumpion | 0 | 742,638,731 | 1.65% | ||
stoodkev | 0 | 4,416,710,697,192 | 100% | ||
bradfordtennyson | 0 | 2,248,408,704 | 1.65% | ||
trevorpetrie | 0 | 1,416,163,003 | 1.65% | ||
torico | 0 | 780,362,720 | 1.08% | ||
mballesteros | 0 | 1,497,483,292 | 1.65% | ||
sostrin | 0 | 7,180,587,152 | 25% | ||
revisesociology | 0 | 4,182,799,701 | 0.33% | ||
yangyanje | 0 | 2,755,652,417 | 1.65% | ||
cryptononymous | 0 | 1,015,648,793 | 1.65% | ||
upme | 0 | 1,673,620,689 | 1.65% | ||
braveboat | 0 | 2,272,304,507 | 8% | ||
dauerossi | 0 | 4,923,826,056 | 30% | ||
hanggggbeeee | 0 | 564,903,106 | 1.65% | ||
fatkat | 0 | 851,302,301 | 1.64% | ||
enzor | 0 | 662,965,772 | 15% | ||
carloserp-2000 | 0 | 7,191,036,644 | 100% | ||
dejan.vuckovic | 0 | 529,614,970 | 1.65% | ||
amritadeva | 0 | 920,248,142 | 1.65% | ||
postpromoter | 0 | 1,263,706,405,628 | 30% | ||
mejustandrew | 0 | 1,039,783,911 | 1.65% | ||
omstavan | 0 | 7,363,178,418 | 100% | ||
bluefinstudios | 0 | 571,265,352 | 0.99% | ||
sankysanket18 | 0 | 31,087,033,250 | 15% | ||
johnspalding | 0 | 1,791,176,327 | 1.65% | ||
drmake | 0 | 1,888,607,248 | 1.65% | ||
cataluz | 0 | 1,146,745,639 | 1.65% | ||
danile666 | 0 | 3,666,289,475 | 3.13% | ||
aboutcoolscience | 0 | 4,560,416,228 | 30% | ||
mytechtrail | 0 | 85,618,039,706 | 25% | ||
egotheist | 0 | 539,901,605 | 3% | ||
kenadis | 0 | 7,871,094,544 | 30% | ||
robotics101 | 0 | 7,739,888,265 | 30% | ||
iptrucs | 0 | 35,185,180,175 | 25% | ||
gentleshaid | 0 | 63,668,208,491 | 100% | ||
zipsardinia | 0 | 487,015,592 | 3.3% | ||
d-vine | 0 | 6,343,458,916 | 17% | ||
dechastre | 0 | 602,041,685 | 1.32% | ||
sco | 0 | 12,494,500,095 | 30% | ||
ennyta | 0 | 908,791,185 | 50% | ||
brotherhood | 0 | 25,391,258,130 | 3.3% | ||
juecoree | 0 | 11,024,641,199 | 48% | ||
stahlberg | 0 | 733,417,420 | 1.65% | ||
gabrielatravels | 0 | 1,257,591,011 | 0.66% | ||
carn | 0 | 849,496,341 | 3.3% | ||
eliaschess333 | 0 | 3,481,099,677 | 50% | ||
branbello | 0 | 1,802,286,958 | 15% | ||
iamjadeline | 0 | 1,172,563,041 | 0.49% | ||
intrepidphotos | 0 | 1,122,608,317,504 | 22.5% | ||
fineartnow | 0 | 1,790,894,043 | 1.65% | ||
aiziqi | 0 | 837,938,369 | 5% | ||
fragmentarion | 0 | 6,685,258,825 | 30% | ||
bennettitalia | 0 | 1,182,081,356 | 0.82% | ||
hadji | 0 | 36,357,847,512 | 100% | ||
portugalcoin | 0 | 33,238,878,876 | 25% | ||
terrylovejoy | 0 | 3,011,234,723 | 12% | ||
warnas | 0 | 38,250,068,810 | 10% | ||
neneandy | 0 | 3,780,838,945 | 3.3% | ||
goldrooster | 0 | 5,987,687,809 | 1.65% | ||
soufiani | 0 | 2,618,479,695 | 1.32% | ||
gribouille | 0 | 1,327,975,243 | 30% | ||
pandasquad | 0 | 584,038,475 | 3.3% | ||
yrmaleza | 0 | 3,617,806,158 | 50% | ||
stemng | 0 | 20,337,597,605 | 100% | ||
kingabesh | 0 | 1,985,514,177 | 50% | ||
miguelangel2801 | 0 | 757,706,931 | 50% | ||
didic | 0 | 1,471,303,961 | 1.65% | ||
quotes-haven | 0 | 1,432,997,475 | 1.65% | ||
emiliomoron | 0 | 39,337,071,288 | 50% | ||
beverages | 0 | 4,212,501,988 | 1.65% | ||
dexterdev | 0 | 1,035,909,245 | 15% | ||
verhp11 | 0 | 1,090,948,920 | 1% | ||
oghie | 0 | 675,505,796 | 50% | ||
geopolis | 0 | 1,908,580,794 | 30% | ||
robertbira | 0 | 3,199,808,259 | 7.5% | ||
atomcollector | 0 | 551,676,764 | 0.82% | ||
the.chiomz | 0 | 1,115,063,151 | 55% | ||
alexdory | 0 | 33,974,727,485 | 30% | ||
flugschwein | 0 | 880,707,736 | 25.5% | ||
cyprianj | 0 | 5,962,904,882 | 30% | ||
bertrayo | 0 | 1,016,062,395 | 1.65% | ||
citimillz | 0 | 2,945,264,507 | 1.65% | ||
doikao | 0 | 22,991,729,775 | 3.3% | ||
francostem | 0 | 4,006,247,814 | 30% | ||
russellstockley | 0 | 16,423,508,626 | 25% | ||
kitalee | 0 | 789,326,872 | 1.65% | ||
endopediatria | 0 | 683,105,555 | 20% | ||
medical-hall | 0 | 546,831,704 | 3.3% | ||
vicesrus | 0 | 3,337,902,283 | 1.65% | ||
croctopus | 0 | 1,419,084,592 | 100% | ||
jglake | 0 | 890,859,313 | 20% | ||
zipporah | 0 | 1,509,914,536 | 0.66% | ||
idkpdx | 0 | 241,720,336 | 1.65% | ||
djoi | 0 | 5,035,813,864 | 50% | ||
positiveninja | 0 | 521,473,240 | 1.65% | ||
miroslavrc | 0 | 725,203,063 | 0.82% | ||
bscrypto | 0 | 6,130,156,493 | 1.65% | ||
vonaurolacu | 0 | 806,977,606 | 1.65% | ||
proto26 | 0 | 579,430,770 | 3.3% | ||
scottcbusiness | 0 | 1,997,462,966 | 1.65% | ||
tomastonyperez | 0 | 16,324,712,414 | 50% | ||
marcus0alameda | 0 | 882,783,295 | 50% | ||
bil.prag | 0 | 796,592,226 | 0.16% | ||
elvigia | 0 | 10,650,920,962 | 50% | ||
sanderjansenart | 0 | 2,243,364,168 | 1.65% | ||
vittoriozuccala | 0 | 997,348,240 | 1.65% | ||
sereze | 0 | 1,303,952,792 | 1.65% | ||
qberry | 0 | 1,817,635,052 | 1.65% | ||
lesmouths-travel | 0 | 2,311,176,125 | 30% | ||
rambutan.art | 0 | 1,475,292,253 | 3.3% | ||
braaiboy | 0 | 5,618,721,115 | 2.47% | ||
gadrian | 0 | 38,412,372,347 | 24% | ||
tonimontana | 0 | 7,256,742,719 | 100% | ||
fotogruppemunich | 0 | 1,458,189,565 | 0.49% | ||
inciter | 0 | 48,849,804,400 | 100% | ||
cryptocoinkb | 0 | 4,268,938,160 | 1.65% | ||
de-stem | 0 | 17,452,432,232 | 29.7% | ||
serylt | 0 | 1,310,775,950 | 29.4% | ||
josedelacruz | 0 | 8,873,794,765 | 50% | ||
julialee66 | 0 | 4,463,559,895 | 3.3% | ||
andrewharland | 0 | 1,533,801,914 | 3.3% | ||
mariusfebruary | 0 | 1,813,194,612 | 1.32% | ||
davidcentenor | 0 | 628,665,600 | 1.65% | ||
killerteesuk | 0 | 896,995,793 | 99% | ||
indigoocean | 0 | 3,429,702,054 | 1.65% | ||
incubot | 0 | 3,462,730,612 | 2.47% | ||
deholt | 0 | 1,675,198,857 | 25.5% | ||
adrianhadjii | 0 | 2,729,483,164 | 3.3% | ||
gwilberiol | 0 | 6,030,161,078 | 2.97% | ||
netzisde | 0 | 4,461,343,545 | 3.3% | ||
diabonua | 0 | 1,938,535,907 | 1.65% | ||
crystalhuman | 0 | 2,091,277,731 | 30% | ||
jmjury | 0 | 518,944,842 | 1.65% | ||
pladozero | 0 | 27,434,982,329 | 10% | ||
stevenwood | 0 | 1,096,148,845 | 1.09% | ||
temitayo-pelumi | 0 | 4,044,816,968 | 50% | ||
andrick | 0 | 823,994,202 | 50% | ||
yusvelasquez | 0 | 18,918,961,815 | 50% | ||
motherofalegend | 0 | 3,536,506,755 | 15% | ||
doctor-cog-diss | 0 | 1,163,423,856 | 30% | ||
trisolaran | 0 | 870,074,418 | 1.65% | ||
marcuz | 0 | 1,063,899,730 | 15% | ||
acont | 0 | 73,371,524,416 | 100% | ||
uche-nna | 0 | 2,911,968,643 | 2.64% | ||
schroders | 0 | 1,327,196,632 | 0.99% | ||
anaestrada12 | 0 | 7,993,535,440 | 100% | ||
dzoji | 0 | 640,315,445 | 3.3% | ||
hardaeborla | 0 | 1,548,660,349 | 1.65% | ||
cheese4ead | 0 | 1,905,426,039 | 1.65% | ||
blewitt | 0 | 4,088,680,496 | 0.16% | ||
drsensor | 0 | 2,793,396,182 | 100% | ||
mindblast | 0 | 2,597,489,230 | 1.65% | ||
urdreamscometrue | 0 | 7,280,149,017 | 100% | ||
bflanagin | 0 | 3,184,615,671 | 1.65% | ||
astrophoto.kevin | 0 | 2,777,867,871 | 15% | ||
ubaldonet | 0 | 1,724,811,854 | 70% | ||
armandosodano | 0 | 12,019,144,438 | 1.65% | ||
goblinknackers | 0 | 130,822,092,908 | 4% | ||
yaelg | 0 | 567,256,423 | 0.99% | ||
kylealex | 0 | 4,540,199,713 | 10% | ||
minimining | 0 | 931,490,690 | 1.65% | ||
fran.frey | 0 | 4,017,266,005 | 50% | ||
ummar | 0 | 2,771,579,518 | 15% | ||
perpetuum-lynx | 0 | 853,602,996 | 29.4% | ||
thurllanie | 0 | 708,067,869 | 50% | ||
gamercreed | 0 | 1,277,714,336 | 3.23% | ||
drifter2 | 0 | 2,607,766,298 | 100% | ||
pboulet | 0 | 14,731,886,091 | 15% | ||
marcocasario | 0 | 8,895,775,323 | 1.65% | ||
stem-espanol | 0 | 71,795,240,099 | 100% | ||
bonnie30 | 0 | 547,143,227 | 25% | ||
the.success.club | 0 | 1,512,003,118 | 1.65% | ||
chickenmeat | 0 | 658,116,590 | 1.65% | ||
teemike | 0 | 824,104,117 | 50% | ||
brianoflondon | 0 | 5,137,472,953 | 0.49% | ||
giulyfarci52 | 0 | 1,640,946,173 | 50% | ||
steemcryptosicko | 0 | 7,519,229,152 | 0.66% | ||
solarphasing | 0 | 551,957,566 | 5% | ||
glastar | 0 | 157,168,639,355 | 20% | ||
cowpatty | 0 | 565,413,875 | 15% | ||
stem.witness | 0 | 108,453,062,061 | 30% | ||
robmojo | 0 | 7,312,662,867 | 3% | ||
wilmer14molina | 0 | 2,503,779,198 | 50% | ||
bit4bit | 0 | 1,824,174,611 | 3.3% | ||
jacuzzi | 0 | 3,753,175,038 | 1.65% | ||
vaultec | 0 | 2,923,873,959 | 12% | ||
aqua.nano | 0 | 1,622,877,465 | 15% | ||
navyactifit | 0 | 1,105,012,353 | 1.32% | ||
crowdwitness | 0 | 6,792,264,794 | 15% | ||
ctime | 0 | 279,611,838,140 | 4% | ||
eternalsuccess | 0 | 2,870,433,493 | 3.3% | ||
hairgistix | 0 | 1,669,509,227 | 1.65% | ||
rem-steem | 0 | 670,409,938 | 0.66% | ||
limka | 0 | 191,045,865 | 100% | ||
abbenay | 0 | 1,509,909,334 | 7.5% | ||
steemean | 0 | 10,179,056,792 | 5% | ||
lefty619 | 0 | 1,659,998,066 | 3.3% | ||
filosof103 | 0 | 1,379,747,597 | 1.65% | ||
elements5 | 0 | 909,556,173 | 1.65% | ||
epicdice | 0 | 283,563,500 | 0.99% | ||
robibasa | 0 | 17,387,546,958 | 10% | ||
scholaris | 0 | 35,163,665,259 | 7.5% | ||
miniteut | 0 | 662,658,535 | 15% | ||
yourfuture | 0 | 1,154,618,741 | 21% | ||
fractalfrank | 0 | 3,071,987,768 | 1.65% | ||
gruntbeta | 0 | 7,451,834,293 | 50% | ||
gruntomega | 0 | 7,467,512,052 | 50% | ||
zeruxanime | 0 | 3,043,155,376 | 15% | ||
afarina46 | 0 | 793,593,652 | 15% | ||
titan-c | 0 | 965,641,903 | 3.3% | ||
reggaesteem | 0 | 518,936,213 | 5% | ||
babytarazkp | 0 | 3,871,932,808 | 40% | ||
liambu | 0 | 995,918,917 | 15% | ||
abh12345.stem | 0 | 2,266,767,362 | 70% | ||
maddogmike | 0 | 9,249,572,793 | 25% | ||
beta500 | 0 | 3,937,385,945 | 3.3% | ||
dechuck | 0 | 6,799,910,058 | 30% | ||
kaeves4711 | 0 | 2,070,148,694 | 25% | ||
stem.alfa | 0 | 734,277,752 | 100% | ||
joshmania | 0 | 10,567,904,739 | 7.5% | ||
khalstem | 0 | 1,664,000,748 | 100% | ||
steemstem-trig | 0 | 2,254,947,653 | 30% | ||
zyzzyva | 0 | 836,490,026 | 3.3% | ||
herzinfuck | 0 | 1,419,130,269 | 1.65% | ||
yggdrasil.laguna | 0 | 538,298,114 | 100% | ||
ibt-survival | 0 | 38,538,782,004 | 10% | ||
bella.bear | 0 | 664,984,912 | 1.65% | ||
delilhavores | 0 | 1,431,473,628 | 3% | ||
roamingsparrow | 0 | 1,200,176,032 | 1.65% | ||
mengene | 0 | 1,432,290,265 | 15% | ||
zeusflatsak | 0 | 596,213,325 | 2.5% | ||
hornetsnest | 0 | 2,692,677,491 | 1.65% | ||
thepeakstudio | 0 | 911,508,390 | 25% | ||
stemsocial | 0 | 12,037,983,273 | 30% | ||
hive.consultant | 0 | 1,138,311,156 | 2.64% | ||
peterpanpan | 0 | 594,646,859 | 0.66% | ||
gradeon | 0 | 806,183,295 | 5% | ||
hiveonboard | 0 | 3,928,221,590 | 1.65% | ||
authentika | 0 | 2,658,613,462 | 1.65% | ||
hivelist | 0 | 13,517,149,934 | 5% | ||
ninnu | 0 | 680,168,797 | 0.16% | ||
heystack | 0 | 1,753,329,147 | 100% | ||
rihc94 | 0 | 3,378,096,774 | 1.65% | ||
localgrower | 0 | 1,669,824,918 | 1.25% | ||
shinyrygaming | 0 | 1,392,935,088 | 15% | ||
danielapevs | 0 | 875,136,918 | 1.65% | ||
hivehustlers | 0 | 127,285,591,208 | 50% | ||
hive-101493 | 0 | 1,090,158,903 | 15% | ||
kaseldz | 0 | 1,457,534,519 | 6.25% | ||
ayhamyou | 0 | 1,279,478,734 | 12.5% | ||
mandate | 0 | 131,180,362,193 | 100% | ||
improbableliason | 0 | 1,263,417,332 | 25% | ||
quinnertronics | 0 | 3,518,997,179 | 2% | ||
hive-108278 | 0 | 992,578,238 | 3.75% | ||
zinzanmusic | 0 | 1,754,692,598 | 50% | ||
sevenoh-fiveoh | 0 | 623,185,216 | 5% | ||
vicnzia | 0 | 791,494,945 | 1.65% | ||
coffeebender | 0 | 528,448,026 | 25% | ||
ctpsb | 0 | 54,903,704,047 | 2% | ||
dorkpower | 0 | 2,124,085,238 | 70% | ||
aiovo | 0 | 681,118,379 | 3.5% | ||
digitalfox | 0 | 487,936,039 | 50% | ||
brofund-stem | 0 | 2,847,243,089 | 100% | ||
rikarivka | 0 | 2,925,552,805 | 100% | ||
stemline | 0 | 11,366,139,066 | 100% | ||
sillybilly | 0 | 122,266,863 | 100% | ||
he-index | 0 | 9,730,487,928 | 20% | ||
meestemboom | 0 | 1,347,665,617 | 35% | ||
academiccuration | 0 | 854,171,401 | 100% | ||
emrebeyler.stem | 0 | 1,484,585,675 | 100% | ||
ctpsb.stem | 0 | 715,942,852 | 100% | ||
dardrey | 0 | 1,766,855,045 | 100% | ||
scientician | 0 | 92,808,850 | 100% | ||
ctpsb.cut | 0 | 714,242,905 | 20% | ||
krishu.stem | 0 | 946,580,558 | 100% | ||
sanjeevm.stem | 0 | 3,404,461,511 | 100% | ||
scholaris.stem | 0 | 1,459,136,941 | 100% | ||
hypnochain | 0 | 0 | 3.3% | ||
hive-163105 | 0 | 0 | 3.3% | ||
adamada.stem | 0 | 645,900,671 | 100% | ||
zdigital222 | 0 | 0 | 20% | ||
radiofreefutura | 0 | 568,250,871 | 1.65% | ||
idiosyncraticctp | 0 | 0 | 2% | ||
juecoree.stem | 0 | 664,381,913 | 100% |
This is a good reference for those who are currently studying signals and systems or digital signal processing. By the way, your reference (Oppenheim) is a good notes for the subject matter. I used that one when I had my signals class.
author | juecoree |
---|---|
permlink | qq2juk |
category | hive-196387 |
json_metadata | {"tags":["stem"],"app":"stemgeeks/0.1","canonical_url":"https://stemgeeks.net/@juecoree/qq2juk"} |
created | 2021-03-16 15:47:18 |
last_update | 2021-03-16 15:47:18 |
depth | 1 |
children | 0 |
last_payout | 2021-03-23 15:47:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.010 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 235 |
author_reputation | 183,725,276,504,013 |
root_title | "Mathematics - Signals And Systems - Continuous-Time Periodic Signals & Fourier Series" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,405,009 |
net_rshares | 52,844,661,124 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 38,761,123,410 | 100% | ||
slider2990 | 0 | 696,933,104 | 20% | ||
stemgeeks | 0 | 11,449,536,029 | 20% | ||
stemcuration | 0 | 648,721,292 | 20% | ||
yggdrasil.laguna | 0 | 7,654,876 | 10% | ||
amr008.stem | 0 | 1,280,692,413 | 100% |
<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&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. <br /> <br />
author | steemstem |
---|---|
permlink | re-drifter1-mathematics-signals-and-systems-continuous-time-periodic-signals-and-fourier-series-20210317t010159229z |
category | hive-196387 |
json_metadata | {"app":"stemsocial"} |
created | 2021-03-17 01:02:00 |
last_update | 2021-03-17 01:02:00 |
depth | 1 |
children | 0 |
last_payout | 2021-03-24 01:02:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 778 |
author_reputation | 262,017,435,115,313 |
root_title | "Mathematics - Signals And Systems - Continuous-Time Periodic Signals & Fourier Series" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,415,008 |
net_rshares | 0 |