統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,750
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to plot frequency spectrum of QPSK signal?
I'm trying to plot the frequency spectrum of a QPSK signal binary_data = qammod(binary_data,4).*exp(1i*-pi/2); Here, binary_d...
5年以上 前 | 0 件の回答 | 0
0
回答質問
How to use "record" command for some amount of time?
I want to record a signal As I know, I can use the commands: r = audiorecorder(8000,16,1); record(r); By this way, if I want...
5年以上 前 | 1 件の回答 | 0
1
回答質問
the purpose of this code segment
I'm trying to understand the purpose of this code segment binary_data=kron(ones(1,ratio),binary_data)'; binary_data=binary_dat...
6年弱 前 | 1 件の回答 | 0
