sin(2*pi*F*n) Code please..

13 次查看(过去 30 天)
SEONGCHEON JEON
SEONGCHEON JEON 2020-3-25
Q. Plot the following four discrete signals using Matlab.
num1. x[n]=sin(2*pi*F*n) -> Z include n , Z is integer
-> F= 1/16 , F= 2/16 , F= 11/16, F= pi/16
nub2. x[n]=cos(2*pi*F*n) -> Z include n , Z is integer
-> F= 1/5 , F= 6/5
Code please..
  1 个评论
Walter Roberson
Walter Roberson 2020-3-25
Hint: make n a column and F a row and use .* instead of * . When you plot() the results you will get one line per column and you will have lenth(F) of those

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

产品


版本

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by