TIDEP-01012: AWR2243 四芯片级联高帧率采集问题

Part Number: TIDEP-01012
Other Parts Discussed in Thread: AWR2243

您好AWR2243工程师,我设置了如下参数想要采集1000Hz帧率的数据,采集一直不成功,麻烦帮忙看下有什么问题。另外四级联版最高可以采集多高的帧率?

参数如下:

%% Chirp Configuration  64m  0.2m 1000Hz
c0                    = physconst('LightSpeed'); % [m/s]
adc_start_time        = 2 * 10^-6; % [s]
sample_freq           = 22.5 * 10^6; % [Hz]
adc_samples           = 320; % Number of samples per chirp
num_antenna           = 86; % Number of virtual antennas [-]
length_antenna        = 3; % Length of one antenna [lambda]
adc_smpl_time         = adc_samples / sample_freq; % [s]
slope                 = 52.735 * 10^12; % [Hz/s]
chrp_bw               = adc_smpl_time * slope; % [Hz]
f0                    = 77 * 10^9 + ( adc_start_time * slope ); % [Hz]
fc                    = f0 + chrp_bw / 2; % [Hz] 中心频率
lambda                = c0 / fc; % [m]
rng_res               = c0 / (2 * chrp_bw); % [m]


idle_time             = 2 * 10^-6;  %  [s] 空闲时间
ramp_end_time         = 18 * 10^-6;  %  [s] 斜坡开始到chirp结束时间
nchirp_loops          = 2;          %  frame内的chirp数量
Inter_Frame_Interval  = 1 * 10^-3;  %  [s]frame之间的间隔时间,控制采集频率
rng_max               = sample_freq*c0/slope/2; %最远测量距离
frame_time            = (idle_time+ramp_end_time)*nchirp_loops; %帧时长

  • 您好,

    已经收到了您的案例,调查需要些时间,感谢您的耐心等待。

  • 您好,我设置了如下参数,可以实现4级联开发板12发16收的1000Hz的帧率采样,但是丢帧严重,3s采集差不多丢了几十帧,5s采集差不多丢了一半,10s采集没有报错但是只采集了几百帧,请问如何解决我遇到的这个问题。

    参数如下:

    -- Profile configuration
    local profile_indx              =   0
    local start_freq                =   77      -- GHz
    local slope                     =   37.5     -- MHz/us
    local idle_time                 =   2       -- us
    local adc_start_time            =   2       -- us
    local adc_samples               =   256     -- Number of samples per chirp
    local sample_freq               =   16000   -- ksps
    local ramp_end_time             =   35      -- us
    local rx_gain                   =   48      -- dB
    local tx0OutPowerBackoffCode    =   0
    local tx1OutPowerBackoffCode    =   0
    local tx2OutPowerBackoffCode    =   0
    local tx0PhaseShifter           =   0
    local tx1PhaseShifter           =   0
    local tx2PhaseShifter           =   0
    local txStartTimeUSec           =   0
    local hpfCornerFreq1            =   0      -- 0: 175KHz, 1: 235KHz, 2: 350KHz, 3: 700KHz
    local hpfCornerFreq2            =   0      -- 0: 350KHz, 1: 700KHz, 2: 1.4MHz, 3: 2.8MHz

    -- Frame configuration    
    local start_chirp_tx            =   0
    local end_chirp_tx              =   11
    local nchirp_loops              =   1    -- Number of chirps per frame
    local nframes_master            =   5000 -- Number of Frames for Master
    local nframes_slave             =   5000  -- Number of Frames for Slaves
    local Inter_Frame_Interval      =   1     -- ms
    local trigger_delay             =   0      -- us
    local trig_list                 =   {1,2,2,2} -- 1: Software trigger, 2: Hardware trigger