필터 지우기
필터 지우기

Can I please know what the meaning of these commands are, and what they do?

조회 수: 1 (최근 30일)
Hind Aljallaf
Hind Aljallaf 2023년 5월 15일
답변: Amith 2023년 5월 22일
Can I please know what the meaning of these commands are, and what they do?
  댓글 수: 2
Cris LaPierre
Cris LaPierre 2023년 5월 15일
편집: Cris LaPierre 2023년 5월 15일
If you have some time while you wait for an answer, you should go through MATLAB Onramp.
In particular, Ch 2, 4, 7 and 12 should give you enough to write the code above yourself.

댓글을 달려면 로그인하십시오.

답변 (1개)

Amith
Amith 2023년 5월 22일
As per my understanding you wanted to know the meaning of the commands provided ,here is a brief summary of the commands with their documentation link.
Filter
y = filter(b,a,x) filters the input data x using a rational transfer function defined by the numerator and denominator coefficients b and a.
For further detailed documentation on filter please refer to this link –
Length
length(X) returns the length of the largest array dimension in X
For further detailed documentation on length please refer to this link –
Zeros
Create array of all zeros
For further detailed documentation on zeros please refer to this link –
Randi
Randi provides Uniformly distributed pseudorandom integers
For further detailed documentation on randi please refer to this link –
Cos
Cos function provides Cosine of argument in radians
For further detailed documentation on Cos please refer to this link –

카테고리

Help CenterFile Exchange에서 Digital Filtering에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by