1 Star 0 Fork 0

bit212/mmWave-radar-signal-processing-and-microDoppler-classification

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
read_bin.m 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xiangyu Gao 提交于 2022-06-19 10:17 +08:00 . change script name
% Put te unziped binary file under the folder as './template data/bin_data/adc_data_0.bin'
clc
clear all
close all
samples = 128; % num of samples per chirp
loop = 255;
Tx = 2;
folder_location = './template data/bin_data/';
data = readDCA1000(folder_location, samples);
data_length = length(data);
data_each_frame = samples*loop*Tx;
Frame_num = data_length/data_each_frame;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bit212/mmWave-radar-signal-processing-and-microDoppler-classification.git
git@gitee.com:bit212/mmWave-radar-signal-processing-and-microDoppler-classification.git
bit212
mmWave-radar-signal-processing-and-microDoppler-classification
mmWave-radar-signal-processing-and-microDoppler-classification
main

搜索帮助