photo

Matthew


Last seen: bijna 2 jaar ago Active since 2023

Followers: 0   Following: 0

Learning MATLAB, EE Student

Programming Languages:
Python, MATLAB
Spoken Languages:
English

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
140.257
of 299.246

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.666

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163.884

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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 ...

bijna 2 jaar 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...

bijna 2 jaar ago | 1 answer | 0

1

answer