photo

tamim


Last seen: 거의 3년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
214,125
of 300,369

평판
0

참여
9 질문
0 답변

답변 채택
11.11%

획득한 표
1

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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...

거의 3년 전 | 답변 수: 2 | 1

2

답변

질문


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...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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....

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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; % ...

거의 3년 전 | 답변 수: 0 | 0

0

답변

질문


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; % ...

거의 3년 전 | 답변 수: 0 | 0

0

답변

질문


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; % ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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?

거의 3년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 3년 전 | 답변 수: 0 | 0

0

답변