필터 지우기
필터 지우기

implementing dot between functions

조회 수: 5 (최근 30일)
Ahmed Tawfeeq
Ahmed Tawfeeq 2012년 2월 10일
i have to call the function adaptfilt.lms to matlab function block , but I don't know how to implement the dot between adaptfilt and lms standalone functions....thanks.

채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 2월 10일
The dot between adaptfilt and lms is actually to depict that lms is a method that belongs to the adaptfilt class (the dot as in other languages is used as a separator between package, class and method names). For example, you can run:
>> which adaptfilt.lms
To see where the definition is located.
So you can directly use the adaptfilt.lms as described here.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Modeling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by