tamim
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
214.125
of 295.638
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
11.11%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
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
is there a way to put the threshold line and count how many times the signal crossed the line?
as shown in the picture for example i draw a line manually and the signal crossed the line two times. is there a way do this fro...
casi 2 años hace | 2 respuestas | 1
2
respuestasPregunta
is there a way to put some threshold and count the number of times whenever the signal becomes above the threshold?
is there a way to put some threshold and count the number of times whenever the signal becomes above the threshold, and dependin...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a way in MATLAB to automatically recognize a pattern from the plotted signals? or automatically count the number of peaks? and after that take a decision
i have a code which record sound and plot it, and i want a way to automaticlly recognize the plotted figure and take a decision....
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I have the following MATLAB code which does plotting while recording a voice at the same time. I want to add lines so that it automatically recognizes a pattern from the plott
close all clear all clc %Define parameters fs = 96000; % Sampling frequency nBits = 24; % Number of bits nChannels = 1; % ...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
I have this code that is do plotting while recording at the same time, and I want to add lines so that it takes a decision when it detects some pattern from the plotted figure
close all clear all clc %Define parameters fs = 96000; % Sampling frequency nBits = 24; % Number of bits nChannels = 1; % ...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
i want to add a line when i press 'escape' button the program stops, because this program is infinite. Also what is the benefit of '"drawnow();" because i did not get it.
close all clear all clc %Define parameters fs = 96000; % Sampling frequency nBits = 24; % Number of bits nChannels = 1; % ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
can I record a signal from a microphone and plot it continuously? if so, how?
can I record a signal from a microphone for 10 sec and plot it continuously?
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
what is the problem in this convolutional code
THE CODE: % rate 1/2 convolutional encoder % define trellis trellis = poly2trellis(7,[111 111]); % define input and outpu...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
problem in convolutional coding
i dont know what is the problem in this code: % rate 1/2 convolutional encoder % define trellis trellis = poly2trellis(7,[1...
alrededor de 2 años hace | 0 respuestas | 0