photo

NEEMA RAJ


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
122,192
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review

View badges

Feeds

View by

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers