Does fread use cast when reading non-integer byte data
古いコメントを表示
Using fread to read in binary containing 14bit ADC data streamed from an FPGA.
Wondering if fread does a cast when you use ubitn or bitn for the precision input.
Currently My fread setup similar to the code below spits out int16.
Output_data=fread(FID,Inf,'*bit14')
When I go to get this into a double will this int16 need to be bitsliced or cast.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Automated Fixed-Point Conversion in MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!