How can I determine a non linear effect on the dynamic response through the piezoelectric coefficient d33 in a flexible ferroelectret material?
//Scilab Code for Example 7.1 of Signals and systems by
//P.Ramakrishna Rao
clc;
clear;
a0=2;
a1=2;
a2=4;
x1=[1,3,5,7];
x2=[2,4,6,8];
for t=1:4
y1(1,t)=a0+a1*x1(t)+a2*(x1(t))^2;
y2(1,t)=a0+a1*x2(t)+a2*(x2(t))^2;
end
b1=2;
b2=3;
x=b1*x1+b2*x2;
disp('y(n) does not depend on past inputs');
disp('Hence the system is Static');
disp(x,'The input to the system is:');
q(1,t)=a0+a1*x(t)+a2*(x(t))^2;
disp(q,'This input gives the output:');
y=b1*y1+b2*y2;
disp(y,'For the system to be linear the output should be:');
disp('Hence the system is not linear');
Suppose we have a Neural Network with a binary output (0 or 1). What I am trying to do is to remove neurons or layers from the NN while maintaining a correct classification for all the instances...
02 June 2020 3,789 7 View
Hi How can we find the number of papers per year dedicated to a certain topic ? For example the number of research publications dedicated to the fabrication of PET-based composites. Some use...
04 May 2020 8,300 12 View
Is it possible to compare the Theoretical maximum adsorption capacity (qm of Langmuir) of my sample to other materials when the (R2 of Langmuir is about 0.82) and the (R2 of Freundlich model about...
27 October 2016 879 11 View
01 January 1970 9,412 2 View
How to do Piezoelectric coupling in ANSYS-APDL or COMSOL between tapered substrate and rectangular piezoelectric patch? Piezoelectric coupling between the rectangular substrate and rectangular...
02 March 2021 9,833 3 View
My purpose is to recognize the volatility clustering property without statistical tests such as The Lagrange Multiplier (LM) test.
24 February 2021 4,150 3 View
Hi, I have modelled a three-span arch bridge with soil fill over along with pedestals. The FE modelling is done in LUSAS with HX8M solid elements (i.e. 3D solid modelling). The non-linearity is...
20 February 2021 1,346 2 View
I am doing buckling analysis of laminated plate surface bounded with two piezoelectric PZT 5H and axial compressive load is applied. I am getting an error, No ANEL table exists for material 2....
16 February 2021 510 1 View
Nodes are missing intersection with their respective master surface or outside the adjust zone, when using tie constraint.
01 February 2021 3,591 6 View
My SOLID65 element is reinforced concrete but what modulus of elasticity and material properties do I put? For nonlinear analysis
26 January 2021 1,704 3 View
I have a circular PZT layer deposited by PLD method. The dimensions are: 20um diameter and 350nm thick. It has 100nm Pt electrodes sputtered on the top and bottom. I would like to know what is the...
25 January 2021 688 5 View
I am doing a project with PV array in Simulink. When I run small section of the total system i do not get an error. But when i integrate full system(my system model`s are completely okay) I get an...
18 January 2021 685 10 View
Hi guys, I have modeled a laminated composite beam patched with piezoelectric layers in Ansys Workbench, but the results are far away the results reported in base paper. I have attached the...
13 January 2021 7,356 3 View
I need a Matlab code of the differential quadrature method to solve the equation of motion of a vibrating piezoelectric beam knowing that I used Euler Bernoulli's model ??
03 January 2021 7,178 3 View