Since I am using MATLAB for modal parameter extraction purpose. So I just to know the built-in function RFP in MATLAB.
If you have FRF data , invfreqs command will extract a's & b's coeffiecients & finally residue command will extract poles & residues.
[A,B] = invfreqs(frf(1:N),wi,n,n,wt,iter,tol);
[Residues,Poles,K] = residue(A,B); % Residues & Poles, respectively
%--- Calculating the Natural Freq & Damping Ratio ---%
Damp_ratio = -real(Poles)./(abs(Poles));
% Here the natural frequency is multiplied by
% the maximum in because the frequencies were
% scaled from 0 to 1 to avoid problems in
% the invfreqs function
Nat_Frequency = abs(Poles)*max(w)/(2*pi);
This is the shortest possible code i can suggest.
Hope it helps even if it's late.
I wish to buy a economic (cost effective) laser vibrometer to measure the precise mode shapes of the structure. Can anyone suggest me other than polytec laser vibrometer.
10 November 2017 7,532 4 View
I need a MATLAB code for shearlet transform to perform the analysis of tilted features in images.
07 August 2017 2,555 5 View
Can anyone explain me how to solve fourth order ODE equations numerically? or help me in solving the equation in MAPLE software. Thanks in advance...
06 July 2017 8,595 1 View
I want to simulate the moving heat source on CFRP Laminates in ABAQUS. Can anyone help me in this regard?
07 August 2016 1,695 0 View
I want to calculate shear modulus 'G' through the vibration method. Once I get natural frequency corresponding to torsional mode then I'll use it for the expression in order to find G.
09 October 2014 4,074 7 View
For example , a ply has 0 and 90 orientations, so how to give these orientations in ABAQUS software.
07 August 2014 2,271 4 View
I know some website such as www.scimagojr.com, www.jifactor.com. But I would like to know about others website if it is available.
07 August 2014 1,343 2 View
I have data points that I want to check the closeness of normal distribution. So I can use ''hist'' function in MATLAB, but I need a coefficient which tells how closeness to the normal...
03 April 2014 1,620 13 View
Is there any standard practices are available to use threshold value in the damage identification problems. If anything is there, kindly let me know.
02 March 2014 9,355 5 View
I have a signal I would like to pass through the WT. I am very much interested in detecting the singularity in the signal but I found peaks at the edge.
02 March 2014 8,233 3 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
Hello, Why do i see this baseline drift when i compare my blank (black) to the sample (blue)? Any suggestions as to why this happened? Thank you!
11 August 2024 3,770 4 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
How can I use the cif data obtained from rietveld refinement extracted via gsas2, for microstructural analysis using ETEX software?
09 August 2024 7,718 0 View
I am trying to simulate vehicular loading on an orthotopic steel deck bridge section in ABAQUS software. The red arrow mark in the attached figure indicates the direction in which the vehicle will...
08 August 2024 718 0 View
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 View
A fungal strain was treated with nanoparticles. We want to do an environmental SEM analysis. So could anyone share your views on preparing the sample? Thank you.
07 August 2024 5,307 1 View
Hi, I have a question about normalizing the MTT OD values for doing the statistical analysis. So, if we have 3 different plates and we call them 3 different replicates, so, first we would...
07 August 2024 8,106 4 View