![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20749340_1609471649643_DEF.jpg)
kiroro00
Followers: 0 Following: 0
English
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
19.621
of 297.016
REPUTACIÓN
2
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Array indices must be positive integers or logical values error when programming ESP32
Hi, I got "Array indices must be positive integers or logical values." when I try to program my ESP32 via wifi using the command...
más de 1 año hace | 1 respuesta | 1
1
respuestaPregunta
Error: Unable to change Arduino settings with WiFi connection. Call arduinosetup to configure the board.
Hi, I want to use ESP32 DevKitV1 and connect it with an IMU, which is the MPU6050 model. I have already configured and tested th...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
PERFORMANCE OF WIRELESS DIGITAL COMMUNICATION SYSTEM CORRUPTED BY NOISE
% Function to implement coherent ASK detection for 1 packet % of chosen length function [s]=binseq_det(fsamp,bit_rate,x...
alrededor de 2 años hace | 1 respuesta | 1
1
respuestaPregunta
How to do Bit Error Ratio Vs. Signal-to-Noise Ratio in semilog graph using Simulink?
Hi, I am using Simulink to simulate Direct Sequence Spread Sprectrum. But I am not sure how to observe the output and semilog gr...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use 'for' loop in Erlang B formula
clc; clear all; close all; N_C = [1,2,3,4,5,10,20,40,80]; %Numbers of channels T_tr = [0.1:0.1:100]; I started with the co...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I keep getting not enough input arguments error when trying to make a sine function
function [x,t] = sin_NU(fs,f0,T) t = 0:1/fs:T; %time vector x = sin(2*pi*f0*t); %signal vector end I am trying to make a sin...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Not enough input arguments
Hi, I've been trying to do a coding for FM Modulating Signal but when using the code below, I got a "not enough input arguments"...
alrededor de 3 años hace | 1 respuesta | 0