photo

Jan Kubski


Last seen: 대략 6년 전 2018년부터 활동

Followers: 0   Following: 0

PhD candidate

통계

MATLAB Answers

7 질문
1 답변

순위
118,429
of 301,800

평판
0

참여
7 질문
1 답변

답변 채택
28.57%

획득한 표
0

순위
 of 21,411

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,593

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Unable to use indexed input in a user-defined function in Simulink
I have developed a function by using SImulink user-defined function. The function uses a for loop to perform math operations on ...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to get smoothen 50 Hz frequency calculated from angle of the complex signal?
load('c.mat') % see attached file fs=1200; ts=1/fs; t=0:ts:1-ts; N=length(t); f(1)=50; for k=2:N a1(k)=angle(c(k)...

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

0

답변

질문


Computing frequency from phase angle. How to remove the frequency spikes?
I want to calculate frequency of a complex signal from its angle deviation. The problem with this is that I am getting large val...

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

1

답변

답변 있음
My 'for' loop is giving me "Array indices must be positive integers or logical values. " error.
Have you tried to end your for loop with end command? I cannot see it in your code. Probably check this. A = [1,3,5,2,7,8]...

대략 8년 전 | 0

질문


How to remove high frequency components and remove noise in frequency deviation using basic filters.
I am trying to track fundamental frequency variations in the signal z given below. The fundamental frequency can be tracked by s...

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

0

답변

질문


Adaptive frequency extraction from a signal which has a frequency varying component
I have a signal y which has 3-4 different frequency components. The frequency of one components is varying with time as given in...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Calculating frequency of a signal of mixed frequencies - No FFT.
I have a test signal of the frequencies y=y1+y2+y3; with frequencies 50 Hz, 93 Hz and a variable frequency 5~18 Hz. t=0:1/...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I separate or extract varying frequency components from a signal?
For example, I have a f = f1 + f2 + f3 where, f1 = sine wave signal of 50 Hz, f2 = some unknown harmonics components, f3...

8년 초과 전 | 답변 수: 1 | 0

1

답변