統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,361
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I cant use audiowrite function in MATAB R2016a
if true % code end clc; clear all; close all; [wavdata,fs] = audioread('roja.wav'); wavbinary = dec2bin( typecast...
7年以上 前 | 2 件の回答 | 0
2
回答質問
I want to convert a .wav file to binary,modulate it,transmit,demodulate and convert the binary back to .wav file.But I am not able to write binary data back to wav file.
wavdata = audioread('roja.wav'); wavbinary = dec2bin( typecast( single(wavdata(:)), 'uint8'), 8 ) - '0'; orig_size = siz...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How to modify the following code for nakagami fading channel without considering a MIMO system as shown below?
function H=nak_m(m,Nr,Nt) m=2; Nr=5; Nt=5; n=zeros(Nr,Nt); for i=1:2*m n=n+randn(Nr,Nt).^2; end n=n/(2*m); phi=2*pi...
7年以上 前 | 0 件の回答 | 0
