Feeds
提问
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 ...
3 years 前 | 3 个回答 | 0
3
个回答提问
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...
3 years 前 | 1 个回答 | 0
