Chaos-v / DOA-Estimation

水下目标方位估计算法,包括:基于常规波束形成的时间窗方法以及基于卷积神经网络的时间窗方法
9 stars 0 forks source link

File path #1

Closed SHAOTAO1998 closed 1 year ago

SHAOTAO1998 commented 1 year ago

Where is the location of the file and why is it not found

Chaos-v commented 1 year ago

The 'file path' you mentioned may be ".\dataraw". I suggest that you create a 'dataraw' folder firstly (because I did not write the code to create the folder), then run "datarawGenerator.py" to generate a set of test data. Observe the path of this test data, change it to this path where the algorithm itself calls the path, and finally run the algorithm itself.