What is the difference between A.*sin(2*pi*f*t) and A*sin(2*pi*f*t) dotless multiplie

2 ビュー (過去 30 日間)
Murat Aydemir
Murat Aydemir 2015 年 10 月 6 日
編集済み: Image Analyst 2015 年 10 月 6 日
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

回答 (1 件)

Image Analyst
Image Analyst 2015 年 10 月 6 日
There is no difference in Xc if A is a scalar.

カテゴリ

Help Center および File ExchangePSK についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by