instantaneous frequency on student version?

2 ビュー (過去 30 日間)
Mostafa
Mostafa 2018 年 9 月 22 日
回答済み: Steven Lord 2018 年 9 月 22 日
I am trying to find the instantaneous frequency on different intervals in a data set. I found this article: https://www.mathworks.com/help/signal/ref/instfreq.html
Tried using instfreq but kept getting "Undefined function or variable 'instfreq'." message. When I typed "help instfreq", I got "instfreq not found", so here are my questions: 1) Do I need a special tool box to be able to use "instfreq", if so, is there any kind of work around? I have a student version of matlab.
Thanks in advance!
Mostafa

採用された回答

Steven Lord
Steven Lord 2018 年 9 月 22 日
On that documentation page, look at the left side of the screen. Each of the first three sections after "Documentation Home" in the Contents area start with "Signal Processing Toolbox". That is the toolbox that contains this function. Also look at the bottom of the page, just above the box asking if you found this information useful. In that part of the page, you will see "Introduced in R2018a".
So you will need to be using release R2018a or later and have Signal Processing Toolbox installed and licensed in order to use that function. The ver function will show you both which release you're using and which toolboxes you have installed. You may need to upgrade to a newer release, purchase a license for Signal Processing Toolbox, and/or install Signal Processing Toolbox to use instfreq.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by