Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with importing own data (TH) in Open Modal #54

Open
LorenzoLepori opened this issue Mar 22, 2021 · 1 comment
Open

Problem with importing own data (TH) in Open Modal #54

LorenzoLepori opened this issue Mar 22, 2021 · 1 comment

Comments

@LorenzoLepori
Copy link

Good morning,
I would like to ask you a question about importing data for OMA analysis.
I have accelerometric time histories of n. 6 measurement channels. Through the py.uff library I generated the .UFF file only with dataset 58, while I wanted to define the geometry in oper modal next having the measurement imported.
If I import the data in the sw however, I cannot view a plot of them or a way to calculate cross-power spectrum from the signals and then to perform the modal parameter estimation by the LSCF method.
I wonder if, to do an OMA analysis with Open Modal, should I import the already calculated Cross Power Spectrum matrix, instead of the accelerometric time histories, in a .uff file. Otherwise, what is the correct way to use the program for an OMA with own data?

Thank you.

@miha-pirnat
Copy link
Contributor

Hello,

i think the problem is missing UNITS (dataset 164) and INFO (dataset 151) fields. In dataset 58 you should have FRFs.

Here is an example of both fields (you can use these):

    -1
   151                                                                          
3803_VN2_silas_tab                                                                       
DefaultDecription                                                               
modaldata v1                                                                    
14-okt-16 13:09:10           0         0         0
14-okt-16 13:09:10  
Open Modal                                                                      
14-okt-16 13:09:10  
    -1
    -1
   164                                                                          
         9    User unit system         1
   1.0000000000000000D+00   1.0000000000000000D+00   1.0000000000000000D+00
   1.0000000000000000D+00
    -1

After importing you should be able to view your data in measurement tab (check ''use model'' dropdown menu):

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants