1461178908-3eb20e54-6336-4498-9dec-7ea930578423

1. A method for Kalman filter state estimation in bilinear systems, comprising the steps of:
(a) generating an observer in an electronic device for estimating a state vector xk associated with a bilinear system, the observer defining a covariance matrix Pk statistically relating the state vector xk, where k represents an integer time increment, the bilinear system being defined by xk+1=Axk+B(xkxk)+wk where A is a transition matrix defined by the bilinear system, B is a measurement matrix defined by parameters of the bilinear system, and wk is system noise at time k;
(b) receiving sensor data yk at the electronic device from a sensor, the sensor data being associated with the state vector xk as yk=Cxk+vk, where C is a measurement matrix defined by the parameters of the bilinear system and vk is measurement noise at time k;
(c) generating initial estimates of the state vector and the covariance matrix from the sensor data and storing the initial estimates of the state vector and the covariance matrix in non-transitory computer readable memory of the electronic device;
(d) calculating a projected state vector xk+1k representing the state vector projected ahead by one time increment as xk+1k=Axkk+Bzkk and storing the projected state vector xk+1k in the non-transitory computer readable memory of the electronic device, where zk=xkxk and zkk=Ek(zk);
(e) calculating a projected covariance matrix Pk+1k representing the covariance matrix projected ahead by one time increment as Pk+1k=APkkAT+A{umlaut over (P)}kkBT+B({umlaut over (P)}kk)TAT+B{dot over (P)}kkBT+Q, where Q represents a covariance of the system noise wk, and storing the projected covariance matrix Pk+1k in the non-transitory computer readable memory of the electronic device;
(f) calculating a Kalman gain Kk+1 as Kk+1=Pk+1kCT(CPk+1kCT+R)\u22121, where R is a covariance of the measurement noise vk, and storing the Kalman gain Kk+1 in the non-transitory computer readable memory of the electronic device;
(g) receiving a new set of measurement data yk from the sensor and updating the state vector and the covariance matrix based upon the new set of measurement data as xk+1k+1=xk+1k+Kk+1(yk\u2212Cxk+1k) and Pk+1k+1=(I\u2212Kk+1C)Pk+1k, respectively, wherein xk+1k+1 represents the updated state vector for time (k+1) and Pk+1k+1 represents the updated covariance matrix for time (k+1), where I represents the identity matrix, and storing the updated state vector and the updated covariance matrix in the non-transitory computer readable memory of the electronic device; and
(h) returning to steps (d) and (e) with the updated state vector and the updated covariance matrix, respectively.
2. The method for Kalman filter state estimation in bilinear systems as recited in claim 1, further comprising the step of calculating a further updated state vector xkt as xkt=xkk+Jk(xk+1t\u2212xk+1k) and a further updated covariance matrix Pkt as Pkt=Pkk+Jk(Pk+1t\u2212Pk+1k)JkT for a time t, where t>k+1 in an interval k=t\u22121, . . . , 1, following the step (g) and prior to the step (h), wherein Jk=(PkkAT+{umlaut over (P)}kkBT)(Pk+1k)\u22121.
3. A system for Kalman filter state estimation in bilinear systems, comprising:
a processor;
non-transitory computer readable memory coupled to the processor;
software stored in the non-transitory computer readable memory and executable by the processor, the software having:
means for generating an observer for estimating a state vector xk associated with a bilinear system, the observer defining a covariance matrix Pk statistically relating the state vector xk, where k represents an integer time increment, the bilinear system being defined by xk+1=Axk+B(xkxk)+wk where A is a transition matrix defined by the bilinear system, B is a measurement matrix defined by parameters of the bilinear system, and wk is system noise at time k;
means for receiving sensor data yk from a sensor, the sensor data being associated with the state vector xk as yk=Cxk+vk, where C is a measurement matrix defined by the parameters of the bilinear system and vk is measurement noise at time k;
means for generating initial estimates of the state vector and the covariance matrix from the sensor data and storing the initial estimates of the state vector and the covariance matrix in the non-transitory computer readable memory;
means for calculating a projected state vector xk+1k representing the state vector projected ahead by one time increment as xk+1k=Axkk+Bzkk and storing the projected state vector xk+1k in the non-transitory computer readable memory, where zk=xkxk and zkk=Ek(zk);
means for calculating a projected covariance matrix Pk+1k representing the covariance matrix projected ahead by one time increment as Pk+1k=APkkAT+A{umlaut over (P)}kkBT+B({umlaut over (P)}kk)TAT+B{dot over (P)}kkBT+Q, where Q represents a covariance of the system noise wk, and storing the projected covariance matrix Pk+1k in the non-transitory computer readable memory;
means for calculating a Kalman gain Kk+1 as Kk+1=Pk+1kCT(CPk+1kCT+R)\u22121, where R is a covariance of the measurement noise vk, and storing the Kalman gain Kk+1 in the non-transitory computer readable memory; and
means for receiving a new set of measurement data yk from the sensor and updating the state vector and the covariance matrix based upon the new set of measurement data as xk+1k+1=xk+1k+Kk+1(yk\u2212Cxk+1k) and Pk+1k+1=(I\u2212Kk+1C)Pk+1k, respectively, wherein x+1k+1 represents the updated state vector for time (k+1) and Pk+1+1 represents the updated covariance matrix for time (k+1), where I represents the identity matrix, and storing the updated state vector and the updated covariance matrix in the non-transitory computer readable memory.
4. The system for Kalman filter state estimation in bilinear systems as recited in claim 3, further comprising means for calculating a further updated state vector xkt as xkt=xkk+Jk(xk+1t\u2212xk+1k) and a further updated covariance matrix Pkt as Pkt=Pkk+Jk(Pk+1t\u2212Pk+1k)JkT for a time t, where t>k+1 in an interval k=t\u22121, . . . , 1, wherein Jk=(PkkAT+{umlaut over (P)}kkBT)(Pk+1k)\u22121.
5. A computer software product that includes a non-transitory computer readable storage medium readable by a processor, the non-transitory computer readable storage medium having stored thereon a set of instructions for Kalman filter state estimation in bilinear systems, the instructions comprising:
(a) a first sequence of instructions which, when executed by the processor, causes the processor to generate an observer for estimating a state vector xk associated with a bilinear system, the observer defining a covariance matrix Pk statistically relating the state vector xk, where k represents an integer time increment, the bilinear system being defined by xk+1=Axk+B(xkxk)+wk where A is a transition matrix defined by the bilinear system, B is a measurement matrix defined by parameters of the bilinear system, and wk is system noise at time k;
(b) a second sequence of instructions which, when executed by the processor, causes the processor to receive sensor data yk from a sensor, the sensor data being associated with the state vector xk as yk=Cxk+vk, where C is a measurement matrix defined by the parameters of the bilinear system and vk is measurement noise at time k;
(c) a third sequence of instructions which, when executed by the processor, causes the processor to generate initial estimates of the state vector and the covariance matrix from the sensor data and storing the initial estimates of the state vector and the covariance matrix in the non-transitory computer readable storage medium;
(d) a fourth sequence of instructions which, when executed by the processor, causes the processor to calculate a projected state vector xk+1k representing the state vector projected ahead by one time increment as xk+1k=Axkk+Bzkk and storing the projected state vector xk+1k in the non-transitory computer readable storage medium, where zk=xkxk and zkk=Ek(zk);
(e) a fifth sequence of instructions which, when executed by the processor, causes the processor to calculate a projected covariance matrix Pk+1k representing the covariance matrix projected ahead by one time increment as Pk+1k=APkkAT+A{umlaut over (P)}kkBT+B({umlaut over (P)}kk)TAT+B{dot over (P)}kkBT+Q, where Q represents a covariance of the system noise wk, and storing the projected covariance matrix Pk+1k in the non-transitory computer readable storage medium;
(f) a sixth sequence of instructions which, when executed by the processor, causes the processor to calculate a Kalman gain Kk+1 as Kk+1=Pk+1kCT(CPk+1kCT+R)\u22121, where R is a covariance of the measurement noise vk, and storing the Kalman gain Kk+1 in the non-transitory computer readable storage medium;
(g) a seventh sequence of instructions which, when executed by the processor, causes the processor to receive a new set of measurement data yk from the sensor and update the state vector and the covariance matrix based upon the new set of measurement data as xk+1k+1=xk+1k+Kk+1(yk\u2212Cxk+1k) and Pk+1k+1=(I\u2212Kk+1C)Pk+1k, respectively, wherein xk+1k+1 represents the updated state vector for time (k+1) and Pk+1k+1 represents the updated covariance matrix for time (k+1), where I represents the identity matrix, and storing the updated state vector and the updated covariance matrix in the non-transitory computer readable storage medium; and
(h) an eighth sequence of instructions which, when executed by the processor, causes the processor to return to the fourth and fifth sequences of instructions with the updated state vector and the updated covariance matrix, respectively.
6. The computer software product as recited in claim 5, further comprising a ninth sequence of instructions which, when executed by the processor, causes the processor to calculate further updated state vector xkt as xkt=xkk+Jk(xk+1t\u2212xk+1k) and a further updated covariance matrix Pkt as Pkt=Pkk+Jk(Pk+1t\u2212Pk+1k)JkT for a time t, where t>k+1 in an interval k=t\u22121, . . . , 1, following the seventh set of instructions and prior to the eighth set of instructions, wherein Jk=(PkkAT+{umlaut over (P)}kkBT)(Pk+1k)\u22121.

The claims below are in addition to those above.
All refrences to claim(s) which appear below refer to the numbering after this setence.

1. A method of recording the state of a surgical instrument, the surgical instrument comprising:
an end effector to engage tissue, the end effector comprising a staple channel and an anvil pivotable relative to the staple channel, where at least one of the anvil and the staple channel defines a longitudinal channel;
a reciprocating knife positioned to slide distally through the longitudinal channel;
a longitudinal shaft extending proximally from the end effector;
a first sensor having an output representing a position of the anvil relative to the staple channel;
a second sensor having an output representing a position of the reciprocating knife; and
an externally accessible memory device;

the method comprising:
monitoring the outputs of the first sensor and the second sensor;
recording the output of the first sensor to the memory device when a change occurs in the output of the first sensor; and
recording the output of the second sensor to the memory device when a change occurs in the output of the second sensor.
2. The method of claim 1, further comprising providing the output of the first sensor from the memory device to an outside device.
3. The method of claim 2, wherein providing the output of the first sensor from the memory device to the outside device further comprises providing the output of the first sensor to an output port of the memory device.
4. The method of claim 2, wherein providing the output of the first sensor from the memory device to the outside device further comprises providing the output of the first sensor to a removable storage medium.
5. The method of claim 2, wherein providing the output of the first sensor from the memory device to the outside device comprises providing the output of the first sensor to the outside device wirelessly by the memory device.
6. The method of claim 5, wherein providing the output of the first sensor from the memory device to the outside device comprises providing the output of the first sensor to the outside device wirelessly by the memory device via a wireless output port of the memory device.
7. The method of claim 1, wherein the surgical instrument further comprises a third sensor having an output representing a pressure exerted by the end effector, the method further comprising:
monitoring the output of the third sensor; and
recording the output of the third sensor to the memory device when a change occurs in the output of the third sensor.
8. The method of claim 1, wherein monitoring the output of the first sensor comprises monitoring an output of at least one binary sensor.
9. The method of claim 1, wherein monitoring the output of the first sensor comprises monitoring an output of at least one analog sensor.
10. A method of recording the state of a surgical instrument, the surgical instrument comprising:
an end effector to engage tissue, the end effector comprising a staple channel and an anvil pivotably translatable relative to the staple channel, wherein at least one of the anvil and the staple channel defines a longitudinal channel;
a reciprocating knife positioned to slide distally through the longitudinal channel;
a longitudinal shaft extending proximally from the end effector; and
an externally accessible memory device comprising a wireless output port; the method comprising the steps of:
monitoring an output of a first sensor, wherein the output of the first sensor indicates a condition of at least one component selected from the group consisting of the anvil, the staple channel and the knife, then;
recording the output of the first sensor to the memory device when at least one condition of the surgical instrument changes; and
wirelessly communicating the output of the first sensor to an outside device via the wireless output port of the memory device.
11. The method of claim 10, wherein the at least one condition of the surgical instrument comprises a position of the anvil relative to the staple channel.
12. The method of claim 10, wherein the at least one condition of the surgical instrument comprises a position of the knife within the end effector.
13. The method of claim 10, wherein the at least one condition of the surgical instrument comprises a pressure exerted by the end effector.
14. The method of claim 10, wherein monitoring the output of the first sensor comprises monitoring an output of a binary sensor.
15. The method of claim 10, wherein monitoring the output of the first sensor comprises monitoring an output of an analog sensor.
16. The method of claim 10, further comprising:
monitoring outputs of a plurality of sensors, wherein the plurality of sensors comprises the first sensor and wherein each of the plurality of sensors provides an output indicating a condition of at least one component of the surgical instrument.

1461178896-f6b8b37a-a025-40c8-a93b-b2ada1b6e980

1. A method for producing molded objects provided with a printed decorative pattern,
(i) wherein, in a first step, a printed or decorative plastic film comprising a printing or decorative pattern is permanently joined to a plate-shaped metal substrate, wherein initially the plastic film andor the metal substrate is or are loaded with a bonding agent in the form of a radiation cross-linking reactive adhesive and wherein then the plastic film and the metal substrate are brought together, such that the plastic film is joined permanently with the metal substrate and in this way is laminated onto the metal substrate, thus resulting in a composite material, and
(ii) wherein subsequently the composite material made from the printed or decorative plastic film and metal substrate is shaped into a three-dimensionally shaped molded object by a shaping process which is selected from the group consisting of deep-drawing, draw-forming, stretch-forming, non-cutting forming, bending, embossing and stamping, wherein the printing or decorative pattern comprised by the plastic film is protected during the shaping process.
2. The method of claim 1 wherein loading the plastic film andor the metal substrate with the bonding agent includes a step of applying the bonding agent over the metal substrate so that the plastic film is joined over the entire area of the substrate.
3. The method of claim 1 which further includes a step of applying a clamping force while applying heat.
4. The method of claim 1 wherein the initial step of loading the plastic film andor the metal substrate with the bonding agent includes a step of applying the bonding agent on two sides of the metal substrate.
5. The method of claim 1, wherein the method is performed continuously and in an automated way, wherein the plastic film and the metal substrate to be joined with the plastic film are brought together and joined with each other continuously after applying the adhesive by means of continuously moving transport devices.
6. The method of claim 1, wherein the initial step of loading of the plastic film andor the metal substrate is performed with the bonding agent over the entire area and homogeneously with a uniform layer thickness of the bonding agent.
7. The method of claim 1, wherein the bonding agent is applied in a quantity of 0.1 to 50 gm2 and with a layer thickness of 0.001 to 1 mm.
8. The method of claim 1, wherein the initial step of applying the bonding agent is performed by means of apparatuses selected from the group consisting of nozzles, spraying devices, doctor blades, and cylinders.
9. The method of claim 1, wherein the bonding agent is a solvent-free hot-melt adhesive.
10. The method of claim 9, wherein the hot-melt adhesive has a Brookfield viscosity value in the range of 50 to 1,000,000 mPa\xb7s at processing temperatures in the range of 90\xb0 C. to 200\xb0 C.
11. The method of claim 9, characterized in that the hot-melt adhesive is based on a silane-grafted polyolefin.
12. The method of claim 9, wherein the hot-melt adhesive contains at least one catalyst selected from the group consisting of organic tin compounds, alkyl mercaptide compounds of the dibutyltin, organic iron, lead, cobalt, bismuth, antimony, and tin compounds.
13. The method of claim 9, wherein the hot-melt adhesive contains at least one additive selected from the group consisting of softeners, high boiling-point organic oils, esters, stabilizers, antioxidants, acid scavengers, fillers, and anti-aging agents used for plastifying.
14. The method of claim 1, wherein a non-reactive resin is added to the adhesive, said non-reactive resin being selected from the group consisting of hydrocarbon resins, aliphatic, cyclic, or cycloaliphatic hydrocarbon resins, colophonium resins, terpene phenol resins, coumarone-indene resins, a-methyl styrene resins, polymerized tall resin esters, and ketone aldehyde resins.
15. The method of claim 1, wherein a non-reactive wax is added to the adhesive, said non-reactive wax being selected from the group consisting of polyolefin waxes, polyethylene and polypropylene waxes, and waxes modified on this basis.
16. A method for producing molded objects provided with a printed decorative pattern,
(i) wherein, in a first step, a printed or decorative plastic film comprising a printing or decorative pattern is permanently joined to a plate-shaped metal substrate, wherein initially the plastic film andor the metal substrate is or are loaded with a bonding agent in the form of a radiation cross-linking reactive adhesive and wherein then the plastic film and the metal substrate are brought together, such that the plastic film is joined permanently with the metal substrate and in this way is laminated onto the metal substrate, thus resulting in a composite material, and
(ii) wherein subsequently the composite material made from the printed or decorative plastic film and metal substrate is shaped into a three-dimensionally shaped molded object by a shaping process which is selected from the group consisting of deep-drawing, draw-forming, stretch-forming, non-cutting forming, bending, embossing and stamping.

The claims below are in addition to those above.
All refrences to claim(s) which appear below refer to the numbering after this setence.

1. A preparation method of an oxygen-selective adsorbent selectively adsorbing oxygen in the air, the preparation method comprising:
preparing BaMg(CO3)2 particles or particles in which MgCO3 or Mg(OH)2 are attached to the outside of BaMg(CO3)2; and
sintering the particles at 700 to 800\xb0 C. under hydrogen atmosphere.
2. The preparation method of claim 1, wherein in the particles in which MgCO3 or Mg(OH)2 are attached to the outside of BaMg(CO3 ) MgCO3 or Mg(OH)2 are attached to the outside of BaMg(CO3)2 at a molar ratio of 1to 10based on BaMg(CO3)2.
3. The preparation method of claim 1, wherein the BaMg(CO3)2 particles are prepared by dispersing a mixture of a compound containing barium and carbonate in distilled water and adding a magnesium carbonate precursor thereto.
4. The preparation method of claim 3, wherein the compound containing barium is BaCO3 or BaCl2.
5. The preparation method of claim 3, wherein the carbonate is Na2CO3.
6. The preparation method of claim 3, wherein the magnesium carbonate precursor is Mg(NO3)2 \xb76H2O or MgCO3 \xb73H2O.
7. The preparation method of claim 1, wherein the particles in which MgCO3 or Mg(OH)2are attached to the outside of BaMg(CO3)2, are prepared by dispersing a mixture of a compound containing barium and carbonate in distilled water, adding a magnesium carbonate precursor thereto to obtain particles, filtering and washing the obtained particles, dispersing the washed particles in distilled water again, adding the magnesium carbonate precursor thereto, performing a ultrasonic treatment, and then adding aqueous ammonia thereto.
8. The preparation method of claim 7, wherein the compound containing barium is BaCO3 or BaCl2.
9. The preparation method of claim 7, wherein carbonate is Na2CO3.
10. The preparation method of claim 7, wherein the magnesium carbonate precursor is Mg(NO3)2\xb76H2O or MgCO3.3H23\xb73H2O.