photo

NEEMA RAJ


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
122 181
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review

Afficher les badges

Feeds

Afficher par

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...

environ 7 ans il y a | 2 réponses | 0

2

réponses

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...

environ 7 ans il y a | 1 réponse | 0

1

réponse

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...

plus de 7 ans il y a | 1 réponse | 0

0

réponse