TSZQ_OpenHarmony-RISC-V-Emb.../datafiting/README.md

21 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# datafiting
### 1、项目说明
总体思路曲线拟合绘制程序项目开发的总体思路如图所示以实现交互界面与交互控制和数据结构和数值分析算法等。程序有两个主体功能1对设置的数据集和用户选择的拟合曲线类型进行拟合并计算出拟合优度和函数表达式2根据拟合得到的函数表达式进行绘制。
图1.1 项目开发的总体思路图
<img src="figs/overall.png" width=80% /></center>
### 2、开发环境说明
1系统版本OpenHarmony 4.0 Release
2SDK版本API 10
3Model类型Stage
4DevEco Studio版本Deveco Studio 4.0 release
5硬件环境Unionpi Whale、RK3566开发板
6预览器参数(1)DeviceType:default;(2)Resolution:560-1280;(3)DPI:240;其余参数自定。
### 3、项目主要函数调用关系图与项目输出界面演进图
图3.1 项目主要函数调用关系图
<img src="figs/relation.png" width=80% /></center>
图3.2 项目输出界面演进图
<img src="figs/evolution.png" width=80% /></center>