The present disclosure relates generally to add a virtual microphone to an ultrasound phased array system.
A goal of this disclosure is to produce an estimate of the acoustic pressure from an ultrasound phased array that reasonably matches the measurement of a stationary or slow-moving microphone at a similar location.
There are methods that detail ways to calculate instantaneous pressure or intensity or other metrics in the field. Here, a series of algorithms efficiently use computational resources to calculate time-averaged metrics. These are useful for determining and regulating hot spots and higher-than desired pressure.
Estimating the field strength from an ultrasonic phased array can be done via a processor by summing the contribution of each transducer to the point of interest. This contribution is already calculated when creating a converging spherical wave. This calculation can be reused to add a virtual microphone to the system. By monitoring this microphone and moving it along with new focus points, a robust system of field estimates and regulation may be established.
The accompanying figures, where like reference numerals refer to identical or functionally similar elements throughout the separate views, together with the detailed description below, are incorporated in and form part of the specification, serve to further illustrate embodiments of concepts that include the claimed invention and explain various principles and advantages of those embodiments.
Skilled artisans will appreciate that elements in the figures are illustrated for simplicity and clarity and have not necessarily been drawn to scale. For example, the dimensions of some of the elements in the figures may be exaggerated relative to other elements to help to improve understanding of embodiments of the present invention.
The apparatus and method components have been represented where appropriate by conventional symbols in the drawings, showing only those specific details that are pertinent to understanding the embodiments of the present invention so as not to obscure the disclosure with details that will be readily apparent to those of ordinary skill in the art having the benefit of the description herein.
The pressure output of an n-sized array of these transducers at point x, relative to the center of the array, can be then written as,
Ptot(x)=ΣnXnPn(x−yn), (1)
where yn is the offset of each transducer relative to the center of the array, Pn is a function/model which gives the complex pressure output at given vector relative to the transducer, and Xn represents a complex activation coefficient for each transducer. A subscript n is included in the pressure function to allow for potentially different transducers within an array. The activation coefficient can elicit a phase shift, amplitude change, or both and manipulating these coefficients controls the acoustic field. In a real system this is interpreted into an amplitude and phase to drive each transducer.
An important field from an array for haptics is that of a spherical wave front converging on a focus point. If we compose a list of pressure values from each transducer at point x relative to the center of the array, An=Pn(x−yn), the trivial activation solution is:
where b is the desired complex pressure at the focal point. If we declare An=A as a row-vector and Xn=X a column vector, another way to write equation 1 is:
A·X=b.
Calculating the row-vector A is part of constructing this field solution. When the focal point is moved, the system produces a new A=A′, a new X=X′, and the system moves on with making new focal point locations. The key here is to recognize the significance of A·X′, the old row-vector multiplied by the current activation vector. The output of this multiplication is an estimate of the pressure at the old focus location with the new activation coefficients. With one extra vector multiply, the system can estimate of the pressure at a specific point in space (in this case an older focus location) produced by the current field it is rendering. By storing the old A and performing A·X′ each time the activation coefficients are updated we have a field estimate (virtual microphone or for brevity ‘mic’) at the previous focus location with a minimum of extra computation needed.
Unlimited virtual microphones can be created—either at previous focus locations or using An=Pn(x−yn) to interrogate a new x, unrelated to past fields. Every new microphone, however, requires a dot product vector-by-vector multiplication each time its pressure is to be updated. Therefore, it is not computationally efficient to investigate every point in the field. For a mid-air haptic application, it is most useful to be near focal points. Haptic curves only produce a sensation when they are repeated many times—this gives a guide as to where possible high-pressure points are=along points that have been visited before.
With this in mind, in one arrangement of this disclosure, we update the location of the virtual microphone as the array focuses to new locations. In this case we ‘move’ the mic to the current focus location by overwriting the stored A with the current calculated A′. Any moving averages (explained below) are retained and proceed with the new location and associated row-vector. The decision of when-to-move can involve threshold pressure, an external flag, or any other signal. One example is a simple count-down of timesteps, here deemed Δn. Rather than a fixed value after every move, including a random component prevents locking into a location if the field is repeating locations with a consistent frequency. If Δn is a fixed value then loops which are an integer multiple of Δn cause the moving mic to be locked into only a few points, possibly missing higher-pressure regions of a repeated curve. To remedy this, Δn can composed of a fixed minimum-n (nfixed) and an additional random-length (nrandom). By making nrandom equal to or larger than nfixed, the moving mic can equally sample curves of arbitrary length.
A moving average is a calculation which smooths input. This is essential to even out random noise but is also useful to develop metrics for sinusoidal signals. In acoustics, for instance, calculating the energy contained in a monochromatic wave is achieved by averaging the instantaneous pressure squared over the course of one period. For a complex signal composed of many frequencies, a single, repeating period is long or does not exist. Calculating instantaneous pressure-squared would over-estimate the energy in the sound field. To compensate for this, we can use moving averages to include adjacent values and develop a metric relevant to the energy in the acoustic wave.
One method to calculate a moving average is called a “box filter”. This is implemented by averaging a series of points in a signal. As new points are acquired, old points are forgotten, and a new average is calculated. Another way to look at this is with convolution. Convolution takes a kernel, or a series of weights, and multiplies those weights by the input signal, where each point in the kernel is multiplied by the input based delayed equally to its position in the kernel array, and then performs a sum as its output. The “box filter” moving average kernel, for instance, is simply a series of equal-valued variables equal to 1/n where n is the size of the kernel.
Another method to calculate a moving average is a recursive implementation whereby the last calculated value of the average is used, along with new data, to calculated subsequent points. One particular recursive calculation which is relatively easy to implement is an exponentially weighted rolling average. This method is described by,
Avgn=(1−α)Avgn-1+αx, (2)
where Avgn is the current rolling average, Avgn-1 is the calculated average from the previous iteration, x is the new input, and α is a constant. The constant α determines the exponential weighting in units of the sampling rate.
A particular metric often used in acoustics is known as sound-pressure-level (SPL), expressed in decibels (re 20 microPascals). This is calculated through the square root of the exponentially weighted moving average value of pressure squared (rolling root-mean-squared (RMS) value). Time constants used for the exact calculation vary from a few milliseconds to several seconds depending on the application and engineering specification.
This metric can be tracked using virtual microphones by keeping a rolling average of the pressure-squared value (mean-squared) and taking the root when a decibel value is needed. This value can be used to regulate (attenuate) the array output if desired. Alternatively, pressure-squared units can be tracked and used as the regulatory value. Since the square-root is a single-valued function, the resulting SPL value will be correctly bounded.
Calculating the exponentially weighted average of P-squared (squared pressure output) (
where
This would average points 1-second in the past by 1/e relative to the current point. Points 2-seconds in the past would be weighted by (1/e)2 and so on.
The same approach may be taken with an energy metric, which is based on the simulation of acoustic intensity. The calculation of an energy metric involves going back to the initial computation of A·X′. Each component of the vector particle velocity of the medium may be calculated for a single source by a multiplication of the pressure with the relevant component of the wavefront normal vector divided through by the acoustic impedance. As each element is modelled as a spherical wave source the wavefront normal vector is simply:
As An is Pn(x−yn), the vector particle velocity of the medium neglecting the division by the constant acoustic impedance of air, may be calculated for each element as {circumflex over (n)}nPn(x−yn). If these normal directions are retained alongside A, they may be incorporated into the row-vector as An,x, An,y and An,z. As these are also linear quantities these may be summed and reconstructed as An,x·X′, An,y·X′ and An,z·X′. The acoustic intensity vector (again neglecting constant terms involving acoustic impedance), whose magnitude describes the total energy of the acoustic wave at a point, can then be written as:
This provides a measurement of the total energy of the wave which may be used in the place of pressure. As the energy has units proportional to P-squared, the rolling average of 1 per equation 2 represents a true energy metric. This is in contrast to the P-squared which for SPL requires a square-root to give a root-mean-squared (RMS) value.
For situations with lower sample rate (or when the mic averages are not updated every cycle) α needs to be adjusted to represent the new value. This can be done on the fly if necessary, with a being adjusted each time that the average is updated.
There exists a class of curves with self-crossings (or crossings from other points/grating lobes) where the moving-mic arrangement presented above can mis-represent the highest-pressure point in the path by as much as 6 dB. To remedy this, we can divide the problem into two separate virtual mics—one which always moves as above, and another which locks onto a given point until the moving mic has found a higher-pressure location. In this way, the moving mic, from here called the “seek” mic, samples the path until a hotspot has been found, at which point the locking mic, from here called the “regulation” mic, moves to that point. As long as that point is the “hottest” in the field, it will stay there and correctly estimate the maximum pressure one could measure. Only when the path has changed (and stopped contributing to the “hotspot”) will the seek mic be able to pull the regulation mic to a new location.
The seek mic is able to detect hotspots quickly because it will be using a larger alpha for its rolling average. Functionally, this creates a situation where its rolling average is more weighted towards the recent past relative to the small alpha. A hotspot occurs when the motion of a focus point is slowed, or the array focus returns near the virtual mic after a short period. With the larger alpha, seek mic approaches the true (long-term) P-squared value more quickly than a regulation-alpha mic would and sees a spike at the hotspot. A regulation-mic move is initiated when the large-alpha P-squared exceeds the regulation-alpha P-squared of the regulation mic by some margin. The regulation mic's P-squared is then set to the seek-mic P-squared, basically setting a new (higher) bar for further movement. If the regulation mic did indeed get placed on a hotspot then its small-alpha P-squared will continue to increase and be out of reach of the large-alpha P-squared of the seek mic until the system changes paths. If the move did not put the regulation mic on a hotspot then its P-squared will decay until it is moved again.
In this system we still need two more rolling averages. The first is a small-alpha P-squared which is not adjusted when the regulation mic is moved. This is necessary because without it we do not have an estimate which represents the pressure that would be measured by a stationary mic. The regulation-alpha P-squared which is overwritten by the large-alpha seek mic P-squared changes much more quickly and only serves as a comparison for a movement decision. By keeping a second regulation-alpha P-squared which is not overwritten, the system has an estimate of the pressure with which to dictate regulation.
The last P-squared needed is calculated using the seek mic location (the output of its pressure estimate) but is averaged using the small-alpha regulation mic time constant. This effectively gives the moving-mic P-squared average achieved using only a single moving virtual microphone. For a certain class of curves this value represents a better estimate of the path pressure than the regulation mic P-squared.
Turning to
Calculating new array parameters 1303 are also provided to estimate new microphone pressures 1304, which is provided to the group of A vectors 1320. A_seek 1321 is provided to an avg group 1323 consisting of seek avg fast 1324 and seek avg slow 1325. A_reg 1322 is provided to a reg group 1328 consisting of reg avg for movement 1326 and reg avg unmoving 1327. The seek avg slow 1325 and reg avg unmoving 1327 are compared and the largest value is taken for regulation 1329.
The A_seek 1321 is sent to overwrite A_reg with A_seek and overwrite Reg avg for movement with seek avg fast 1312 and is then sent to A_reg 1322.
The seek avg fast 1324 is sent to overwrite A_reg with A_seek and overwrite Reg avg for movement with seek avg fast 1312 and is then sent to the reg avg for movement 1326.
The values from seek avg fast 1324 and reg avg for movement 1326 are compared to determine which one is greater (with margin) 1313; the result is sent to overwrite Reg avg for movement with seek avg fast 1312 and then to Reg avg for movement 1326.
The values of estimate new microphone pressures 1304 are provided to update the moving averages 1305, which is provided to: 1) the avg group 1323; and the move decision for Reg mic 1306 and then to the move decision for Seek mic 1307.
The counter is moved from the last step 1308 and then decremented 1309. If the counter is less than or equal to zero 1310, an instruction is sent to overwrite A_seek with A and reset move counter with a fixed minimum-n (nfixed) plus additional random-length (nrandom) 1311.
Rolling averages from the last time step 1314 are provided to the avg group 1323 and the reg group 1328.
In some implementations of the system there exists time where the seek microphone might be calculating an average but due to propagation delay, the regulation mic might not be able to move to that location for several time steps. In that case, one solution is to stop averaging the seek mic into the moving average when the regulation mic is not able to move to that location. This introduces a “blind spot” for those particular points (especially if they happen on a regular basis). Since the movement of the seek mic is adjusted with a random factor, however, even a regular ‘blind spot’ should be distributed throughout any regular curve and not represent a hole in the measurement. Excessive lack of measurement represents degraded performance for finding hot-spots and should be minimized.
In order to find a hotspot, the seek mic still needs to randomly land on that point. For some design parameters (peak pressure possible, regulation pressure, Δn, etc) this can take a considerable amount of time. This time can be reduced by adding more seek mics for a given focus point. Each keeps its own P-squared values and move counters. At every time step, the regulation mic would compare its P-squared to all of the seek mics and move if any of them best it. With more points being checked simultaneously, a hotspot will be found more quickly.
Ideally, every seek mic is measuring at a different physical location. Practically, this is difficult to guarantee because the physical location of the mic is not stored and even if it were, the comparison to every other mic takes computation. One solution is to simply guarantee that no two mics are moved on the same timestep. If two move counters expire at the same time, move one mic and add some value to the move counter of the other. This can be 1 at minimum or some other (possibly random) value based upon the number of other mics in the system.
In addition to mics, the system may include any number of averages (with different alphas) per microphone. This could be used, for example, to switch to different time-constants for regulation on the fly. Some could be overwritten for a move while others are held. This yields a more flexible system with regards to possible fluctuations. For instance, a short-time alpha reacts more quickly to a hot-spot but also can randomly reach a peak in an instance where it randomly lands on a spurious crossing of another focal point. By including several averages of differing time-constant this could give the designer the possibility of ignoring faster-responding values. The extra averages could also be of different metrics, P-squared and I being examples. Move decisions could then involve multiple metrics, for instance.
Turing to
A new time step begins 1401 following by calculating new array parameters 1402. These parameters are then provided to the vectors 1408 (row vector A 1409 and column vector X 1407). The row vector A 1409 is provided to overwrite A_seek with A and reset move counter with a fixed minimum-n (nfixed) plus additional random-length (nrandom) 1421. The column vector X 1315 is provided to a group of A vectors 1412 (one or more A_seek and a A_reg).
Rolling averages from the last time step 1410 are sent to a group of seek avg 1414 and a group of reg avg 1413.
Calculating new array parameters 1402 are also provided to estimate new microphone pressures 1403, which is provided to the group of A vectors 1412. Data from the group of A vectors 1412 are sent to a group of seek avg 1414. The data from the group of seek avg 1414 and a group of reg avg 1413 are sent to take appropriate value for regulation 1416.
The data from the group of seek avg 1414 are sent to overwrite appropriate averages if specified and overwrite A_reg with the A_seek which triggered the move 1417. Data from the group of A vectors 1412 are also sent to overwrite appropriate averages if specified and overwrite A_reg with the A_seek which triggered the move 1417. This is then sent to the group of A vectors 1412 and the group of reg avg 1413.
In addition, data from the group of seek avg 1414 and the group of reg avg 1413 are compared 1415 and the greater value with margin is sent to overwrite appropriate averages if specified and overwrite A_reg with the A_seek which triggered the move 1417.
The values of estimate new microphone pressures 1403 are provided to update the moving averages with many averages per mic 1404, which is provided to: 1) the group of seek avg 1414; and 2) the move decision for Reg mic 1405 and then to the move decision for each mic 1406.
The counter is moved for each seek from the last step 1418 and then decremented 1419. If the counter is less than or equal to zero 1420, an instruction is sent to overwrite A_seek with A and reset move counter with a fixed minimum-n (n_fixed) plus additional random-length (n_random) 1421. In addition, if more one mic is ⇐0, add a specified value to all counters but one 1422.
Phased arrays are capable of multiplexing spherical waves to create multiple simultaneous focus points. For this type of arrangement, each focus point could have one or more of its own, independent virtual microphones. In this case, the row-vector for each point would be considered separately from the perspective of mic-storage.
For regulation, one option is to use the output of the highest rolling pressure average to be as a global regulating maximum. Alternatively, each focus point could be regulated separately. Yet another option is to have every focus point have its own seek mic but only use one regulation mic. In this case the regulation mic would move to the location of the highest seek mic. In this case, focus points would all be regulated to the global maximum, as the regulation mic has no knowledge of which focus points are contributing to its average.
One use of the virtual microphone measurement is to attenuate the output of the array to satisfy a user-specified maximum SPL level. In one arrangement, the array can simply check against one of the microphones (such as the regulatory microphone) and adjust the output so that the next cycle is attenuated enough to correct the rolling average. This would be done by solving (2) for x for the desired Avgn and then using that value for output. This, unfortunately, can lead to sharp changes in the pressure field and can result in undesired audible sound.
One smoother method to feed the measured pressure back into the output is to set the pressure targets based upon the pressure goal divided by the highest virtual microphone pressure and let the value of 1 represent the pressure goal. In this way, when the measured pressure is far below the pressure goal, the output is free to exceed it. When the pressure is equal to the pressure goal, it sustains the output. When it is too high, the output is attenuated. This regulation approach yields smoother results as the virtual microphone pressure is naturally smoothed by its own rolling average.
Yet another method is to use a standard proportion-integral-differential (PID) controller. PID is a standard real-time control scheme used across all of control systems for decades. It is simple, flexible, and computationally efficient. In this context, we can use a simple PD (no integral term) controller to adjust the capping value based upon the P-squared value returned by the virtual microphone schemes presented above. We do not need the integral term as the rolling average accomplishes an integral-like effect without the downside of wind-up. Coefficients in the PID can be adjusted to balance speed of response with overshoot and audibility. A properly implemented PID controller approaches the limiting value at a controlled rate and does not ring excessively, thereby limiting unwanted audio.
In practice, the PID controller should use whichever is higher: the regulation mic P-squared (which is not being overwritten) or the seek mic P-squared which is using the small-alpha time constant.
1. Coupling a moving-average calculation with field estimates.
2. Using 2 virtual microphones in this arrangement with this relationship may represent the most computationally efficient manner to find hot spots in a quickly changing acoustic field.
3. An ultrasonic phased array composed of
A plurality of transducers with known relative positions and orientations;
A complex activation coefficient representing the magnitude and phase of the driving signal to a transducer;
A point of interest;
Computing the transducer complex field at the point of interest;
Multiplying the transducer complex field by the activation coefficient to return an estimate of the field at that point;
Incorporating this field estimate into a rolling average;
Dependent claims:
1. Using a newly generated activation coefficient and multiplying by the older transducer complex field for a new estimate.
2. Using this new estimate for the rolling average.
While the foregoing descriptions disclose specific values, any other specific values may be used to achieve similar results. Further, the various features of the foregoing embodiments may be selected and combined to produce numerous variations of improved haptic systems.
In the foregoing specification, specific embodiments have been described. However, one of ordinary skill in the art appreciates that various modifications and changes can be made without departing from the scope of the invention as set forth in the claims below. Accordingly, the specification and figures are to be regarded in an illustrative rather than a restrictive sense, and all such modifications are intended to be included within the scope of present teachings.
Moreover, in this document, relational terms such as first and second, top and bottom, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. The terms “comprises,” “comprising,” “has”. “having,” “includes”. “including,” “contains”, “containing” or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises, has, includes, contains a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. An element proceeded by “comprises . . . a”, “has . . . a”, “includes . . . a”. “contains . . . a” does not, without more constraints, preclude the existence of additional identical elements in the process, method, article, or apparatus that comprises, has, includes, contains the element. The terms “a” and “an” are defined as one or more unless explicitly stated otherwise herein. The terms “substantially”, “essentially”, “approximately”, “about” or any other version thereof, are defined as being close to as understood by one of ordinary skill in the art. The term “coupled” as used herein is defined as connected, although not necessarily directly and not necessarily mechanically. A device or structure that is “configured” in a certain way is configured in at least that way but may also be configured in ways that are not listed.
The Abstract of the Disclosure is provided to allow the reader to quickly ascertain the nature of the technical disclosure. It is submitted with the understanding that it will not be used to interpret or limit the scope or meaning of the claims. In addition, in the foregoing Detailed Description, various features are grouped together in various embodiments for the purpose of streamlining the disclosure. This method of disclosure is not to be interpreted as reflecting an intention that the claimed embodiments require more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive subject matter lies in less than all features of a single disclosed embodiment. Thus, the following claims are hereby incorporated into the Detailed Description, with each claim standing on its own as a separately claimed subject matter.
This application claims the benefit of U.S. Provisional Patent Application No. 62/914,502 filed on Oct. 13, 2019, which is incorporated by reference in its entirety. The prior application U.S. application Ser. No. 15/960,113 filed on Apr. 23, 2018 is incorporated by reference in its entirety. The prior application U.S. Application No. 62/507,822 filed on May 18, 2017 is incorporated by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
4218921 | Berge | Aug 1980 | A |
4771205 | Mequio | Sep 1988 | A |
4881212 | Takeuchi | Nov 1989 | A |
5226000 | Moses | Jul 1993 | A |
5243344 | Koulopoulos | Sep 1993 | A |
5329682 | Thurn | Jul 1994 | A |
5422431 | Ichiki | Jun 1995 | A |
5426388 | Flora | Jun 1995 | A |
5477736 | Lorraine | Dec 1995 | A |
5511296 | Dias | Apr 1996 | A |
5859915 | Norris | Jan 1999 | A |
6029518 | Oeftering | Feb 2000 | A |
6193936 | Gardner | Feb 2001 | B1 |
6436051 | Morris | Aug 2002 | B1 |
6503204 | Sumanaweera | Jan 2003 | B1 |
6647359 | Verplank | Nov 2003 | B1 |
6771294 | Pulli | Aug 2004 | B1 |
6772490 | Toda | Aug 2004 | B2 |
6800987 | Toda | Oct 2004 | B2 |
7107159 | German | Sep 2006 | B2 |
7109789 | Spencer | Sep 2006 | B2 |
7182726 | Williams | Feb 2007 | B2 |
7225404 | Zilles | May 2007 | B1 |
7284027 | Jennings, III | Oct 2007 | B2 |
7345600 | Fedigan | Mar 2008 | B1 |
7487662 | Schabron | Feb 2009 | B2 |
7577260 | Hooley | Aug 2009 | B1 |
7692661 | Cook | Apr 2010 | B2 |
RE42192 | Schabron | Mar 2011 | E |
7966134 | German | Jun 2011 | B2 |
8000481 | Nishikawa | Aug 2011 | B2 |
8123502 | Blakey | Feb 2012 | B2 |
8269168 | Axelrod | Sep 2012 | B1 |
8279193 | Birnbaum | Oct 2012 | B1 |
8369973 | Risbo | Feb 2013 | B2 |
8607922 | Werner | Dec 2013 | B1 |
8833510 | Koh | Sep 2014 | B2 |
8884927 | Cheatham, III | Nov 2014 | B1 |
9208664 | Peters | Dec 2015 | B1 |
9267735 | Funayama | Feb 2016 | B2 |
9421291 | Robert | Aug 2016 | B2 |
9612658 | Subramanian | Apr 2017 | B2 |
9662680 | Yamamoto | May 2017 | B2 |
9816757 | Zielinski | Nov 2017 | B1 |
9841819 | Carter | Dec 2017 | B2 |
9863699 | Corbin, III | Jan 2018 | B2 |
9898089 | Subramanian | Feb 2018 | B2 |
9945818 | Ganti | Apr 2018 | B2 |
9958943 | Long | May 2018 | B2 |
9977120 | Carter | May 2018 | B2 |
10101811 | Carter | Oct 2018 | B2 |
10101814 | Carter | Oct 2018 | B2 |
10133353 | Eid | Nov 2018 | B2 |
10140776 | Schwarz | Nov 2018 | B2 |
10146353 | Smith | Dec 2018 | B1 |
10168782 | Tchon | Jan 2019 | B1 |
10268275 | Carter | Apr 2019 | B2 |
10281567 | Carter | May 2019 | B2 |
10318008 | Sinha | Jun 2019 | B2 |
10444842 | Long | Oct 2019 | B2 |
10469973 | Hayashi | Nov 2019 | B2 |
10496175 | Long | Dec 2019 | B2 |
10497358 | Tester | Dec 2019 | B2 |
10510357 | Kovesi | Dec 2019 | B2 |
10523159 | Megretski | Dec 2019 | B2 |
10531212 | Long | Jan 2020 | B2 |
10569300 | Hoshi | Feb 2020 | B2 |
10685538 | Carter | Jun 2020 | B2 |
10755538 | Carter | Aug 2020 | B2 |
10818162 | Carter | Oct 2020 | B2 |
10911861 | Buckland | Feb 2021 | B2 |
10915177 | Carter | Feb 2021 | B2 |
10921890 | Subramanian | Feb 2021 | B2 |
10930123 | Carter | Feb 2021 | B2 |
10943578 | Long | Mar 2021 | B2 |
11048329 | Lee | Jun 2021 | B1 |
11098951 | Kappus | Aug 2021 | B2 |
11169610 | Sarafianou | Nov 2021 | B2 |
11189140 | Long | Nov 2021 | B2 |
11204644 | Long | Dec 2021 | B2 |
11276281 | Carter | Mar 2022 | B2 |
20010033124 | Norris | Oct 2001 | A1 |
20020149570 | Knowles | Oct 2002 | A1 |
20030024317 | Miller | Feb 2003 | A1 |
20030144032 | Brunner | Jul 2003 | A1 |
20030182647 | Radeskog | Sep 2003 | A1 |
20040005715 | Schabron | Jan 2004 | A1 |
20040014434 | Haardt | Jan 2004 | A1 |
20040052387 | Norris | Mar 2004 | A1 |
20040091119 | Duraiswami | May 2004 | A1 |
20040210158 | Organ | Oct 2004 | A1 |
20040226378 | Oda | Nov 2004 | A1 |
20040264707 | Yang | Dec 2004 | A1 |
20050052714 | Klug | Mar 2005 | A1 |
20050056851 | Althaus | Mar 2005 | A1 |
20050212760 | Marvit | Sep 2005 | A1 |
20050267695 | German | Dec 2005 | A1 |
20050273483 | Dent | Dec 2005 | A1 |
20060085049 | Cory | Apr 2006 | A1 |
20060090955 | Cardas | May 2006 | A1 |
20060091301 | Trisnadi | May 2006 | A1 |
20060164428 | Cook | Jul 2006 | A1 |
20070036492 | Lee | Feb 2007 | A1 |
20070094317 | Wang | Apr 2007 | A1 |
20070177681 | Choi | Aug 2007 | A1 |
20070263741 | Erving | Nov 2007 | A1 |
20080012647 | Risbo | Jan 2008 | A1 |
20080084789 | Altman | Apr 2008 | A1 |
20080130906 | Goldstein | Jun 2008 | A1 |
20080226088 | Aarts | Sep 2008 | A1 |
20080273723 | Hartung | Nov 2008 | A1 |
20080300055 | Lutnick | Dec 2008 | A1 |
20090093724 | Pernot | Apr 2009 | A1 |
20090116660 | Croft, III | May 2009 | A1 |
20090232684 | Hirata | Sep 2009 | A1 |
20090251421 | Bloebaum | Oct 2009 | A1 |
20090319065 | Risbo | Dec 2009 | A1 |
20100013613 | Weston | Jan 2010 | A1 |
20100016727 | Rosenberg | Jan 2010 | A1 |
20100030076 | Vortman | Feb 2010 | A1 |
20100044120 | Richter | Feb 2010 | A1 |
20100066512 | Rank | Mar 2010 | A1 |
20100085168 | Kyung | Apr 2010 | A1 |
20100103246 | Schwerdtner | Apr 2010 | A1 |
20100109481 | Buccafusca | May 2010 | A1 |
20100199232 | Mistry | Aug 2010 | A1 |
20100231508 | Cruz-Hernandez | Sep 2010 | A1 |
20100262008 | Roundhill | Oct 2010 | A1 |
20100302015 | Kipman | Dec 2010 | A1 |
20100321216 | Jonsson | Dec 2010 | A1 |
20110006888 | Bae | Jan 2011 | A1 |
20110010958 | Clark | Jan 2011 | A1 |
20110051554 | Varray | Mar 2011 | A1 |
20110066032 | Vitek | Mar 2011 | A1 |
20110199342 | Vartanian | Aug 2011 | A1 |
20110310028 | Camp, Jr. | Dec 2011 | A1 |
20120057733 | Morii | Mar 2012 | A1 |
20120063628 | Rizzello | Mar 2012 | A1 |
20120066280 | Tsutsui | Mar 2012 | A1 |
20120223880 | Birnbaum | Sep 2012 | A1 |
20120229400 | Birnbaum | Sep 2012 | A1 |
20120229401 | Birnbaum | Sep 2012 | A1 |
20120236689 | Brown | Sep 2012 | A1 |
20120243374 | Dahl | Sep 2012 | A1 |
20120249409 | Toney | Oct 2012 | A1 |
20120249474 | Pratt | Oct 2012 | A1 |
20120299853 | Dagar | Nov 2012 | A1 |
20120307649 | Park | Dec 2012 | A1 |
20120315605 | Cho | Dec 2012 | A1 |
20130035582 | Radulescu | Feb 2013 | A1 |
20130079621 | Shoham | Mar 2013 | A1 |
20130094678 | Scholte | Apr 2013 | A1 |
20130100008 | Marti | Apr 2013 | A1 |
20130101141 | McElveen | Apr 2013 | A1 |
20130173658 | Adelman | Jul 2013 | A1 |
20130331705 | Fraser | Dec 2013 | A1 |
20140027201 | Islam | Jan 2014 | A1 |
20140104274 | Hilliges | Apr 2014 | A1 |
20140139071 | Yamamoto | May 2014 | A1 |
20140168091 | Jones | Jun 2014 | A1 |
20140201666 | Bedikian | Jul 2014 | A1 |
20140204002 | Bennet | Jul 2014 | A1 |
20140265572 | Siedenburg | Sep 2014 | A1 |
20140269207 | Baym | Sep 2014 | A1 |
20140269208 | Baym | Sep 2014 | A1 |
20150002477 | Cheatham, III | Jan 2015 | A1 |
20150005039 | Liu | Jan 2015 | A1 |
20150006645 | Oh | Jan 2015 | A1 |
20150007025 | Sassi | Jan 2015 | A1 |
20150013023 | Wang | Jan 2015 | A1 |
20150029155 | Lee | Jan 2015 | A1 |
20150066445 | Lin | Mar 2015 | A1 |
20150070147 | Cruz-Hernandez | Mar 2015 | A1 |
20150070245 | Han | Mar 2015 | A1 |
20150078136 | Sun | Mar 2015 | A1 |
20150081110 | Houston | Mar 2015 | A1 |
20150084929 | Lee | Mar 2015 | A1 |
20150110310 | Minnaar | Apr 2015 | A1 |
20150130323 | Harris | May 2015 | A1 |
20150168205 | Lee | Jun 2015 | A1 |
20150192995 | Subramanian | Jul 2015 | A1 |
20150220199 | Wang | Aug 2015 | A1 |
20150226537 | Schorre | Aug 2015 | A1 |
20150226831 | Nakamura | Aug 2015 | A1 |
20150248787 | Abovitz | Sep 2015 | A1 |
20150258431 | Stafford | Sep 2015 | A1 |
20150277610 | Kim | Oct 2015 | A1 |
20150293592 | Cheong | Oct 2015 | A1 |
20150304789 | Babayoff | Oct 2015 | A1 |
20150323667 | Przybyla | Nov 2015 | A1 |
20150331576 | Piya | Nov 2015 | A1 |
20150332075 | Burch | Nov 2015 | A1 |
20160019762 | Levesque | Jan 2016 | A1 |
20160019879 | Daley | Jan 2016 | A1 |
20160026253 | Bradski | Jan 2016 | A1 |
20160044417 | Clemen, Jr. | Feb 2016 | A1 |
20160124080 | Carter | May 2016 | A1 |
20160138986 | Carlin | May 2016 | A1 |
20160175701 | Froy | Jun 2016 | A1 |
20160175709 | Idris | Jun 2016 | A1 |
20160189702 | Blanc | Jun 2016 | A1 |
20160242724 | Lavallee | Aug 2016 | A1 |
20160246374 | Carter | Aug 2016 | A1 |
20160249150 | Carter | Aug 2016 | A1 |
20160291716 | Boser | Oct 2016 | A1 |
20160306423 | Uttermann | Oct 2016 | A1 |
20160320843 | Long | Nov 2016 | A1 |
20160339132 | Cosman | Nov 2016 | A1 |
20160374562 | Vertikov | Dec 2016 | A1 |
20170002839 | Bukland | Jan 2017 | A1 |
20170004819 | Ochiai | Jan 2017 | A1 |
20170018171 | Carter | Jan 2017 | A1 |
20170024921 | Beeler | Jan 2017 | A1 |
20170052148 | Estevez | Feb 2017 | A1 |
20170123487 | Hazra | May 2017 | A1 |
20170123499 | Eid | May 2017 | A1 |
20170140552 | Woo | May 2017 | A1 |
20170144190 | Hoshi | May 2017 | A1 |
20170153707 | Subramanian | Jun 2017 | A1 |
20170168586 | Sinha | Jun 2017 | A1 |
20170181725 | Han | Jun 2017 | A1 |
20170193768 | Long | Jul 2017 | A1 |
20170193823 | Jiang | Jul 2017 | A1 |
20170211022 | Reinke | Jul 2017 | A1 |
20170279951 | Hwang | Sep 2017 | A1 |
20170336860 | Smoot | Nov 2017 | A1 |
20170366908 | Long | Dec 2017 | A1 |
20180035891 | Van Soest | Feb 2018 | A1 |
20180039333 | Carter | Feb 2018 | A1 |
20180047259 | Carter | Feb 2018 | A1 |
20180074580 | Hardee | Mar 2018 | A1 |
20180081439 | Daniels | Mar 2018 | A1 |
20180101234 | Carter | Apr 2018 | A1 |
20180139557 | Ochiai | May 2018 | A1 |
20180146306 | Benattar | May 2018 | A1 |
20180151035 | Maalouf | May 2018 | A1 |
20180166063 | Long | Jun 2018 | A1 |
20180181203 | Subramanian | Jun 2018 | A1 |
20180182372 | Tester | Jun 2018 | A1 |
20180190007 | Panteleev | Jul 2018 | A1 |
20180246576 | Long | Aug 2018 | A1 |
20180253627 | Baradel | Sep 2018 | A1 |
20180267156 | Carter | Sep 2018 | A1 |
20180304310 | Long | Oct 2018 | A1 |
20180309515 | Murakowski | Oct 2018 | A1 |
20180310111 | Kappus | Oct 2018 | A1 |
20180350339 | Macours | Dec 2018 | A1 |
20180361174 | Radulescu | Dec 2018 | A1 |
20190038496 | Levesque | Feb 2019 | A1 |
20190091565 | Nelson | Mar 2019 | A1 |
20190163275 | Iodice | May 2019 | A1 |
20190175077 | Zhang | Jun 2019 | A1 |
20190187244 | Riccardi | Jun 2019 | A1 |
20190196578 | Iodice | Jun 2019 | A1 |
20190196591 | Long | Jun 2019 | A1 |
20190197840 | Kappus | Jun 2019 | A1 |
20190197841 | Carter | Jun 2019 | A1 |
20190197842 | Long | Jun 2019 | A1 |
20190204925 | Long | Jul 2019 | A1 |
20190206202 | Carter | Jul 2019 | A1 |
20190235628 | Lacroix | Aug 2019 | A1 |
20190257932 | Carter | Aug 2019 | A1 |
20190310710 | Deeley | Oct 2019 | A1 |
20190342654 | Buckland | Nov 2019 | A1 |
20200042091 | Long | Feb 2020 | A1 |
20200080776 | Kappus | Mar 2020 | A1 |
20200082804 | Kappus | Mar 2020 | A1 |
20200103974 | Carter | Apr 2020 | A1 |
20200117229 | Long | Apr 2020 | A1 |
20200193269 | Park | Jun 2020 | A1 |
20200218354 | Beattie | Jul 2020 | A1 |
20200302760 | Carter | Sep 2020 | A1 |
20200320347 | Nikolenko | Oct 2020 | A1 |
20200327418 | Lyons | Oct 2020 | A1 |
20200380832 | Carter | Dec 2020 | A1 |
20210037332 | Kappus | Feb 2021 | A1 |
20210043070 | Carter | Feb 2021 | A1 |
20210109712 | Oliver | Apr 2021 | A1 |
20210111731 | Oliver | Apr 2021 | A1 |
20210141458 | Sarafianou | May 2021 | A1 |
20210165491 | Sun | Jun 2021 | A1 |
20210170447 | Buckland | Jun 2021 | A1 |
20210183215 | Carter | Jun 2021 | A1 |
20210201884 | Kappus | Jul 2021 | A1 |
20210225355 | Long | Jul 2021 | A1 |
20210303072 | Carter | Sep 2021 | A1 |
20210303758 | Long | Sep 2021 | A1 |
20210334706 | Yamaguchi | Oct 2021 | A1 |
20210381765 | Kappus | Dec 2021 | A1 |
20210397261 | Kappus | Dec 2021 | A1 |
20220083142 | Brown | Mar 2022 | A1 |
20220095068 | Kappus | Mar 2022 | A1 |
20220113806 | Long | Apr 2022 | A1 |
20220155949 | Ring | May 2022 | A1 |
20220198892 | Carter | Jun 2022 | A1 |
20220236806 | Carter | Jul 2022 | A1 |
20220252550 | Catsis | Aug 2022 | A1 |
20220300028 | Long | Sep 2022 | A1 |
20220300070 | Iodice | Sep 2022 | A1 |
20220329250 | Long | Oct 2022 | A1 |
Number | Date | Country |
---|---|---|
2470115 | Jun 2003 | CA |
101986787 | Mar 2011 | CN |
102459900 | May 2012 | CN |
102591512 | Jul 2012 | CN |
103797379 | May 2014 | CN |
103984414 | Aug 2014 | CN |
107340871 | Nov 2017 | CN |
0057594 | Aug 1982 | EP |
309003 | Mar 1989 | EP |
0696670 | Feb 1996 | EP |
1875081 | Jan 2008 | EP |
1911530 | Apr 2008 | EP |
2271129 | Jan 2011 | EP |
1461598 | Apr 2014 | EP |
3207817 | Aug 2017 | EP |
3216231 | Aug 2019 | EP |
2464117 | Apr 2010 | GB |
2513884 | Nov 2014 | GB |
2513884 | Nov 2014 | GB |
2530036 | Mar 2016 | GB |
2008074075 | Apr 2008 | JP |
2010109579 | May 2010 | JP |
2011172074 | Sep 2011 | JP |
2012048378 | Mar 2012 | JP |
2012048378 | Mar 2012 | JP |
2015035657 | Feb 2015 | JP |
2016035646 | Mar 2016 | JP |
20120065779 | Jun 2012 | KR |
20130055972 | May 2013 | KR |
20160008280 | Jan 2016 | KR |
20200082449 | Jul 2020 | KR |
9118486 | Nov 1991 | WO |
9639754 | Dec 1996 | WO |
03050511 | Jun 2003 | WO |
2005017965 | Feb 2005 | WO |
2007144801 | Dec 2007 | WO |
2009071746 | Jun 2009 | WO |
2009112866 | Sep 2009 | WO |
2010003836 | Jan 2010 | WO |
2010139916 | Dec 2010 | WO |
2011132012 | Oct 2011 | WO |
2012023864 | Feb 2012 | WO |
2012104648 | Aug 2012 | WO |
2013179179 | Dec 2013 | WO |
2014181084 | Nov 2014 | WO |
2014181084 | Nov 2014 | WO |
2015006467 | Jan 2015 | WO |
2015039622 | Mar 2015 | WO |
2015127335 | Aug 2015 | WO |
2016007920 | Jan 2016 | WO |
2016095033 | Jun 2016 | WO |
2016099279 | Jun 2016 | WO |
2016132144 | Aug 2016 | WO |
2016137675 | Sep 2016 | WO |
2016162058 | Oct 2016 | WO |
2017172006 | Oct 2017 | WO |
2020049321 | Mar 2020 | WO |
Entry |
---|
Aoki et al., Sound location of stero reproduction with parametric loudspeakers, Applied Acoustics 73 (2012) 1289-1295 (7 pages). |
Bajard et al., BKM: A New Hardware Algorithm for Complex Elementary Functions, 8092 IEEE Transactions on Computers 43 (1994) (9 pages). |
Bajard et al., Evaluation of Complex Elementary Functions / A New Version of BKM, SPIE Conference on Advanced Signal Processing, Jul. 1999 (8 pages). |
Bortoff et al., Pseudolinearization of the Acrobot using Spline Functions, IEEE Proceedings of the 31st Conference on Decision and Control, Sep. 10, 1992 (6 pages). |
Corrected Notice of Allowability dated Jan. 14, 2021 for U.S. Appl. No. 15/897,804 (pp. 1-2). |
ISR and WO for PCT/GB2020/052544 (dated Dec. 18, 2020) (14 pages). |
ISR and WO for PCT/GB2020/052545 (dated Jan. 27, 2021) (14 pages). |
ISR and WO for PCT/GB2020/052829 (dated Feb. 1, 2021) (15 pages). |
Office Action dated Dec. 7, 2020 for U.S. Appl. No. 16/563,608 (pp. 1-8). |
Office Action dated Mar. 11, 2021 for U.S. Appl. No. 16/228,767 (pp. 1-23). |
Search Report by EPO for EP 17748466 dated Jan. 13, 2021 (16 pages). |
Wang et al., Device-Free Gesture Tracking Using Acoustic Signals, ACM MobiCom '16, pp. 82-94 (13 pages). |
“Welcome to Project Soli” video, https://atap.google.com/#project-soli Accessed Nov. 30, 2018, 2 pages. |
A. Sand, Head-Mounted Display with Mid-Air Tactile Feedback, Proceedings of the 21st ACM Symposium on Virtual Reality Software and Technology, Nov. 13-15, 2015 (8 pages). |
Alexander, J. et al. (2011), Adding Haptic Feedback to Mobile TV (6 pages). |
Ashish Shrivastava et al., Learning from Simulated and Unsupervised Images through Adversarial Training, Jul. 19, 2017, pp. 1-16. |
Benjamin Long et al., “Rendering volumetric haptic shapes in mid-air using ultrasound”, ACM Transactions on Graphics (TOG), Acm, US, (Nov. 19, 2014), vol. 33, No. 6, ISSN 0730-0301, pp. 1-10. |
Bożena Smagowska & Małgorzata Pawlaczyk-Łuszczyńska (2013) Effects of Ultrasonic Noise on the Human Body—A Bibliographic Review, International Journal of Occupational Safety and Ergonomics, 19:2, 195-202. |
Canada Application 2,909,804 Office Action dated Oct. 18, 2019, 4 pages. |
Casper et al., Realtime Control of Multiple-focus Phased Array Heating Patterns Based on Noninvasive Ultrasound Thermography, IEEE Trans Biomed Eng. Jan. 2012; 59(1): 95-105. |
Christoper M. Bishop, Pattern Recognition and Machine Learning, 2006, pp. 1-758. |
Colgan, A., “How Does the Leap Motion Controller Work?” Leap Motion, Aug. 9, 2014, 10 pages. |
Corrected Notice of Allowability dated Jun. 21, 2019 for U.S. Appl. No. 15/966,213 (2 pages). |
Corrected Notice of Allowability dated Oct. 31, 2019 for U.S. Appl. No. 15/623,516 (pp. 1-2). |
Damn Geeky, “Virtual projection keyboard technology with haptic feedback on palm of your hand,” May 30, 2013, 4 pages. |
David Joseph Tan et al., Fits like a Glove: Rapid and Reliable Hand Shape Personalization, 2016 IEEE Conference on Computer Vision and Pattern Recognition, pp. 5610-5619. |
Definition of “Interferometry”according to Wikipedia, 25 pages., Retrieved Nov. 2018. |
Definition of “Multilateration” according to Wikipedia, 7 pages., Retrieved Nov. 2018. |
Definition of “Trilateration”according to Wikipedia, 2 pages., Retrieved Nov. 2018. |
Diederik P. Kingma et al., Adam: A Method for Stochastic Optimization, Jan. 30, 2017, pp. 1-15. |
E. Bok, Metasurface for Water-to-Air Sound Transmission, Physical Review Letters 120, 044302 (2018) (6 pages). |
E.S. Ebbini et al. (1991), A spherical-section ultrasound phased array applicator for deep localized hyperthermia, Biomedical Engineering, IEEE Transactions on (vol. 38 Issue: 7), pp. 634-643. |
EPO Office Action for EP16708440.9 dated Sep. 12, 2018 (7 pages). |
EPSRC Grant summary EP/J004448/1 (2011) (1 page). |
Eric Tzeng et al., Adversarial Discriminative Domain Adaptation, Feb. 17, 2017, pp. 1-10. |
European Office Action for Application No. EP16750992.6, dated Oct. 2, 2019, 3 pages. |
Ex Parte Quayle Action dated Dec. 28, 2018 for U.S. Appl. No. 15/966,213 (pp. 1-7). |
Extended European Search Report for Application No. EP19169929.7, dated Aug. 6, 2019, 7 pages. |
Freeman et al., Tactile Feedback for Above-Device Gesture Interfaces: Adding Touch to Touchless Interactions ICMI'14, Nov. 12-16, 2014, Istanbul, Turkey (8 pages). |
Gavrilov L R et al. (2000) “A theoretical assessment of the relative performance of spherical phased arrays for ultrasound surgery” Ultrasonics, Ferroelectrics, and Frequency Control, IEEE Transactions on (vol. 47, Issue: 1), pp. 125-139. |
Gavrilov, L.R. (2008) “The Possibility of Generating Focal Regions of Complex Configurations in Application to the Problems of Stimulation of Human Receptor Structures by Focused Ultrasound” Acoustical Physics, vol. 54, No. 2, pp. 269-278. |
Georgiou et al., Haptic In-Vehicle Gesture Controls, Adjunct Proceedings of the 9th International ACM Conference on Automotive User Interfaces and Interactive Vehicular Applications (AutomotiveUI '17), Sep. 24-27, 2017 (6 pages). |
GitHub—danfis/libccd: Library for collision detection between two convex shapes, Mar. 26, 2020, pp. 1-6. |
GitHub—IntelRealSense/hand_tracking_samples: researc codebase for depth-based hand pose estimation using dynamics based tracking and CNNs, Mar. 26, 2020, 3 pages. |
Gokturk, et al., “A Time-of-Flight Depth Sensor-System Description, Issues and Solutions,” Published in: 2004 Conference on Computer Vision and Pattern Recognition Workshop, Date of Conference: Jun. 27-Jul. 2, 2004, 9 pages. |
Hasegawa, K. and Shinoda, H. (2013) “Aerial Display of Vibrotactile Sensation with High Spatial-Temporal Resolution using Large Aperture Airbourne Ultrasound Phased Array”, University of Tokyo (6 pages). |
Hilleges et al. Interactions in the air: adding further depth to interactive tabletops, UIST '09: Proceedings of the 22nd annual ACM symposium on User interface software and technology Oct. 2009 pp. 139-148. |
Hoshi T et al., “Noncontact Tactile Display Based on Radiation Pressure of Airborne Ultrasound”, IEEE Transactions on Haptics, IEEE, USA, (Jul. 1, 2010), vol. 3, No. 3, ISSN 1939-1412, pp. 155-165. |
Hoshi, T., Development of Aerial-Input and Aerial-Tactile-Feedback System, IEEE World Haptics Conference 2011, p. 569-573. |
Hoshi, T., Handwriting Transmission System Using Noncontact Tactile Display, IEEE Haptics Symposium 2012 pp. 399-401. |
Hoshi, T., Non-contact Tactile Sensation Synthesized by Ultrasound Transducers, Third Joint Euro haptics Conference and Symposium on Haptic Interfaces for Virtual Environment and Teleoperator Systems 2009 (5 pages). |
Hoshi, T., Touchable Holography, SIGGRAPH 2009, New Orleans, Louisiana, Aug. 3-7, 2009. (1 page). |
Hua J, Qin H., Haptics-based dynamic implicit solid modeling, IEEE Trans Vis Comput Graph. Sep.-Oct. 2004;10(5):574-86. |
Iddan, et al., “3D Imaging in the Studio (And Elsewhwere . . . ” Apr. 2001, 3DV systems Ltd., Yokneam, Isreal, www.3dvsystems.com.il, 9 pages. |
Imaginary Phone: Learning Imaginary Interfaces by Transferring Spatial Memory From a Familiar Device Sean Gustafson, Christian Holz and Patrick Baudisch. UIST 2011. (10 pages). |
International Preliminary Report on Patentability and Written Opinion issued in corresponding PCT/US2017/035009, dated Dec. 4, 2018, 8 pages. |
International Preliminary Report on Patentability for Application No. PCT/EP2017/069569 dated Feb. 5, 2019, 11 pages. |
International Search Report and Written Opinion for Application No. PCT/GB2018/053738, dated Apr. 11, 2019, 14 pages. |
International Search Report and Written Opinion for Application No. PCT/GB2018/053739, dated Jun. 4, 2019, 16 pages. |
International Search Report and Written Opinion for Application No. PCT/GB2019/050969, dated Jun. 13, 2019, 15 pages. |
International Search Report and Written Opinion for Application No. PCT/GB2019/051223, dated Aug. 8, 2019, 15 pages. |
International Search Report and Written Opinion for Application No. PCT/GB2019/052510, dated Jan. 14, 2020, 25 pages. |
ISR and WO for PCT/GB2020/050013 (dated Jul. 13, 2020) (20 pages). |
ISR and WO for PCT/GB2020/050926 (dated Jun. 2, 2020) (16 pages). |
Iwamoto et al. (2008), Non-contact Method for Producing Tactile Sensation Using Airborne Ultrasound, EuroHaptics, pp. 504-513. |
Iwamoto et al., Airborne Ultrasound Tactile Display: Supplement, The University of Tokyo 2008 (2 pages). |
Iwamoto T et al., “Two-dimensional Scanning Tactile Display using Ultrasound Radiation Pressure”, Haptic Interfaces for Virtual Environment and Teleoperator Systems, 20 06 14th Symposium on Alexandria, VA, USA Mar. 25-26, 2006, Piscataway, NJ, USA,IEEE, (Mar. 25, 2006), ISBN 978-1-4244-0226-7, pp. 57-61. |
Jager et al., “Air-Coupled 40-KHZ Ultrasonic 2D-Phased Array Based on a 3D-Printed Waveguide Structure”, 2017 IEEE, 4 pages. |
Japanese Office Action (with English language translation) for Application No. 2017-514569, dated 10 pages, dated Mar. 31, 2019. |
Jonathan Taylor et al., Articulated Distance Fields for Ultra-Fast Tracking of Hands Interacting, ACM Transactions on Graphics, vol. 36, No. 4, Article 244, Publication Date: Nov. 2017, pp. 1-12. |
Jonathan Taylor et al., Efficient and Precise Interactive Hand Tracking Through Joint, Continuous Optimization of Pose and Correspondences, SIGGRAPH '16 Technical Paper, Jul. 24-28, 2016, Anaheim, CA, ISBN: 978-1-4503-4279-87/16/07, pp. 1-12. |
Jonathan Tompson et al., Real-Time Continuous Pose Recovery of Human Hands Using Convolutional Networks, ACM Trans. Graph. 33, 5, Article 169, Aug. 2014, pp. 1-10. |
K. Jia, Dynamic properties of micro-particles in ultrasonic transportation using phase-controlled standing waves, J. Applied Physics 116, n. 16 (2014) (12 pages). |
Kaiming He et al., Deep Residual Learning for Image Recognition, http://image-net.org/challenges/LSVRC/2015/ and http://mscoco.org/dataset/#detections-challenge2015, Dec. 10, 2015, pp. 1-12. |
Kamakura, T. and Aoki, K. (2006) “A Highly Directional Audio System using a Parametric Array in Air” WESPAC IX 2006 (8 pages). |
Kolb, et al., “Time-of-Flight Cameras in Computer Graphics,” Computer Graphics forum, vol. 29 (2010), No. 1, pp. 141-159. |
Konstantinos Bousmalis et al., Domain Separation Networks, 29th Conference on Neural Information Processing Sysgtems (NIPS 2016), Barcelona, Spain. Aug. 22, 2016, pp. 1-15. |
Krim, et al., “Two Decades of Array Signal Processing Research—The Parametric Approach”, IEEE Signal Processing Magazine, Jul. 1996, pp. 67-94. |
Lang, Robert, “3D Time-of-Flight Distance Measurement with Custom Solid-State Image Sensors in CMOS/CCD—Technology”, A dissertation submitted to Department of EE and CS at Univ. of Siegen, dated Jun. 28, 2000, 223 pages. |
Large et al.,Feel the noise: Mid-air ultrasound haptics as a novel human-vehicle interaction paradigm, Applied Ergonomics (2019) (10 pages). |
Li, Larry, “Time-of-Flight Camera—An Introduction,” Texas Instruments, Technical White Paper, SLOA190B—Jan. 2014 Revised May 2014, 10 pages. |
Light, E.D., Progress in Two Dimensional Arrays for Real Time Volumetric Imaging, 1998 (17 pages). |
M. Barmatz et al., “Acoustic radiation potential on a sphere in plane, cylindrical, and spherical standing wave fields”, The Journal of the Acoustical Society of America, New York, NY, US, (Mar. 1, 1985), vol. 77, No. 3, pp. 928-945, XP055389249. |
M. Toda, New Type of Matching Layer for Air-Coupled Ultrasonic Transducers, IEEE Transactions on Ultrasonics, Ferroelecthcs, and Frequency Control, vol. 49, No. 7, Jul. 2002 (8 pages). |
Mahdi Rad et al., Feature Mapping for Learning Fast and Accurate 3D Pose Inference from Synthetic Images, Mar. 26, 2018, pp. 1-14. |
Marco A B Andrade et al., “Matrix method for acoustic levitation simulation”, IEEE Transactions on Ultrasonics, Ferroelectrics and Frequency Control, IEEE, US, (Aug. 1, 2011), vol. 58, No. 8, ISSN 0885-3010, pp. 1674-1683. |
Marin, About LibHand, LibHand—A Hand Articulation Library, www.libhand.org/index.html, Mar. 26, 2020, pp. 1-2; www.libhand.org/download.html, 1 page; www.libhand.org/examples.html, pp. 1-2. |
Markus Oberweger et al., DeepPrior++: Improving Fast and Accurate 3D Hand Pose Estimation, Aug. 28, 2017, pp. 1-10. |
Markus Oberweger et al., Hands Deep in Deep Learning for Hand Pose Estimation, Dec. 2, 2016, pp. 1-10. |
Marshall, M ., Carter, T., Alexander, J., & Subramanian, S. (2012). Ultratangibles: creating movable tangible objects on interactive tables. In Proceedings of the 2012 ACM annual conference on Human Factors in Computing Systems, (pp. 2185-2188). |
Marzo et al., Holographic acoustic elements for manipulation of levitated objects, Nature Communications DOI: I0.1038/ncomms9661 (2015) (7 pages). |
Meijster, A., et al., “A General Algorithm for Computing Distance Transforms in Linear Time,” Mathematical Morphology and its Applications to Image and Signal Processing, 2002, pp. 331-340. |
Mingzhu Lu et al. (2006) Design and experiment of 256-element ultrasound phased array for noninvasive focused ultrasound surgery, Ultrasonics, vol. 44, Supplement, Dec. 22, 2006, pp. e325-e330. |
Mueller, GANerated Hands for Real-Time 3D Hand Tracking from Monocular RGB, Eye in-Painting with Exemplar Generative Adverserial Networks, pp. 49-59 (Jun. 1, 2018). |
Nina Gaissert, Christian Wallraven, and Heinrich H. Bulthoff, “Visual and Haptic Perceptual Spaces Show High Similarity in Humans ”, published to Journal of Vision in 2010, available at http://www.journalofvision.org/content/10/11/2 and retrieved on Apr. 22, 2020 (Year: 2010), 20 pages. |
Notice of Allowance dated Apr. 22, 2020 for U.S. Appl. No. 15/671,107 (pp. 1-5). |
Notice of Allowance dated Dec. 19, 2018 for U.S. Appl. No. 15/665,629 (pp. 1-9). |
Notice of Allowance dated Dec. 21, 2018 for U.S. Appl. No. 15/983,864 (pp. 1-7). |
Notice of Allowance dated Feb. 10, 2020, for U.S. Appl. No. 16/160,862 (pp. 1-9). |
Notice of Allowance dated Feb. 7, 2019 for U.S. Appl. No. 15/851,214 (pp. 1-7). |
Notice of Allowance dated Jul. 31, 2019 for U.S. Appl. No. 15/851,214 (pp. 1-9). |
Notice of Allowance dated Jul. 31, 2019 for U.S. Appl. No. 16/296,127 (pp. 1-9). |
Notice of Allowance dated Jun. 17, 2020 for U.S. Appl. No. 15/210,661 (pp. 1-9). |
Notice of Allowance dated May 30, 2019 for U.S. Appl. No. 15/966,213 (pp. 1-9). |
Notice of Allowance dated Oct. 16, 2020 for U.S. Appl. No. 16/159,695 (pp. 1-7). |
Notice of Allowance dated Oct. 30, 2020 for U.S. Appl. No. 15/839,184 (pp. 1-9). |
Notice of Allowance dated Oct. 6, 2020 for U.S. Appl. No. 16/699,629 (pp. 1-8). |
Notice of Allowance dated Sep. 30, 2020 for U.S. Appl. No. 16/401,148 (pp. 1-10). |
Notice of Allowance in U.S. Appl. No. 15/210,661 dated Jun. 17, 2020 (22 pages). |
Notice of Allowances dated Oct. 1, 2020 for U.S. Appl. No. 15/897,804 (pp. 1-9). |
Obrist et al., Emotions Mediated Through Mid-Air Haptics, CHI 2015, Apr. 18-23, 2015, Seoul, Republic of Korea. (10 pages). |
Obrist et al., Talking about Tactile Experiences, CHI 2013, Apr. 27-May 2, 2013 (10 pages). |
Office Action dated Apr. 8, 2020, for U.S. Appl. No. 16/198,959 (pp. 1-17). |
Office Action dated Apr. 16, 2020 for U.S. Appl. No. 15/839,184 (pp. 1-8). |
Office Action dated Apr. 17, 2020 for U.S. Appl. No. 16/401,148 (pp. 1-15). |
Office Action dated Apr. 18, 2019 for U.S. Appl. No. 16/296,127 (pags 1-6). |
Office Action dated Apr. 28, 2020 for U.S. Appl. No. 15/396,851 (pp. 1-12). |
Office Action dated Apr. 29, 2020 for U.S. Appl. No. 16/374,301 (pp. 1-18). |
Office Action dated Apr. 4, 2019 for U.S. Appl. No. 15/897,804 (pp. 1-10). |
Office Action dated Aug. 22, 2019 for U.S. Appl. No. 16/160,862 (pp. 1-5). |
Office Action dated Dec. 11, 2019 for U.S. Appl. No. 15/959,266 (pp. 1-15). |
Office Action dated Feb. 20, 2019 for U.S. Appl. No. 15/623,516 (pp. 1-8). |
Office Action dated Feb. 25, 2020 for U.S. Appl. No. 15/960,113 (pp. 1-7). |
Office Action dated Feb. 7, 2020 for U.S. Appl. No. 16/159,695 (pp. 1-8). |
Office Action dated Jan. 10, 2020 for U.S. Appl. No. 16/228,767 (pp. 1-6). |
Office Action dated Jan. 29, 2020 for U.S. Appl. No. 16/198,959 (p. 1-6). |
Office Action dated Jul. 10, 2019 for U.S. Appl. No. 15/210,661 (pp. 1-12). |
Office Action dated Jul. 26, 2019 for U.S. Appl. No. 16/159,695 (pp. 1-8). |
Office Action dated Jul. 9, 2020 for U.S. Appl. No. 16/228,760 (pp. 1-17). |
Office Action dated Jun. 19, 2020 for U.S. Appl. No. 16/699,629 (pp. 1-12). |
Office Action dated Jun. 25, 2020 for U.S. Appl. No. 16/228,767 (pp. 1-27). |
Office Action dated Mar. 20, 2020 for U.S. Appl. No. 15/210,661 (pp. 1-10). |
Office Action dated May 16, 2019 for U.S. Appl. No. 15/396,851 (pp. 1-7). |
Office Action dated May 18, 2020 for U.S. Appl. No. 15/960,113 (pp. 1-21). |
Office Action dated Oct. 17, 2019 for U.S. Appl. No. 15/897,804 (pp. 1-10). |
Office Action dated Oct. 31, 2019 for U.S. Appl. No. 15/671,107 (pp. 1-6). |
Office Action dated Oct. 7, 2019 for U.S. Appl. No. 15/396,851 (pp. 1-9). |
Office Action dated Sep. 18, 2020 for U.S. Appl. No. 15/396,851 (pp. 1-14). |
Office Action dated Sep. 21, 2020 for U.S. Appl. No. 16/198,959 (pp. 1-17). |
OGRECave/ogre—GitHub: ogre/Samples/Media/materials at 7de80a7483f20b50f2b10d7ac6de9d9c6c87d364, Mar. 26, 2020, 1 page. |
Optimal regularisation for acoustic source reconstruction by inverse methods, Y. Kim, P.A. Nelson, Institute of Sound and Vibration Research, University of Southampton, Southampton, SO17 1BJ, UK Received Feb. 25, 2003; 25 pages. |
Oscar Martínez-Graullera et al., “2D array design based on Fermat spiral for ultrasound imaging”, Ultrasonics, (Feb. 1, 2010), vol. 50, No. 2, ISSN 0041-624X, pp. 280-289, XP055210119. |
Partial International Search Report for Application No. PCT/GB2018/053735, dated Apr. 12, 2019, 14 pages. |
Partial ISR for Application No. PCT/GB2020/050013 dated May 19, 2020 (16 pages). |
PCT Partial International Search Report for Application No. PCT/GB2018/053404 dated Feb. 25, 2019, 13 pages. |
Péter Tamás Kovács et al., “Tangible Holographic 3D Objects with Virtual Touch”, Interactive Tabletops & Surfaces, ACM, 2 Penn Plaza, Suite 701 New York NY 10121-0701 USA, (Nov. 15, 2015), ISBN 978-1-4503-3899-8, pp. 319-324. |
Phys.org, Touchable Hologram Becomes Reality, Aug. 6, 2009, by Lisa Zyga (2 pages). |
Pompei, F.J. (2002), “Sound from Ultrasound: The Parametric Array as an Audible Sound Source”, Massachusetts Institute of Technology (132 pages). |
Rocchesso et al., Accessing and Selecting Menu Items by In-Air Touch, ACM CHItaly'19, Sep. 23-25, 2019, Padova, Italy (9 pages). |
Schmidt, Ralph, “Multiple Emitter Location and Signal Parameter Estimation” IEEE Transactions of Antenna and Propagation, vol. AP-34, No. 3, Mar. 1986, pp. 276-280. |
Sean Gustafson et al., “Imaginary Phone”, Proceedings of the 24th Annual ACM Symposium on User Interface Software and Techology: Oct. 16-19, 2011, Santa Barbara, CA, USA, ACM, New York, NY, Oct. 16, 2011, pp. 283-292, XP058006125, DOI: 10.1145/2047196.2047233, ISBN: 978-1-4503-0716-1. |
Search report and Written Opinion of ISA for PCT/GB2015/050417 dated Jul. 8, 2016 (20 pages). |
Search report and Written Opinion of ISA for PCT/GB2015/050421 dated Jul. 8, 2016 (15 pages). |
Search report and Written Opinion of ISA for PCT/GB2017/050012 dated Jun. 8, 2017. (18 pages). |
Search Report for GB1308274.8 dated Nov. 11, 2013. (2 pages). |
Search Report for GB1415923.0 dated Mar. 11, 2015. (1 page). |
Search Report for PCT/GB/2017/053729 dated Mar. 15, 2018 (16 pages). |
Search Report for PCT/GB/2017/053880 dated Mar. 21, 2018. (13 pages). |
Search report for PCT/GB2014/051319 dated Dec. 8, 2014 (4 pages). |
Search report for PCT/GB2015/052507 dated Mar. 11, 2020 (19 pages). |
Search report for PCT/GB2015/052578 dated Oct. 26, 2015 (12 pages). |
Search report for PCT/GB2015/052916 dated Feb. 26, 2020 (18 pages). |
Search Report for PCT/GB2017/052332 dated Oct. 10, 2017 (12 pages). |
Search report for PCT/GB2018/051061 dated Sep. 26, 2018 (17 pages). |
Search report for PCT/US2018/028966 dated Jul. 13, 2018 (43 pages). |
Sergey Ioffe et al., Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariat Shift, Mar. 2, 2015, pp. 1-11. |
Seungryul, Pushing the Envelope for RGB-based Dense 3D Hand Pose Estimation for RGB-based Desne 3D Hand Pose Estimation via Neural Rendering, arXiv:1904.04196v2 [cs.CV] Apr. 9, 2019 (5 pages). |
Shakeri, G., Williamson, J. H. and Brewster, S. (2018) May the Force Be with You: Ultrasound Haptic Feedback for Mid-Air Gesture Interaction in Cars. In: 10th International ACM Conference on Automotive User Interfaces and Interactive Vehicular Applications (AutomotiveUI 2018) (11 pages). |
Shanxin Yuan et al., BigHand2.2M Bechmark: Hand Pose Dataset and State of the Art Analysis, Dec. 9, 2017, pp. 1-9. |
Shome Subhra Das, Detectioin of Self Intersection in Synthetic Hand Pose Generators, 2017 Fifteenth IAPR International Conference on Machine Vision Applications (MVA), Nagoya University, Nagoya, Japan, May 8-12, 2017, pp. 354-357. |
Sixth Sense webpage, http://www.pranavmistry.com/projects/sixthsense/ Accessed Nov. 30, 2018, 7 pages. |
Stan Melax et al., Dynamics Based 3D Skeletal Hand Tracking, May 22, 2017, pp. 1-8. |
Steve Guest et al., “Audiotactile interactions in roughness perception”, Exp. Brain Res (2002) 146:161-171, DOI 10.1007/s00221-002-1164-z, Received: Feb. 9, 2002/Accepted: May 16, 2002/Published online: Jul. 26, 2002, Springer-Verlag 2002, (11 pages). |
Sylvia Gebhardt, Ultrasonic Transducer Arrays for Particle Manipulation (date unknown) (2 pages). |
Takahashi Dean: “Ultrahaptics shows off sense of touch in virtual reality”, Dec. 10, 2016 (Dec. 10, 2016), XP055556416, Retrieved from the Internet: URL: https://venturebeat.com/2016/12/10/ultrahaptics-shows-off-sense-of-touch-in-virtual-reality/ [retrieved on Feb. 13, 2019] 4 pages. |
Takahashi, M. et al., Large Aperture Airborne Ultrasound Tactile Display Using Distributed Array Units, SICE Annual Conference 2010 p. 359-362. |
Takayuki et al., “Noncontact Tactile Display Based on Radiation Pressure of Airborne Ultrasound” IEEE Transactions on Haptics vol. 3, No. 3, p. 165 (2010). |
Teixeira, et al., “A brief introduction to Microsoft's Kinect Sensor,” Kinect, 26 pages, retrieved Nov. 2018. |
Toby Sharp et al., Accurate, Robust, and Flexible Real-time Hand Tracking, CHI '15, Apr. 18-23, 2015, Seoul, Republic of Korea, ACM 978-1-4503-3145—Jun. 15, 2004, pp. 1-10. |
Tom Carter et al., “UltraHaptics: Multi-Point Mid-Air Haptic Feedback for Touch Surfaces”, Proceedings of the 26th Annual ACM Symposium on User Interface Software and Technology, UIST'13, New York, New York, USA, (Jan. 1, 2013), ISBN 978-1-45-032268-3, pp. 505-514. |
Tom Nelligan and Dan Kass, Intro to Ultrasonic Phased Array (date unknown) (8 pages). |
Vincent Lepetit et al., Model Based Augmentation and Testing of an Annotated Hand Pose Dataset, ResearchGate, https://www.researchgate.net/publication/307910344, Sep. 2016, 13 pages. |
Wilson et al., Perception of Ultrasonic Haptic Feedback on the Hand: Localisation and Apparent Motion, CHI 2014, Apr. 26-May 1, 2014, Toronto, Ontario, Canada. (10 pages). |
Wooh et al., “Optimum beam steering of linear phased arays,” Wave Motion 29 (1999) pp. 245-265, 21 pages. |
Xin Cheng et al., “Computation of the acoustic radiation force on a sphere based on the 3-D FDTD method”, Piezoelectricity, Acoustic Waves and Device Applications (SPAWDA), 2010 Symposium on, IEEE, (Dec. 10, 2010), ISBN 978-1-4244-9822-2, pp. 236-239. |
Xu Hongyi et al., “6-DoF Haptic Rendering Using Continuous Collision Detection between Points and Signed Distance Fields”, IEEE Transactions on Haptics, IEEE, USA, vol. 10, No. 2, ISSN 1939-1412, (Sep. 27, 2016), pp. 151-161, (Jun. 16, 2017). |
Yang Ling et al., “Phase-coded approach for controllable generation of acoustical vortices”, Journal of Applied Physics, American Institute of Physics, US, vol. 113, No. 15, ISSN 0021-8979, (Apr. 21, 2013), pp. 154904-154904. |
Yarin Gal et al., Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning, Oct. 4, 2016, pp. 1-12, Proceedings of the 33rd International Conference on Machine Learning, New York, NY, USA, 2016, JMLR: W&CP vol. 48. |
Yaroslav Ganin et al., Domain-Adversarial Training of Neural Networks, Journal of Machine Learning Research 17 (2016) 1-35, submitted 5/15; published 4/16. |
Yaroslav Ganin et al., Unsupervised Domain Adaptataion by Backpropagation, Skolkovo Institute of Science and Technology (Skoltech), Moscow Region, Russia, Proceedings of the 32nd International Conference on Machine Learning, Lille, France, 2015, JMLR: W&CP vol. 37, copyright 2015 by the authors), 11 pages. |
Yoshino, K. and Shinoda, H. (2013), “Visio Acoustic Screen for Contactless Touch Interface with Tactile Sensation”, University of Tokyo (5 pages). |
Zeng, Wejun, “Microsoft Kinect Sensor and Its Effect,” IEEE Multimedia, Apr.-Jun. 2012, 7 pages. |
EPO Examination Search Report 17 702 910.5 (dated Jun. 23, 2021). |
Office Action dated Oct. 29, 2021 for U.S. Appl. No. 16/198,959 (pp. 1-7). |
Notice of Allowance dated Nov. 5, 2021 for U.S. Appl. No. 16/899,720 (pp. 1-9). |
Corrected Notice of Allowability dated Nov. 24, 2021 for U.S. Appl. No. 16/600,500 (pp. 1-5). |
International Search Report and Written Opinion for App. No. PCT/GB2021/051590, dated Nov. 11, 2021, 20 pages. |
Anonymous: “How does Ultrahaptics technology work?—Ultrahaptics Developer Information”, Jul. 31, 2018 (Jul. 31, 2018), XP055839320, Retrieved from the Internet: URL:https://developer.ultrahaptics.com/knowledgebase/haptics-overview/ [retrieved on Sep. 8, 2021]. |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Dec. 14, 2021 for U.S. Appl. No. 17/170,841 (pp. 1-8). |
Office Action (Non-Final Rejection) dated Dec. 20, 2021 for U.S. Appl. No. 17/195,795 (pp. 1-7). |
EPO Application 18 725 358.8 Examination Report dated Sep. 22, 2021. |
EPO 21186570.4 Extended Search Report dated Oct. 29, 2021. |
A. B. Vallbo, Receptive field characteristics of tactile units with myelinated afferents in hairy skin of human subjects, Journal of Physiology (1995), 483.3, pp. 783-795. |
Amanda Zimmerman, The gentle touch receptors of mammalian skin, Science, Nov. 21, 2014, vol. 346 Issue 6212, p. 950. |
Corrected Notice of Allowability dated Aug. 9, 2021 for U.S. Appl. No. 15/396,851 (pp. 1-6). |
Henrik Bruus, Acoustofluidics 2: Perturbation theory and ultrasound resonance modes, Lab Chip, 2012, 12, 20-28. |
Hyunjae Gil, Whiskers: Exploring the Use of Ultrasonic Haptic Cues on the Face, CHI 2018, Apr. 21-26, 2018, Montreal, QC, Canada. |
India Morrison, The skin as a social organ, Exp Brain Res (2010) 204:305-314. |
JonasChatel-Goldman, Touch increases autonomic coupling between romantic partners, Frontiers in Behavioral Neuroscience Mar. 2014, vol. 8, Article 95. |
Kai Tsumoto, Presentation of Tactile Pleasantness Using Airborne Ultrasound, 2021 IEEE World Haptics Conference (WHC) Jul. 6-9, 2021. Montreal, Canada. |
Keisuke Hasegawa, Electronically steerable ultrasound-driven long narrow airstream, Applied Physics Letters 111, 064104 (2017). |
Keisuke Hasegawa, Midair Ultrasound Fragrance Rendering, IEEE Transactions on Visualization and Computer Graphics, vol. 24, No. 4, Apr. 2018 1477. |
Keisuke Hasegawa,, Curved acceleration path of ultrasound-driven airflow, J. Appl. Phys. 125, 054902 (2019). |
Line S Loken, Coding of pleasant touch by unmyelinated afferents in humans, Nature Neuroscience vol. 12 [ No. 5 [ May 2009 547. |
Mariana von Mohr, The soothing function of touch: affective touch reduces feelings of social exclusion, Scientific Reports, 7: 13516, Oct. 18, 2017. |
Mitsuru Nakajima, Remotely Displaying Cooling Sensation via Ultrasound-Driven Air Flow, Haptics Symposium 2018, San Francisco, USA p. 340. |
Mohamed Yacine Tsalamlal, Affective Communication through Air Jet Stimulation: Evidence from Event-Related Potentials, International Journal of Human-Computer Interaction 2018. |
Notice of Allowance dated Jul. 22, 2021 for U.S. Appl. No. 16/600,500 (pp. 1-9). |
Office Action dated Aug. 10, 2021 for U.S. Appl. No. 16/564,016 (pp. 1-14). |
Office Action dated Aug. 19, 2021 for U.S. Appl. No. 17/170,841 (pp. 1-9). |
Office Action dated Aug. 9, 2021 for U.S. Appl. No. 17/068,825 (pp. 1-9). |
Office Action dated Sep. 16, 2021 for U.S. Appl. No. 16/600,496 (pp. 1-8). |
Office Action dated Sep. 24, 2021 for U.S. Appl. No. 17/080,840 (pp. 1-9). |
Rochelle Ackerley, Human C-Tactile Afferents Are Tuned to the Temperature of a Skin-Stroking Caress, J. Neurosci., Feb. 19, 2014, 34(8):2879-2883. |
Ryoko Takahashi, Tactile Stimulation by Repetitive Lateral Movement of Midair Ultrasound Focus, Journal of Latex Class Files, vol. 14, No. 8, Aug. 2015. |
Stanley J. Bolanowski, Hairy Skin: Psychophysical Channels and Their Physiological Substrates, Somatosensory and Motor Research, vol. 11. No. 3, 1994, pp. 279-290. |
Stefan G. Lechner, Hairy Sensation, Physiology 28: 142-150, 2013. |
Supplemental Notice of Allowability dated Jul. 28, 2021 for U.S. Appl. No. 16/563,608 (pp. 1-2). |
Supplemental Notice of Allowability dated Jul. 28, 2021 for U.S. Appl. No. 17/092,333 (pp. 1-2). |
Takaaki Kamigaki, Noncontact Thermal and Vibrotactile Display Using Focused Airborne Ultrasound, EuroHaptics 2020, LNCS 12272, pp. 271-278, 2020. |
Tomoo Kamakura, Acoustic streaming induced in focused Gaussian beams, J. Acoust. Soc. Am. 97 (5), Pt. 1, May 1995 p. 2740. |
Uta Sailer, How Sensory and Affective Attributes Describe Touch Targeting C-Tactile Fibers, Experimental Psychology (2020), 67(4), 224-236. |
Brian Kappus and Ben Long, Spatiotemporal Modulation for Mid-Air Haptic Feedback from an Ultrasonic Phased Array, ICSV25, Hiroshima, Jul. 8-12, 2018, 6 pages. |
Hoshi et al.,Tactile Presentation by Airborne Ultrasonic Oscillator Array, Proceedings of Robotics and Mechatronics Lecture 2009, Japan Society of Mechanical Engineers; May 24, 2009 (5 pages). |
ISR & WO for PCT/GB2020/052545 (dated Jan. 27, 2021) 14 pages. |
ISR for PCT/GB2020/052546 (dated Feb. 23, 2021) (14 pages). |
ISR for PCT/GB2020/053373 (dated Mar. 26, 2021) (16 pages). |
Notice of Allowance dated Apr. 20, 2021 for U.S. Appl. No. 16/563,608 (pp. 1-5). |
Notice of Allowance dated Jun. 10, 2021 for U.S. Appl. No. 17/092,333 (pp. 1-9). |
Notice of Allowance dated Jun. 25, 2021 for U.S. Appl. No. 15/396,851 (pp. 1-10). |
Office Action dated Jun. 25, 2021 for U.S. Appl. No. 16/899,720 (pp. 1-5). |
Office Action dated Mar. 31, 2021 for U.S. Appl. No. 16/228,760 (pp. 1-21). |
Office Action dated May 13, 2021 for U.S. Appl. No. 16/600,500 (pp. 1-9). |
Office Action dated May 14, 2021 for U.S. Appl. No. 16/198,959 (pp. 1-6). |
Communication Pursuant to Article 94(3) EPC for EP 19723179.8 (dated Feb. 15, 2022), 10 pages. |
EPO ISR and WO for PCT/GB2022/050204 (dated Apr. 7, 2022) (15 pages). |
IN 202047026493 Office Action dated Mar. 8, 2022, 6 pages. |
ISR & WO For PCT/GB2021/052946, 15 pages. |
Office Action (Final Rejection) dated Mar. 14, 2022 for U.S. Appl. No. 16/564,016 (pp. 1-12). |
Office Action (Non-Final Rejection) dated Mar. 4, 2022 for U.S. Appl. No. 16/404,660 (pp. 1-5). |
Office Action (Non-Final Rejection) dated Mar. 15, 2022 for U.S. Appl. No. 16/144,474 (pp. 1-13). |
Office Action (Non-Final Rejection) dated Apr. 1, 2022 for U.S. Appl. No. 16/229,091 (pp. 1-10). |
Office Action (Non-Final Rejection) dated May 2, 2022 for U.S. Appl. No. 17/068,831 (pp. 1-10). |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Mar. 7, 2022 for U.S. Appl. No. 16/600,496 (pp. 1-5). |
https://radiopaedia.org/articles/physical-principles-of-ultrasound-1?lang=gb (Accessed May 29, 2022). |
Azad et al., Deep domain adaptation under deep label scarcity. arXiv preprint arXiv: 1809.08097 (2018) (Year: 2018). |
Wang et al., Few-shot adaptive faster r-cnn. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 7173-7182 2019 (Year: 2019). |
Der et al., Inverse kinematics for reduced deformable models. ACM Transactions on graphics (TOG) 25, No. 3 (2006): 1174-1179 (Year: 2006). |
Seo et al., “Improved numerical inverse kinematics for human pose estimation,” Opt. Eng. 50(3 037001 (Mar. 1, 2011) https://doi.org/10.1117/1.3549255 (Year: 2011). |
Boureau et al., “A theoretical analysis of feature pooling in visual recognition.” In Proceedings of the 27th international conference on machine learning (ICML-10), pp. 111-118. 2010. (Year: 2010). |
Duka, “Neural network based inverse kinematics solution for trajectory tracking of a robotic arm.” Procedia Technology 12 (2014) 20-27. (Year: 2014). |
Almusawi et al., “A new artificial neural network approach in solving inverse kinematics of robotic arm (denso vp6242).” Computational intelligence and neuroscience 2016 (2016). (Year: 2016). |
Oikonomidis et al., “Efficient model-based 3D tracking of hand articulations using Kinect.” In BmVC, vol. 1, No. 2, p. 3. 2011. (Year: 2011). |
Office Action (Non-Final Rejection) dated May 25, 2022 for U.S. Appl. No. 16/843,281 (pp. 1-28). |
Certon, D., Felix, N., Lacaze, E., Teston, F., & Patat, F. (2001). Investigation of cross-coupling in 1-3 piezocomposite arrays, ieee transactions on ultrasonics, ferroelectrics, and frequency control, 48(1), 85-92. |
Certon, D., Felix, N., Hue, P. T. H., Patat, F., & Lethiecq, M. (Oct. 1999). Evaluation of laser probe performances for measuring cross-coupling in 1-3 piezocomposite arrays. In 1999 IEEE Ultrasonics Symposium. Proceedings. International Symposium (Cat. No. 99CH37027) (vol. 2, pp. 1091-1094). |
DeSilets, C. S. (1978). Transducer arrays suitable for acoustic imaging (No. GL-2833). Stanford Univ CA Edward L Ginzton Lab of Physics. |
Walter, S., Nieweglowski, K., Rebenklau, L., Wolter, K. J., Lamek, B., Schubert, F., . . . & Meyendorf, N. (May 2008). Manufacturing and electrical interconnection of piezoelectric 1-3 composite materials for phased array ultrasonic transducers. In 2008 31st International Spring Seminar on Electronics Technology (pp. 255-260). |
Patricio Rodrigues, E., Francisco de Oliveira, T., Yassunori Matuda, M., & Buiochi, F. (Sep. 2019). Design and Construction of a 2-D Phased Array Ultrasonic Transducer for Coupling in Water. In Inter-Noise and Noise-Con Congress and Conference Proceedings (vol. 259, No. 4, pp. 5720-5731). Institute of Noise Control Engineering. |
Henneberg, J., Geriach, A., Storck, H., Cebulla, H., & Marburg, S. (2018). Reducing mechanical cross-coupling in phased array transducers using stop band material as backing Journal of Sound and Vibration, 424, 352-364. |
Bybi, A., Grondel, S., Mzerd, A., Granger, C., Garoum, M., & Assaad, J. (2019). Investigation of cross-coupling in piezoelectric transducer arrays and correction. International Journal of Engineering and Technology Innovation, 9(4), 287. |
Beranek, L., & Mellow, T. (2019). Acoustics: Sound Fields, Transducers and Vibration. Academic Press. |
Office Action (Non-Final Rejection) dated Jun. 9, 2022 for U.S. Appl. No. 17/080,840 (pp. 1-9). |
Office Action (Non-Final Rejection) dated Jun. 27, 2022 for U.S. Appl. No. 16/198,959 (pp. 1-17). |
Office Action (Non-Final Rejection) dated Jun. 27, 2022 for U.S. Appl. No. 16/734,479 (pp. 1-13). |
Chang Suk Lee et al., An electrically switchable visible to infra-red dual frequency cholesteric liquid crystal light shutter, J. Mater. Chem. C, 2018, 6, 4243 (7 pages). |
EPO Communication for Application 18 811 906.9 (dated Nov. 29, 2021) (15 pages). |
EPO Examination Report 17 748 4656.4 (dated Jan. 12, 2021) (16 pages). |
Gareth Young et al.. Designing Mid-Air Haptic Gesture Controlled User Interfaces for Cars, PACM on Human-Computer Interactions, Jun. 2020 (24 pages). |
ISR and WO for PCT/GB2020/052829 (dated Feb. 10, 2021) (15 pages). |
ISR and WO for PCT/GB2021/052415 (dated Dec. 22, 2021) (16 pages). |
Mohamed Yacine Tsalamlal, Non-Intrusive Haptic Interfaces: State-of-the Art Survey, HAID 2013, LNCS 7989, pp. 1-9, 2013. |
Office Action (Non-Final Rejection) dated Jan. 24, 2022 for U.S. Appl. No. 16/228,767 (pp. 1-22). |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Jan. 18, 2022 for U.S. Appl. No. 16/899,720 (pp. 1-2). |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Feb. 11, 2022 for U.S. Appl. No. 16/228,760 (pp. 1-8). |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Feb. 28, 2022 for U.S. Appl. No. 17/068,825 (pp. 1-7). |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Aug. 24, 2022 for U.S. Appl. No. 16/198,959 (pp. 1-6). |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Aug. 31, 2022 for U.S. Appl. No. 16/198,959 (pp. 1-2). |
Office Action (Non-Final Rejection) dated Aug. 29, 2022 for U.S. Appl. No. 16/995,819 (pp. 1-6). |
ISR & WO for PCT/GB2022/051388 (Aug. 30, 2022) (15 pages). |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Sep. 12, 2022 for U.S. Appl. No. 16/734,479 (pp. 1-7). |
Office Action (Notice of Allowance and Fees Due (PTOL-85)) dated Sep. 8, 2022 for U.S. Appl. No. 17/176,899 (pp. 1-8). |
Office Action (Final Rejection) dated Sep. 16, 2022 for U.S. Appl. No. 16/404,660 (pp. 1-6). |
Office Action (Non-Final Rejection) dated Sep. 21, 2022 for U.S. Appl. No. 17/721,315 (pp. 1-10). |
Number | Date | Country | |
---|---|---|---|
20210112353 A1 | Apr 2021 | US |
Number | Date | Country | |
---|---|---|---|
62914502 | Oct 2019 | US |