信道编码matlab代码-adinstruments_sdk_matlab:Matlab中ADInstrumentsSDK的实现

时间:2024-06-16 23:59:41
【文件属性】:

文件名称:信道编码matlab代码-adinstruments_sdk_matlab:Matlab中ADInstrumentsSDK的实现

文件大小:1.06MB

文件格式:ZIP

更新时间:2024-06-16 23:59:41

系统开源

信道编码matlab代码概述 此代码库向Matlab公开了C SDK。 通用部分包括: sdk类/包(请参阅adi.sdk)-这是直接与mex代码对接的Matlab代码 sdk_mex(请参阅+ adi / private目录)-这是调用ADInstruments dll的实际mex代码 注意,我还为Python编写了一个类似的,稍微不太完善的版本。 动机 LabChart提供了将数据导出到“ .mat”文件的功能,尽管我还没有开始使用它。 我也更喜欢没有简单地复制原始文件但格式不同的文件。 此代码允许直接从LabChart数据文件中读取数据。 *功能 adi.readFile:读取文件 adi.convert:将给定的文件转换为另一种格式(例如,从.adicht转换为.mat) 文件阅读笔记 像我最近的大多数读者一样,除非明确要求,否则不会返回原始频道数据。 而是返回轻量级(低内存)句柄以及相关的元数据,并且可以通过后续方法调用来请求原始通道数据。 f = adi.readFile; pres_chan = f.getChannelByName( ' pressure ' ); r


【文件预览】:
adinstruments_sdk_matlab-master
----README.rst(2KB)
----+adi()
--------mat_file_h.m(1KB)
--------+w()
--------handle_logger.m(2KB)
--------test_SDK.m(2KB)
--------comment.m(7KB)
--------mat_comment_handle.m(2KB)
--------file_handle.m(1KB)
--------+file_comparison()
--------+tests()
--------private()
--------file_writer.m(11KB)
--------file_comparison.m(919B)
--------@file_viewer()
--------@channel()
--------h5_file_h.m(4KB)
--------+examples()
--------+postp()
--------sdk.m(33KB)
--------data_writer_handle.m(479B)
--------comment_handle.m(2KB)
--------h5_conversion_options.m(832B)
--------+sdk()
--------createFile.m(885B)
--------record.m(5KB)
--------file.m(11KB)
--------mat_file_sdk.m(6KB)
--------readFile.m(2KB)
--------+sl()
--------handle_manager.m(6KB)
--------extractRecordToNewFile.m(2KB)
--------editFile.m(431B)
--------+binary()
--------file_read_options.m(777B)
--------channel_writer.m(3KB)
--------convert.m(5KB)
--------h5_file_sdk.m(2KB)
--------mat_conversion_options.m(230B)
--------documentation()
----adi.m(4KB)
----LICENSE(1KB)
----.gitignore(567B)
----files()
--------blank_labchart_8_file.adicht(24KB)
--------crash_testing.m(817B)
--------LabChartBinaryFormat.pdf(285KB)
----documentation()
--------updating_mex_code.txt(455B)
--------organization.md(1KB)
--------ReadMe.md(0B)

网友评论