photo

Matthew


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Learning MATLAB, EE Student

Programming Languages:
Python, MATLAB
Spoken Languages:
English

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


How to make a nonperiodic signal periodic?
I have the below code. If you run it, you'll see a graph that runs from t = 0 to t = 7. What I'd like to do is make this signal ...

10 months ago | 3 answers | 0

3

answers

Question


Sine Wave Becoming Increasingly Choppy
Here is the text of my code: clc clear t = 0:100:1000; x = 3*sin(2*pi*1000*t); n = 0.1*randn(1,length(x)); y = x+n; subpl...

11 months ago | 1 answer | 0

1

answer