Jetty Rakesh Aditya
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
33.592
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
selecting 2 bits from given input bit stream alternatively
say i have an array a= [1,0,0,1,1,0,0,1] i want to make 2 arrays b = [10,10] c = [01,01]
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
split mXn double into equal parts
i have a mxn double which i want to split into equal parts and find the sum of elements in all parts.
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how to plot f(x,y) = x^2/y, y>0
how can i plot the above problem in matlab ?
más de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
DSB SC DEMODULATION in matlab
I have done DSB SC modulation and demodulation. My problem is that my demodulated signal amplitude is far greater than that of m...
alrededor de 4 años hace | 6 respuestas | 0
6
respuestasPregunta
Reconstruct a sequence from its DTFT
I have a sequence x and i have found its DTFT. Now i am trying to reconstruct the sequence x from its DTFT. Can someone help me ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
listen to a sinusoid
i have the following code Omega1 = pi/3; phi1 = 0; t1 = 0:0.01:30; ct_sinusoid = cos(Omega1*t1+phi1); plot(t1, ct_sinusoid)...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
complex gaussian noise generation
how can i generate a complex gaussian noise with zero mean and some variance in matlab?
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
compare elements of a 2x1 column vector
i have a cell c that has 2x1 column vectors as elements c {1} = [1;0](say v1) c{2} = [2;3](say v2) now i want to compare the...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
array with vectors as elements
i have two column vectors c1 = 1 0 c2 = 0 1 i want to store them as elements in an array. How can i do so?
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
matrix dimensions are not equal
how to make two cells (having strings as elements) of different dimensions equal?
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Making consecutive 1s and 0s as a seperate element
If I have a cell say a= [1 0 0 0 1 1 1 1 0 1] I want b= [ 1,0 0 0, 1 1 1 1,0,1]
alrededor de 4 años hace | 3 respuestas | 0