Can I please know what the meaning of these commands are, and what they do?
1 次查看(过去 30 天)
显示 更早的评论
Can I please know what the meaning of these commands are, and what they do?
2 个评论
Cris LaPierre
2023-5-15
编辑:Cris LaPierre
2023-5-15
In particular, Ch 2, 4, 7 and 12 should give you enough to write the code above yourself.
回答(1 个)
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
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 –
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!