Part Number: TMS320F28P550SJ
Hi Expert,
My customer is using F28P55 for AI Arc detection. and there are some questions here. please help to share some advice.
1.Could you clarify the differences between the provided projects and recommend which one is suitable for our board? Should we use the same dataset for both data collection and inference, or are two separate sets required?
The projects we currently have include: arc_fault_detection_f28p55x_npu , F28P55X_AR_X_demo , and arc_fault_detection_f28p55x_npu_card .
The official Arc Fault project is available in C2000 Digital Power SDK in the below path.
’{C2000_DP_SDK_PATH}\solutions\tida_010955‘
Different data should be used for training and real-time inference , otherwise you won’t be able to evaluate trained ML model reliably . But both of these must be originated from same system.
Please confirm that the ARC program is the one shown below.
2 What is the abbreviation for BNORM, and what does it mean?
3 For AFCI detection, are there any recommended configurations for the convolution layer?
4 For AFCI detection,How many data points need to be collected for training at TI Edge AI Studio?
5 What does AFE mean?
6 “Live DC arc fault detection test: Achieve >98% detection accuracy at UL 1699B test conditions. ”What does "Achieve >98%" mean? Does it mean that out of 100 arcing events detected, 98 are genuine arcing events? Or does it mean that out of every 100 arcing events that occur, 98 can be detected?
7 Do we need to perform FFT processing on the 1024 consecutive current samples here? What does “magnitude” do? What does “Feature Select” do?
8 Should we exclude noise frequencies, such as the power supply's switching frequency, here? What preprocessing is needed for the acquired signal?
9 What does "feaures" mean here?
BR
Chi