Matlab-UDV signal processing
Publicado por Andres (1 intervención) el 24/09/2020 17:53:24
Hi all!! I have the problem with matlab. I am use the UDV signal processing, this device has a routine(Obtained from the device manufacturer) in matlab for read the results.However, this code doesn't work, I even run the example codes and it always shows the same errors,then I show the results obtained from matlab. I would greatly appreciate your help.
Thank you
Thank you
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Freq_AD =
uint32
0
Dop_Model =
3010
UDOP_Fct_Mode =
1
Nb_Used =
0
Number_Of_Mpx_Used_Channels =
1
Ofs_First_Value =
31687
No_Channel =
1
Index exceeds matrix dimensions.
Error in Get_Dop_Profiles>Offset_Correction (line 630)
Value(i) = Value(i) + Velocity_Offset;
Error in Get_Dop_Profiles (line 507)
V = Offset_Correction(V, Velocity_Offset, Nb_Gates);
Error in exemple_1 (line 20)
[X, Y, Info, Nb_Profiles, Nb_Gates] = Get_Dop_Profiles(fid, Selected_Curve, Selected_Channel,
Selected_Block);
Valora esta pregunta


0