imran khan
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
146.233
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
13.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
Problem in theoratical and simulated bit error rate
Dear fellows i am facing one problem.Problem is that there is difference between simulated and theoretical curve while calculati...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Facing problem in ploting figures
i want to plot last two figures in one plot can anybody help me clc,close all,clear all codn=100; EbN0=20:30; q=1.6e-19; ...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
BER(bit error rate problem)
I am writing code for BER(bit error rate ) of OOK(ON OFF keying signal),but there is little problem in my code.Problem is that m...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
I have to calculate BER(bit error rate ) of OOK(on off keying signal)
Dear fellows,i have generated OOK(on off keying signal).Then i have taken FFT of OOK signal and then i have removed some part of...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
I have calculated BER please check whether it is right or not
I have calculated BER(bit error rate) please check whether it is right or not.I want to confirm that my output is right or not b...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
problem in plotting figure
Dear fellows,i have modified code but i have problem in plotting the last figure(4) and problem is in this line plot(tvec,abs(zi...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestacheck my code please
purpose of my code is that i have generated OOK signal and then i have taken FFT of signal and remove frequency from 50-150HZ.af...
alrededor de 5 años hace | 0
Pregunta
check my code please
clc,close all,clear all codn=100; % fc=6e+3; fs=360; bode=10; code=round(rand(1,codn)); code_len=round(1/bode/(1/fs)) f...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
improving result of FFT
Dear fellows i want to achieve good frequency resolution by adding this command in my code n = 2^nextpow2() but i dont know how...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
time domain and frequency domain
Dear fellows,i am facing problem in my code below.Problem is that signal in time domain does not give me correct value of N,i me...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Dear fellows i am removing noise from( 3-200)HZ.
Dear fellows i am removing noise from( 3-200)HZ ,but the problem is that after removing frequency i took IFFT of signal so that...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Dear fellows i am working on visible light communication and i removed frequency in the range of 3-200 HZ becuase of noise .Will you please do some modification in my code so that in last figure in time domain i use filter which does not remove noi
clc,close all,clear all codn=70; % fc=6e+3; fs=3600; bode=10; code=round(rand(1,codn)); code_len=round(1/bode/(1/fs)) f...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
i have removed frequency from (3-200)HZ from FFT signal.Now i want to remove noise from last figure which is in time domain so that i can transmit signal.Thanks in advance.
clc,close all,clear all codn=70; % fc=6e+3; fs=3600; bode=10; code=round(rand(1,codn)); code_len=round(1/bode/(1/fs)) f...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
removal of frequency from 0-200HZ
I am removing frequecy from( 0-200)HZ from FFT spectrum and then i have taken IFFT of signal to see complete spectrum in time d...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
remove frequency from (0-200 hz)
i want to remove frequency from (0-200hz) from frequency domain of signal but i dont know how to do it,after doing this i have ...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
FFT of ON OFF signal
clc,close all,clear all codn=70; % fc=6e+3; fs=36000; bode=1000; code=round(rand(1,codn)); code_len=round(1/bode/(1/fs));...
alrededor de 5 años hace | 1 respuesta | 0