VISHALI V
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
105.841
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
38.46%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
please check the following code in shown the error
clc; clear all; close all; K=5; M=100:100:1000; q=10; s = 0 + q.*randn(K,1); v = s/10; ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to write matlab code for this equation?
sa=0; for a=1:K sa=sa+log2(1+r(a)/U); end display(sa) as = 1*10^-10; bs= 1*10^-5; rs = (bs-as).*rand(...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Undefined operator '+' for input arguments of type 'cell'
sum(k)={0}; for j=1:K for i=1:K if(j~=i) sum(j)=(sum(j))+(f(i)) end end end
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how to make for loop for this equation
n=-170/10; N0=10^n B=120000; a=0 for k=1:K c(k)=(hm(k)*vk(k)); d(k)=abs(c(k)); e(k)=d(k)^2; f(k)=e(k)*...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to do the hermatin function in matlab?
I have a matrix of 10x5.I want a complex conjugate transpose matrix with the size of 10x5.can you please give the code for that?...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Please check following matlab codes for following equation is correct
clc; clear all; close all; K=5; N=16; aa = 1000; ba = 5000; r = (ba-aa).*rand(5,1) + aa...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how to take normal distribution function for N(0,10db)
qq=10/10; q=10^qq; s = 0 + q.*randn(K,1); v = s/10; si=10.^v formula 10log10si~N(0,sigma^2) find the value of si ,where si...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to plot the integer value and complex number for n number of value
for k=1:K plot(k,r(k)) end k has n number of value r(k) has a n complex number
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how to take summation for square of modulus for the multiplication of two complex matrices for the below equation
n=log10(-17); N0=10^n c=(gnew*vk) d=abs(c) e=d^2 pk=1500 f=e*pk B=120000 sk=symsum(f)+BN0
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
how to generate complex random matrix without repetation in matlab?
complex matrix should not repeat .
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how to write matlab code for the below equations
for k=1:k gnew=ctranspose(gk); gnew end n=log10(-17); N0=10^n nk=0+N0.*randn(k,1); for k=1:k sk=input('enter transmi...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
how to take vector and norm for indiviual column in the complex matrix
p=inf; for k=1:k gk =G(:,k); N =norm(gk,p); vk=gk/N; end
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
how to generate a complex matrix of different rows and column?
A = rand(M) * 5; B = rand(k) * -8; z = complex(A,B);
casi 7 años hace | 1 respuesta | 0