Supratik Das
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
134.726
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
18.18%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
1 Público Canal
EVALUACIÓN MEDIA
30
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to solve the RESHAPE error ?
CODE: %% *Nakagami-m Fading Channel* clc;clear all;close all; N = 10^6; % number of bits or symbols Eb_N0_dB = (0:25); % mul...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How will I generate this signal?
Can anyone please help me in generating this signal s(t) highlighted in the red box.
casi 3 años hace | 0 respuestas | 0
0
respuestasPregunta
16 point radix 4 DIT FFT
Can anyone design a simulink model for it. It will be very helpful for me. Thanks in advance!!
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Can anyone please help me with the error in the code
clc, clear all, close all d=sin(0.05*pi*(1:200)+2*pi*rand); g=randn(1,200); v1=filter(1,[1 -0.8],g); v2=filter(1,[1 0.6],g);...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Sensor data doesn't gets uploaded to thingspeak channel but it show on the serial monitor
Your help will be appreciated. Thanks in advance. Here is my arduino code #define USE_ARDUINO_INTERRUPTS true #define DE...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how to generate logistic mapping in simulink
can any one please help me out in performing logistic mapping simulink?
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Can anyone help me with the code for end to end voice encryption over GSM in MATLAB?? please help me out.
I want the code and the procedure for voice encryption over GSM. Please help me....
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Tag or label for images in montage
how to add label for the individual images in montage??
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Please rectify the error in the code
clc; clear all; close all; SNR=[0:1:14]; snr=10.^(SNR/10); BER1=zeros(length(SNR),1); BER2=BER1; BER3=BER1; Nmax=1000; ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in the ammod() function
fm=100; %message freq. fc=2000; %carrier freq. fs=10*fc; %sample freq. Am=8; Ac=10; m_index=Am/Ac; ts=1/fs; t=0:ts:5*(fs/...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
please help me to correct my program
clc; clear all; close all; f1=inputdlg('Enter the value of frequency f1: '); f2=inputdlg('Enter the value of frequency f2: '...
más de 5 años hace | 1 respuesta | 0