How to create a square wave signal
이전 댓글 표시
I have to create a square wave of amplitude 0.19 and period 495 samples and I don't know how to do. I just have understood that in Matlab there is the command x=square(t) but I really don't know how to represent my period and my amplitude. Could someone help me please?
댓글 수: 5
Jonas
2021년 5월 10일
per period you want 495 samples and which frequency do you want?
Benedetta Bonini
2021년 5월 10일
Jonas
2021년 5월 10일
yes and no. samples per period refers to sampling frequency. normally you want a frequency e.g. of 2 Hz, which means 2 per second. during that second the signal is sampled several times which refers to the sampling frequency
Adam Danz
2021년 5월 10일
This answer demonstrates a parameterized step function but you need to know the period and what you're describing is the number of samples within a period.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

