Statistiques
7 Questions
0 Réponses
RANG
19 842
of 300 753
RÉPUTATION
2
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
71.43%
VOTES REÇUS
2
RANG
of 21 075
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 170 858
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 2 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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"...
environ 4 ans il y a | 1 réponse | 0
