Darshan Manjunathrao Chawan
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
207.021
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Modulation of signal using sqrt (2)
What is the purpose of using sqrt(2) while doing modulation in OFDM? Fs = 44100; ts = 2.2676e-5; Fc = 2400; t = 0:1/Fs:(le...
casi 3 años hace | 1 respuesta | 0
1
respuestaHow to normalize(compensate) pulse signal?
In your code what is your energy of the pulse. If you know energy of the pulse then, you can use below formula Normalpulse = si...
alrededor de 3 años hace | 0
Pregunta
Binary to ASCII Conversion
Hi, I have message of 1x5120 double (binary values 0 and 1). I have to convert this to ASCII. I am supposed to use below method...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
BPSK SIGNAL using random bits
How to generate Bpsk signal using random bits? I want to use 1000 random bits.
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
BER in scatter plot
I have small question regarding BER in scatterplot. I plotted a scatter plot as shown below, but in that plot how can I determin...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
regarding 'FOR LOOP' use to plot discrete impulse response
I have 'n' delay elements and 'n' amplitudes. Suppose I want to fix it all the array elements in 'for loop' instead of writing a...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Removing first half signal
Hi, In the below signal i need to remove first half to get channel impulse response, how to do it?. You can help me with sine...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Sub carrier mapping and IFFT signal formation
clc;clear all;close all; input=[1 1 0 1 0 0 1 0 ]; %input bit M=4; Nsc=148; N = 2; X = bin2dec(reshape(sprintf('%u',input),...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
For loop using bin2dec conversion
input=[1 1 0 1 0 0 1 0 ]; %input bit x1=bin2dec(num2str(11)); %converting number to characters x2=bin2dec(num2str(01)); x3=bi...
más de 4 años hace | 1 respuesta | 0