how to convert a noise signal into its hexadecimal format

1 回表示 (過去 30 日間)
Ranjith Chandran
Ranjith Chandran 2017 年 4 月 4 日
回答済み: Thorsten 2017 年 4 月 4 日
my work involves a noisy signal (from matlab) given to a fpga module. The noise signals have to be converted to hex format and stored in the BRAM of the fpga for processing. the BRAM memory has 32 bit length memory. Can you please help me in this work.

回答 (1 件)

Thorsten
Thorsten 2017 年 4 月 4 日
Help
samplevalues = randi(1023, 1, 10); % 10 random values between 0 and 1023
dec2hex(samplevalues, 8)

カテゴリ

Help Center および File ExchangeSignal Analysis についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by