How to find local maxima and its location in real time using simulink ( HDL convertable)

The fixed point values are samples at a freuency of 250 HZ. I have tried findpeaks( predefined matlab function ) but this is not HDL convertible.

回答 (1 件)

Tim McBrayer
Tim McBrayer 2015 年 1 月 12 日

0 投票

You'll need to analyze the time sequence yourself, computing the discrete derivative and looking for it to either become zero or reverse sign.

カテゴリ

ヘルプ センター および File ExchangeCode Generation についてさらに検索

製品

質問済み:

2015 年 1 月 11 日

回答済み:

2015 年 1 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by