What is the difference between A.*sin(2*pi*f*t) and A*sin(2*pi*f*t) dotless multiplie
1 次查看(过去 30 天)
显示 更早的评论
Hi guys
Currently I'm investigating some code about ASK, PSK and FSK.
I saw code like this ".*" (dot and multiplication symbol). My question is this:
Assume A is a scalar. Then, are
Xc=A.*sin(2*pi*fc*t) and
Xc=A*sin(2*pi*fc*t)
the same thing? If not somebody please explain to me the difference(s) between them.
Regards
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PSK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!