corpus_id
stringlengths
7
12
paper_id
stringlengths
9
16
title
stringlengths
1
261
abstract
stringlengths
70
4.02k
source
stringclasses
1 value
bibtex
stringlengths
208
20.9k
citation_key
stringlengths
6
100
arxiv-2701
0802.2831
Equilibria, Fixed Points, and Complexity Classes
<|reference_start|>Equilibria, Fixed Points, and Complexity Classes: Many models from a variety of areas involve the computation of an equilibrium or fixed point of some kind. Examples include Nash equilibria in games; market equilibria; computing optimal strategies and the values of competitive games (stochastic and other games); stable configurations of neural networks; analysing basic stochastic models for evolution like branching processes and for language like stochastic context-free grammars; and models that incorporate the basic primitives of probability and recursion like recursive Markov chains. It is not known whether these problems can be solved in polynomial time. There are certain common computational principles underlying different types of equilibria, which are captured by the complexity classes PLS, PPAD, and FIXP. Representative complete problems for these classes are respectively, pure Nash equilibria in games where they are guaranteed to exist, (mixed) Nash equilibria in 2-player normal form games, and (mixed) Nash equilibria in normal form games with 3 (or more) players. This paper reviews the underlying computational principles and the corresponding classes.<|reference_end|>
arxiv
@article{yannakakis2008equilibria,, title={Equilibria, Fixed Points, and Complexity Classes}, author={Mihalis Yannakakis}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2831}, primaryClass={cs.CC cs.GT} }
yannakakis2008equilibria,
arxiv-2702
0802.2832
Rent, Lease or Buy: Randomized Algorithms for Multislope Ski Rental
<|reference_start|>Rent, Lease or Buy: Randomized Algorithms for Multislope Ski Rental: In the Multislope Ski Rental problem, the user needs a certain resource for some unknown period of time. To use the resource, the user must subscribe to one of several options, each of which consists of a one-time setup cost (``buying price''), and cost proportional to the duration of the usage (``rental rate''). The larger the price, the smaller the rent. The actual usage time is determined by an adversary, and the goal of an algorithm is to minimize the cost by choosing the best option at any point in time. Multislope Ski Rental is a natural generalization of the classical Ski Rental problem (where the only options are pure rent and pure buy), which is one of the fundamental problems of online computation. The Multislope Ski Rental problem is an abstraction of many problems where online decisions cannot be modeled by just two options, e.g., power management in systems which can be shut down in parts. In this paper we study randomized algorithms for Multislope Ski Rental. Our results include the best possible online randomized strategy for any additive instance, where the cost of switching from one option to another is the difference in their buying prices; and an algorithm that produces an $e$-competitive randomized strategy for any (non-additive) instance.<|reference_end|>
arxiv
@article{lotker2008rent,, title={Rent, Lease or Buy: Randomized Algorithms for Multislope Ski Rental}, author={Zvi Lotker, Boaz Patt-Shamir, Dror Rawitz}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2832}, primaryClass={cs.DS} }
lotker2008rent,
arxiv-2703
0802.2833
Limit complexities revisited
<|reference_start|>Limit complexities revisited: The main goal of this paper is to put some known results in a common perspective and to simplify their proofs. We start with a simple proof of a result from (Vereshchagin, 2002) saying that $\limsup_n\KS(x|n)$ (here $\KS(x|n)$ is conditional (plain) Kolmogorov complexity of $x$ when $n$ is known) equals $\KS^{\mathbf{0'}(x)$, the plain Kolmogorov complexity with $\mathbf{0'$-oracle. Then we use the same argument to prove similar results for prefix complexity (and also improve results of (Muchnik, 1987) about limit frequencies), a priori probability on binary tree and measure of effectively open sets. As a by-product, we get a criterion of $\mathbf{0'}$ Martin-L\"of randomness (called also 2-randomness) proved in (Miller, 2004): a sequence $\omega$ is 2-random if and only if there exists $c$ such that any prefix $x$ of $\omega$ is a prefix of some string $y$ such that $\KS(y)\ge |y|-c$. (In the 1960ies this property was suggested in (Kolmogorov, 1968) as one of possible randomness definitions; its equivalence to 2-randomness was shown in (Miller, 2004) while proving another 2-randomness criterion (see also (Nies et al. 2005)): $\omega$ is 2-random if and only if $\KS(x)\ge |x|-c$ for some $c$ and infinitely many prefixes $x$ of $\omega$. Finally, we show that the low-basis theorem can be used to get alternative proofs for these results and to improve the result about effectively open sets; this stronger version implies the 2-randomness criterion mentioned in the previous sentence.<|reference_end|>
arxiv
@article{bienvenu2008limit, title={Limit complexities revisited}, author={Laurent Bienvenu (LIF), Andrej Muchnik, Alexander Shen (LIF, LIFR-MI2P), Nikolay Vereshchagin}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2833}, primaryClass={cs.CC} }
bienvenu2008limit
arxiv-2704
0802.2834
Trimmed Moebius Inversion and Graphs of Bounded Degree
<|reference_start|>Trimmed Moebius Inversion and Graphs of Bounded Degree: We study ways to expedite Yates's algorithm for computing the zeta and Moebius transforms of a function defined on the subset lattice. We develop a trimmed variant of Moebius inversion that proceeds point by point, finishing the calculation at a subset before considering its supersets. For an $n$-element universe $U$ and a family $\scr F$ of its subsets, trimmed Moebius inversion allows us to compute the number of packings, coverings, and partitions of $U$ with $k$ sets from $\scr F$ in time within a polynomial factor (in $n$) of the number of supersets of the members of $\scr F$. Relying on an intersection theorem of Chung et al. (1986) to bound the sizes of set families, we apply these ideas to well-studied combinatorial optimisation problems on graphs of maximum degree $\Delta$. In particular, we show how to compute the Domatic Number in time within a polynomial factor of $(2^{\Delta+1-2)^{n/(\Delta+1)$ and the Chromatic Number in time within a polynomial factor of $(2^{\Delta+1-\Delta-1)^{n/(\Delta+1)$. For any constant $\Delta$, these bounds are $O\bigl((2-\epsilon)^n\bigr)$ for $\epsilon>0$ independent of the number of vertices $n$.<|reference_end|>
arxiv
@article{björklund2008trimmed, title={Trimmed Moebius Inversion and Graphs of Bounded Degree}, author={Andreas Bj"orklund, Thore Husfeldt, Petteri Kaski (HIIT), Mikko Koivisto (HIIT)}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2834}, primaryClass={cs.DS math.CO} }
björklund2008trimmed
arxiv-2705
0802.2836
Minimizing Flow Time in the Wireless Gathering Problem
<|reference_start|>Minimizing Flow Time in the Wireless Gathering Problem: We address the problem of efficient data gathering in a wireless network through multi-hop communication. We focus on the objective of minimizing the maximum flow time of a data packet. We prove that no polynomial time algorithm for this problem can have approximation ratio less than $\Omega(m^{1/3)$ when $m$ packets have to be transmitted, unless $P = NP$. We then use resource augmentation to assess the performance of a FIFO-like strategy. We prove that this strategy is 5-speed optimal, i.e., its cost remains within the optimal cost if we allow the algorithm to transmit data at a speed 5 times higher than that of the optimal solution we compare to.<|reference_end|>
arxiv
@article{bonifaci2008minimizing, title={Minimizing Flow Time in the Wireless Gathering Problem}, author={Vincenzo Bonifaci, Peter Korteweg, Alberto Marchetti-Spaccamela, Leen Stougie (CWI)}, journal={ACM Transactions on Algorithms 7(3): 33:1-33:20 (2011)}, year={2008}, doi={10.1145/1978782.1978788}, archivePrefix={arXiv}, eprint={0802.2836}, primaryClass={cs.DS cs.NI} }
bonifaci2008minimizing
arxiv-2706
0802.2838
Factoring Polynomials over Finite Fields using Balance Test
<|reference_start|>Factoring Polynomials over Finite Fields using Balance Test: We study the problem of factoring univariate polynomials over finite fields. Under the assumption of the Extended Riemann Hypothesis (ERH), (Gao, 2001) designed a polynomial time algorithm that fails to factor only if the input polynomial satisfies a strong symmetry property, namely square balance. In this paper, we propose an extension of Gao's algorithm that fails only under an even stronger symmetry property. We also show that our property can be used to improve the time complexity of best deterministic algorithms on most input polynomials. The property also yields a new randomized polynomial time algorithm.<|reference_end|>
arxiv
@article{saha2008factoring, title={Factoring Polynomials over Finite Fields using Balance Test}, author={Chandan Saha}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2838}, primaryClass={cs.DS cs.DM} }
saha2008factoring
arxiv-2707
0802.2839
On Termination for Faulty Channel Machines
<|reference_start|>On Termination for Faulty Channel Machines: A channel machine consists of a finite controller together with several fifo channels; the controller can read messages from the head of a channel and write messages to the tail of a channel. In this paper, we focus on channel machines with insertion errors, i.e., machines in whose channels messages can spontaneously appear. Such devices have been previously introduced in the study of Metric Temporal Logic. We consider the termination problem: are all the computations of a given insertion channel machine finite? We show that this problem has non-elementary, yet primitive recursive complexity.<|reference_end|>
arxiv
@article{bouyer2008on, title={On Termination for Faulty Channel Machines}, author={Patricia Bouyer (LSV), Nicolas Markey (LSV), Jo"el Ouaknine, Philippe Schnoebelen (LSV), James Worrell}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, doi={10.4230/LIPIcs.STACS.2008.1339}, archivePrefix={arXiv}, eprint={0802.2839}, primaryClass={cs.IT cs.CC math.IT} }
bouyer2008on
arxiv-2708
0802.2841
Stackelberg Network Pricing Games
<|reference_start|>Stackelberg Network Pricing Games: We study a multi-player one-round game termed Stackelberg Network Pricing Game, in which a leader can set prices for a subset of $m$ priceable edges in a graph. The other edges have a fixed cost. Based on the leader's decision one or more followers optimize a polynomial-time solvable combinatorial minimization problem and choose a minimum cost solution satisfying their requirements based on the fixed costs and the leader's prices. The leader receives as revenue the total amount of prices paid by the followers for priceable edges in their solutions, and the problem is to find revenue maximizing prices. Our model extends several known pricing problems, including single-minded and unit-demand pricing, as well as Stackelberg pricing for certain follower problems like shortest path or minimum spanning tree. Our first main result is a tight analysis of a single-price algorithm for the single follower game, which provides a $(1+\epsilon) \log m$-approximation for any $\epsilon >0$. This can be extended to provide a $(1+\epsilon)(\log k + \log m)$-approximation for the general problem and $k$ followers. The latter result is essentially best possible, as the problem is shown to be hard to approximate within $\mathcal{O(\log^\epsilon k + \log^\epsilon m)$. If followers have demands, the single-price algorithm provides a $(1+\epsilon)m^2$-approximation, and the problem is hard to approximate within $\mathcal{O(m^\epsilon)$ for some $\epsilon >0$. Our second main result is a polynomial time algorithm for revenue maximization in the special case of Stackelberg bipartite vertex cover, which is based on non-trivial max-flow and LP-duality techniques. Our results can be extended to provide constant-factor approximations for any constant number of followers.<|reference_end|>
arxiv
@article{briest2008stackelberg, title={Stackelberg Network Pricing Games}, author={Patrick Briest, Martin Hoefer, Piotr Krysta}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2841}, primaryClass={cs.DS cs.GT} }
briest2008stackelberg
arxiv-2709
0802.2842
Weak index versus Borel rank
<|reference_start|>Weak index versus Borel rank: We investigate weak recognizability of deterministic languages of infinite trees. We prove that for deterministic languages the Borel hierarchy and the weak index hierarchy coincide. Furthermore, we propose a procedure computing for a deterministic automaton an equivalent minimal index weak automaton with a quadratic number of states. The algorithm works within the time of solving the emptiness problem.<|reference_end|>
arxiv
@article{murlak2008weak, title={Weak index versus Borel rank}, author={Filip Murlak}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2842}, primaryClass={cs.IT math.IT} }
murlak2008weak
arxiv-2710
0802.2843
Sublinear Communication Protocols for Multi-Party Pointer Jumping and a Related Lower Bound
<|reference_start|>Sublinear Communication Protocols for Multi-Party Pointer Jumping and a Related Lower Bound: We study the one-way number-on-the-forehead (NOF) communication complexity of the $k$-layer pointer jumping problem with $n$ vertices per layer. This classic problem, which has connections to many aspects of complexity theory, has seen a recent burst of research activity, seemingly preparing the ground for an $\Omega(n)$ lower bound, for constant $k$. Our first result is a surprising sublinear -- i.e., $o(n)$ -- upper bound for the problem that holds for $k \ge 3$, dashing hopes for such a lower bound. A closer look at the protocol achieving the upper bound shows that all but one of the players involved are collapsing, i.e., their messages depend only on the composition of the layers ahead of them. We consider protocols for the pointer jumping problem where all players are collapsing. Our second result shows that a strong $n - O(\log n)$ lower bound does hold in this case. Our third result is another upper bound showing that nontrivial protocols for (a non-Boolean version of) pointer jumping are possible even when all players are collapsing. Our lower bound result uses a novel proof technique, different from those of earlier lower bounds that had an information-theoretic flavor. We hope this is useful in further study of the problem.<|reference_end|>
arxiv
@article{brody2008sublinear, title={Sublinear Communication Protocols for Multi-Party Pointer Jumping and a Related Lower Bound}, author={Joshua Brody, Amit Chakrabarti}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2843}, primaryClass={cs.CC cs.DS} }
brody2008sublinear
arxiv-2711
0802.2844
Analytic aspects of the shuffle product
<|reference_start|>Analytic aspects of the shuffle product: There exist very lucid explanations of the combinatorial origins of rational and algebraic functions, in particular with respect to regular and context free languages. In the search to understand how to extend these natural correspondences, we find that the shuffle product models many key aspects of D-finite generating functions, a class which contains algebraic. We consider several different takes on the shuffle product, shuffle closure, and shuffle grammars, and give explicit generating function consequences. In the process, we define a grammar class that models D-finite generating functions.<|reference_end|>
arxiv
@article{mishna2008analytic, title={Analytic aspects of the shuffle product}, author={Marni Mishna, Mike Zabrocki}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2844}, primaryClass={cs.IT math.CO math.IT} }
mishna2008analytic
arxiv-2712
0802.2845
Shortest Vertex-Disjoint Two-Face Paths in Planar Graphs
<|reference_start|>Shortest Vertex-Disjoint Two-Face Paths in Planar Graphs: Let $G$ be a directed planar graph of complexity $n$, each arc having a nonnegative length. Let $s$ and $t$ be two distinct faces of $G$; let $s_1,...,s_k$ be vertices incident with $s$; let $t_1,...,t_k$ be vertices incident with $t$. We give an algorithm to compute $k$ pairwise vertex-disjoint paths connecting the pairs $(s_i,t_i)$ in $G$, with minimal total length, in $O(kn\log n)$ time.<|reference_end|>
arxiv
@article{de verdière2008shortest, title={Shortest Vertex-Disjoint Two-Face Paths in Planar Graphs}, author={Eric Colin De Verdi`ere (LIENS), Alexander Schrijver (CWI)}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2845}, primaryClass={cs.DS math.CO} }
de verdière2008shortest
arxiv-2713
0802.2846
Geodesic Fr\'echet Distance Inside a Simple Polygon
<|reference_start|>Geodesic Fr\'echet Distance Inside a Simple Polygon: We unveil an alluring alternative to parametric search that applies to both the non-geodesic and geodesic Fr\'echet optimization problems. This randomized approach is based on a variant of red-blue intersections and is appealing due to its elegance and practical efficiency when compared to parametric search. We present the first algorithm for the geodesic Fr\'echet distance between two polygonal curves $A$ and $B$ inside a simple bounding polygon $P$. The geodesic Fr\'echet decision problem is solved almost as fast as its non-geodesic sibling and requires $O(N^{2\log k)$ time and $O(k+N)$ space after $O(k)$ preprocessing, where $N$ is the larger of the complexities of $A$ and $B$ and $k$ is the complexity of $P$. The geodesic Fr\'echet optimization problem is solved by a randomized approach in $O(k+N^{2\log kN\log N)$ expected time and $O(k+N^{2)$ space. This runtime is only a logarithmic factor larger than the standard non-geodesic Fr\'echet algorithm (Alt and Godau 1995). Results are also presented for the geodesic Fr\'echet distance in a polygonal domain with obstacles and the geodesic Hausdorff distance for sets of points or sets of line segments inside a simple polygon $P$.<|reference_end|>
arxiv
@article{cook2008geodesic, title={Geodesic Fr\'echet Distance Inside a Simple Polygon}, author={Atlas F. Cook IV, Carola Wenk}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2846}, primaryClass={cs.DS cs.CG} }
cook2008geodesic
arxiv-2714
0802.2847
On Dynamic Breadth-First Search in External-Memory
<|reference_start|>On Dynamic Breadth-First Search in External-Memory: We provide the first non-trivial result on dynamic breadth-first search (BFS) in external-memory: For general sparse undirected graphs of initially $n$ nodes and O(n) edges and monotone update sequences of either $\Theta(n)$ edge insertions or $\Theta(n)$ edge deletions, we prove an amortized high-probability bound of $O(n/B^{2/3}+\sort(n)\cdot \log B)$ I/Os per update. In contrast, the currently best approach for static BFS on sparse undirected graphs requires $\Omega(n/B^{1/2}+\sort(n))$ I/Os.<|reference_end|>
arxiv
@article{meyer2008on, title={On Dynamic Breadth-First Search in External-Memory}, author={Ulrich Meyer}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2847}, primaryClass={cs.DS} }
meyer2008on
arxiv-2715
0802.2850
Deterministically Isolating a Perfect Matching in Bipartite Planar Graphs
<|reference_start|>Deterministically Isolating a Perfect Matching in Bipartite Planar Graphs: We present a deterministic way of assigning small (log bit) weights to the edges of a bipartite planar graph so that the minimum weight perfect matching becomes unique. The isolation lemma as described in (Mulmuley et al. 1987) achieves the same for general graphs using a randomized weighting scheme, whereas we can do it deterministically when restricted to bipartite planar graphs. As a consequence, we reduce both decision and construction versions of the matching problem to testing whether a matrix is singular, under the promise that its determinant is 0 or 1, thus obtaining a highly parallel SPL algorithm for bipartite planar graphs. This improves the earlier known bounds of non-uniform SPL by (Allender et al. 1999) and $NC^2$ by (Miller and Naor 1995, Mahajan and Varadarajan 2000). It also rekindles the hope of obtaining a deterministic parallel algorithm for constructing a perfect matching in non-bipartite planar graphs, which has been open for a long time. Our techniques are elementary and simple.<|reference_end|>
arxiv
@article{datta2008deterministically, title={Deterministically Isolating a Perfect Matching in Bipartite Planar Graphs}, author={Samir Datta, Raghav Kulkarni, Sambuddha Roy (IBM IRL)}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2850}, primaryClass={cs.DS math.CO} }
datta2008deterministically
arxiv-2716
0802.2851
An Improved Randomized Truthful Mechanism for Scheduling Unrelated Machines
<|reference_start|>An Improved Randomized Truthful Mechanism for Scheduling Unrelated Machines: We study the scheduling problem on unrelated machines in the mechanism design setting. This problem was proposed and studied in the seminal paper (Nisan and Ronen 1999), where they gave a 1.75-approximation randomized truthful mechanism for the case of two machines. We improve this result by a 1.6737-approximation randomized truthful mechanism. We also generalize our result to a $0.8368m$-approximation mechanism for task scheduling with $m$ machines, which improve the previous best upper bound of $0.875m(Mu'alem and Schapira 2007).<|reference_end|>
arxiv
@article{lu2008an, title={An Improved Randomized Truthful Mechanism for Scheduling Unrelated Machines}, author={Pinyan Lu, Changyuan Yu}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2851}, primaryClass={cs.DS} }
lu2008an
arxiv-2717
0802.2852
Tight Bounds for Blind Search on the Integers
<|reference_start|>Tight Bounds for Blind Search on the Integers: We analyze a simple random process in which a token is moved in the interval $A=\{0,...,n\$: Fix a probability distribution $\mu$ over $\{1,...,n\$. Initially, the token is placed in a random position in $A$. In round $t$, a random value $d$ is chosen according to $\mu$. If the token is in position $a\geq d$, then it is moved to position $a-d$. Otherwise it stays put. Let $T$ be the number of rounds until the token reaches position 0. We show tight bounds for the expectation of $T$ for the optimal distribution $\mu$. More precisely, we show that $\min_\mu\{E_\mu(T)\=\Theta((\log n)^2)$. For the proof, a novel potential function argument is introduced. The research is motivated by the problem of approximating the minimum of a continuous function over $[0,1]$ with a ``blind'' optimization strategy.<|reference_end|>
arxiv
@article{dietzfelbinger2008tight, title={Tight Bounds for Blind Search on the Integers}, author={Martin Dietzfelbinger, Jonathan E. Rowe, Ingo Wegener, Philipp Woelfel}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2852}, primaryClass={cs.DS} }
dietzfelbinger2008tight
arxiv-2718
0802.2853
Discrete Jordan Curve Theorem: A proof formalized in Coq with hypermaps
<|reference_start|>Discrete Jordan Curve Theorem: A proof formalized in Coq with hypermaps: This paper presents a formalized proof of a discrete form of the Jordan Curve Theorem. It is based on a hypermap model of planar subdivisions, formal specifications and proofs assisted by the Coq system. Fundamental properties are proven by structural or noetherian induction: Genus Theorem, Euler's Formula, constructive planarity criteria. A notion of ring of faces is inductively defined and a Jordan Curve Theorem is stated and proven for any planar hypermap.<|reference_end|>
arxiv
@article{dufourd2008discrete, title={Discrete Jordan Curve Theorem: A proof formalized in Coq with hypermaps}, author={Jean-Franc{c}ois Dufourd (LSIIT)}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2853}, primaryClass={cs.LO cs.DM} }
dufourd2008discrete
arxiv-2719
0802.2854
Trimming of Graphs, with Application to Point Labeling
<|reference_start|>Trimming of Graphs, with Application to Point Labeling: For $t,g>0$, a vertex-weighted graph of total weight $W$ is $(t,g)$-trimmable if it contains a vertex-induced subgraph of total weight at least $(1-1/t)W$ and with no simple path of more than $g$ edges. A family of graphs is trimmable if for each constant $t>0$, there is a constant $g=g(t)$ such that every vertex-weighted graph in the family is $(t,g)$-trimmable. We show that every family of graphs of bounded domino treewidth is trimmable. This implies that every family of graphs of bounded degree is trimmable if the graphs in the family have bounded treewidth or are planar. Based on this result, we derive a polynomial-time approximation scheme for the problem of labeling weighted points with nonoverlapping sliding labels of unit height and given lengths so as to maximize the total weight of the labeled points. This settles one of the last major open questions in the theory of map labeling.<|reference_end|>
arxiv
@article{erlebach2008trimming, title={Trimming of Graphs, with Application to Point Labeling}, author={Thomas Erlebach, Torben Hagerup, Klaus Jansen, Moritz Minzlaff, Alexander Wolff}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2854}, primaryClass={cs.DM cs.DS math.CO} }
erlebach2008trimming
arxiv-2720
0802.2855
Computing Minimum Spanning Trees with Uncertainty
<|reference_start|>Computing Minimum Spanning Trees with Uncertainty: We consider the minimum spanning tree problem in a setting where information about the edge weights of the given graph is uncertain. Initially, for each edge $e$ of the graph only a set $A_e$, called an uncertainty area, that contains the actual edge weight $w_e$ is known. The algorithm can `update' $e$ to obtain the edge weight $w_e \in A_e$. The task is to output the edge set of a minimum spanning tree after a minimum number of updates. An algorithm is $k$-update competitive if it makes at most $k$ times as many updates as the optimum. We present a 2-update competitive algorithm if all areas $A_e$ are open or trivial, which is the best possible among deterministic algorithms. The condition on the areas $A_e$ is to exclude degenerate inputs for which no constant update competitive algorithm can exist. Next, we consider a setting where the vertices of the graph correspond to points in Euclidean space and the weight of an edge is equal to the distance of its endpoints. The location of each point is initially given as an uncertainty area, and an update reveals the exact location of the point. We give a general relation between the edge uncertainty and the vertex uncertainty versions of a problem and use it to derive a 4-update competitive algorithm for the minimum spanning tree problem in the vertex uncertainty model. Again, we show that this is best possible among deterministic algorithms.<|reference_end|>
arxiv
@article{erlebach2008computing, title={Computing Minimum Spanning Trees with Uncertainty}, author={Thomas Erlebach, Michael Hoffmann, Danny Krizanc, Mat'us Mihal''ak, Rajeev Raman}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2855}, primaryClass={cs.DS} }
erlebach2008computing
arxiv-2721
0802.2856
Convergence Thresholds of Newton's Method for Monotone Polynomial Equations
<|reference_start|>Convergence Thresholds of Newton's Method for Monotone Polynomial Equations: Monotone systems of polynomial equations (MSPEs) are systems of fixed-point equations $X_1 = f_1(X_1, ..., X_n),$ $..., X_n = f_n(X_1, ..., X_n)$ where each $f_i$ is a polynomial with positive real coefficients. The question of computing the least non-negative solution of a given MSPE $\vec X = \vec f(\vec X)$ arises naturally in the analysis of stochastic models such as stochastic context-free grammars, probabilistic pushdown automata, and back-button processes. Etessami and Yannakakis have recently adapted Newton's iterative method to MSPEs. In a previous paper we have proved the existence of a threshold $k_{\vec f}$ for strongly connected MSPEs, such that after $k_{\vec f}$ iterations of Newton's method each new iteration computes at least 1 new bit of the solution. However, the proof was purely existential. In this paper we give an upper bound for $k_{\vec f}$ as a function of the minimal component of the least fixed-point $\mu\vec f$ of $\vec f(\vec X)$. Using this result we show that $k_{\vec f}$ is at most single exponential resp. linear for strongly connected MSPEs derived from probabilistic pushdown automata resp. from back-button processes. Further, we prove the existence of a threshold for arbitrary MSPEs after which each new iteration computes at least $1/w2^h$ new bits of the solution, where $w$ and $h$ are the width and height of the DAG of strongly connected components.<|reference_end|>
arxiv
@article{esparza2008convergence, title={Convergence Thresholds of Newton's Method for Monotone Polynomial Equations}, author={Javier Esparza, Stefan Kiefer, Michael Luttenberger}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2856}, primaryClass={cs.DS cs.IT cs.NA math.IT} }
esparza2008convergence
arxiv-2722
0802.2857
Lower bounds for adaptive linearity tests
<|reference_start|>Lower bounds for adaptive linearity tests: Linearity tests are randomized algorithms which have oracle access to the truth table of some function f, and are supposed to distinguish between linear functions and functions which are far from linear. Linearity tests were first introduced by (Blum, Luby and Rubenfeld, 1993), and were later used in the PCP theorem, among other applications. The quality of a linearity test is described by its correctness c - the probability it accepts linear functions, its soundness s - the probability it accepts functions far from linear, and its query complexity q - the number of queries it makes. Linearity tests were studied in order to decrease the soundness of linearity tests, while keeping the query complexity small (for one reason, to improve PCP constructions). Samorodnitsky and Trevisan (Samorodnitsky and Trevisan 2000) constructed the Complete Graph Test, and prove that no Hyper Graph Test can perform better than the Complete Graph Test. Later in (Samorodnitsky and Trevisan 2006) they prove, among other results, that no non-adaptive linearity test can perform better than the Complete Graph Test. Their proof uses the algebraic machinery of the Gowers Norm. A result by (Ben-Sasson, Harsha and Raskhodnikova 2005) allows to generalize this lower bound also to adaptive linearity tests. We also prove the same optimal lower bound for adaptive linearity test, but our proof technique is arguably simpler and more direct than the one used in (Samorodnitsky and Trevisan 2006). We also study, like (Samorodnitsky and Trevisan 2006), the behavior of linearity tests on quadratic functions. However, instead of analyzing the Gowers Norm of certain functions, we provide a more direct combinatorial proof, studying the behavior of linearity tests on random quadratic functions...<|reference_end|>
arxiv
@article{lovett2008lower, title={Lower bounds for adaptive linearity tests}, author={Shachar Lovett}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2857}, primaryClass={cs.CC cs.DS} }
lovett2008lower
arxiv-2723
0802.2860
A Theory for Valiant's Matchcircuits (Extended Abstract)
<|reference_start|>A Theory for Valiant's Matchcircuits (Extended Abstract): The computational function of a matchgate is represented by its character matrix. In this article, we show that all nonsingular character matrices are closed under matrix inverse operation, so that for every $k$, the nonsingular character matrices of $k$-bit matchgates form a group, extending the recent work of Cai and Choudhary (2006) of the same result for the case of $k=2$, and that the single and the two-bit matchgates are universal for matchcircuits, answering a question of Valiant (2002).<|reference_end|>
arxiv
@article{li2008a, title={A Theory for Valiant's Matchcircuits (Extended Abstract)}, author={Angsheng Li, Mingji Xia}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2860}, primaryClass={cs.CC} }
li2008a
arxiv-2724
0802.2861
Geometric Set Cover and Hitting Sets for Polytopes in $R^3$
<|reference_start|>Geometric Set Cover and Hitting Sets for Polytopes in $R^3$: Suppose we are given a finite set of points $P$ in $\R^3$ and a collection of polytopes $\mathcal{T}$ that are all translates of the same polytope $T$. We consider two problems in this paper. The first is the set cover problem where we want to select a minimal number of polytopes from the collection $\mathcal{T}$ such that their union covers all input points $P$. The second problem that we consider is finding a hitting set for the set of polytopes $\mathcal{T}$, that is, we want to select a minimal number of points from the input points $P$ such that every given polytope is hit by at least one point. We give the first constant-factor approximation algorithms for both problems. We achieve this by providing an epsilon-net for translates of a polytope in $R^3$ of size $\bigO(\frac{1{\epsilon)$.<|reference_end|>
arxiv
@article{laue2008geometric, title={Geometric Set Cover and Hitting Sets for Polytopes in $R^3$}, author={S"oren Laue}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2861}, primaryClass={cs.CG} }
laue2008geometric
arxiv-2725
0802.2862
Compatibility of Shelah and Stupp's and Muchnik's iteration with fragments of monadic second order logic
<|reference_start|>Compatibility of Shelah and Stupp's and Muchnik's iteration with fragments of monadic second order logic: We investigate the relation between the theory of the iterations in the sense of Shelah-Stupp and of Muchnik, resp., and the theory of the base structure for several logics. These logics are obtained from the restriction of set quantification in monadic second order logic to certain subsets like, e.g., finite sets, chains, and finite unions of chains. We show that these theories of the Shelah-Stupp iteration can be reduced to corresponding theories of the base structure. This fails for Muchnik's iteration.<|reference_end|>
arxiv
@article{kuske2008compatibility, title={Compatibility of Shelah and Stupp's and Muchnik's iteration with fragments of monadic second order logic}, author={Dietrich Kuske}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2862}, primaryClass={cs.LO} }
kuske2008compatibility
arxiv-2726
0802.2863
New Combinatorial Complete One-Way Functions
<|reference_start|>New Combinatorial Complete One-Way Functions: In 2003, Leonid A. Levin presented the idea of a combinatorial complete one-way function and a sketch of the proof that Tiling represents such a function. In this paper, we present two new one-way functions based on semi-Thue string rewriting systems and a version of the Post Correspondence Problem and prove their completeness. Besides, we present an alternative proof of Levin's result. We also discuss the properties a combinatorial problem should have in order to hold a complete one-way function.<|reference_end|>
arxiv
@article{kojevnikov2008new, title={New Combinatorial Complete One-Way Functions}, author={Arist Kojevnikov, Sergey I. Nikolenko}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2863}, primaryClass={cs.CC cs.CR} }
kojevnikov2008new
arxiv-2727
0802.2864
On Geometric Spanners of Euclidean and Unit Disk Graphs
<|reference_start|>On Geometric Spanners of Euclidean and Unit Disk Graphs: We consider the problem of constructing bounded-degree planar geometric spanners of Euclidean and unit-disk graphs. It is well known that the Delaunay subgraph is a planar geometric spanner with stretch factor $C_{del\approx 2.42$; however, its degree may not be bounded. Our first result is a very simple linear time algorithm for constructing a subgraph of the Delaunay graph with stretch factor $\rho =1+2\pi(k\cos{\frac{\pi{k)^{-1$ and degree bounded by $k$, for any integer parameter $k\geq 14$. This result immediately implies an algorithm for constructing a planar geometric spanner of a Euclidean graph with stretch factor $\rho \cdot C_{del$ and degree bounded by $k$, for any integer parameter $k\geq 14$. Moreover, the resulting spanner contains a Euclidean Minimum Spanning Tree (EMST) as a subgraph. Our second contribution lies in developing the structural results necessary to transfer our analysis and algorithm from Euclidean graphs to unit disk graphs, the usual model for wireless ad-hoc networks. We obtain a very simple distributed, {\em strictly-localized algorithm that, given a unit disk graph embedded in the plane, constructs a geometric spanner with the above stretch factor and degree bound, and also containing an EMST as a subgraph. The obtained results dramatically improve the previous results in all aspects, as shown in the paper.<|reference_end|>
arxiv
@article{kanj2008on, title={On Geometric Spanners of Euclidean and Unit Disk Graphs}, author={Iyad A. Kanj, Ljubomir Perkovic}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2864}, primaryClass={cs.DS} }
kanj2008on
arxiv-2728
0802.2865
Quantifying Homology Classes
<|reference_start|>Quantifying Homology Classes: We develop a method for measuring homology classes. This involves three problems. First, we define the size of a homology class, using ideas from relative homology. Second, we define an optimal basis of a homology group to be the basis whose elements' size have the minimal sum. We provide a greedy algorithm to compute the optimal basis and measure classes in it. The algorithm runs in $O(\beta^4 n^3 \log^2 n)$ time, where $n$ is the size of the simplicial complex and $\beta$ is the Betti number of the homology group. Third, we discuss different ways of localizing homology classes and prove some hardness results.<|reference_end|>
arxiv
@article{chen2008quantifying, title={Quantifying Homology Classes}, author={Chao Chen, Daniel Freedman}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2865}, primaryClass={cs.CG cs.DM} }
chen2008quantifying
arxiv-2729
0802.2866
Cardinality and counting quantifiers on omega-automatic structures
<|reference_start|>Cardinality and counting quantifiers on omega-automatic structures: We investigate structures that can be represented by omega-automata, so called omega-automatic structures, and prove that relations defined over such structures in first-order logic expanded by the first-order quantifiers `there exist at most $\aleph_0$ many', 'there exist finitely many' and 'there exist $k$ modulo $m$ many' are omega-regular. The proof identifies certain algebraic properties of omega-semigroups. As a consequence an omega-regular equivalence relation of countable index has an omega-regular set of representatives. This implies Blumensath's conjecture that a countable structure with an $\omega$-automatic presentation can be represented using automata on finite words. This also complements a very recent result of Hj\"orth, Khoussainov, Montalban and Nies showing that there is an omega-automatic structure which has no injective presentation.<|reference_end|>
arxiv
@article{kaiser2008cardinality, title={Cardinality and counting quantifiers on omega-automatic structures}, author={Lukasz Kaiser, Sasha Rubin, Vince B'ar'any}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2866}, primaryClass={cs.LO} }
kaiser2008cardinality
arxiv-2730
0802.2867
Fixed Parameter Polynomial Time Algorithms for Maximum Agreement and Compatible Supertrees
<|reference_start|>Fixed Parameter Polynomial Time Algorithms for Maximum Agreement and Compatible Supertrees: Consider a set of labels $L$ and a set of trees ${\mathcal T} = \{{\mathcal T}^{(1), {\mathcal T}^{(2), ..., {\mathcal T}^{(k) \$ where each tree ${\mathcal T}^{(i)$ is distinctly leaf-labeled by some subset of $L$. One fundamental problem is to find the biggest tree (denoted as supertree) to represent $\mathcal T}$ which minimizes the disagreements with the trees in ${\mathcal T}$ under certain criteria. This problem finds applications in phylogenetics, database, and data mining. In this paper, we focus on two particular supertree problems, namely, the maximum agreement supertree problem (MASP) and the maximum compatible supertree problem (MCSP). These two problems are known to be NP-hard for $k \geq 3$. This paper gives the first polynomial time algorithms for both MASP and MCSP when both $k$ and the maximum degree $D$ of the trees are constant.<|reference_end|>
arxiv
@article{hoang2008fixed, title={Fixed Parameter Polynomial Time Algorithms for Maximum Agreement and Compatible Supertrees}, author={Viet Tung Hoang, Wing-Kin Sung}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2867}, primaryClass={cs.DS} }
hoang2008fixed
arxiv-2731
0802.2868
Efficient Algorithms for Membership in Boolean Hierarchies of Regular Languages
<|reference_start|>Efficient Algorithms for Membership in Boolean Hierarchies of Regular Languages: The purpose of this paper is to provide efficient algorithms that decide membership for classes of several Boolean hierarchies for which efficiency (or even decidability) were previously not known. We develop new forbidden-chain characterizations for the single levels of these hierarchies and obtain the following results: - The classes of the Boolean hierarchy over level $\Sigma_1$ of the dot-depth hierarchy are decidable in $NL$ (previously only the decidability was known). The same remains true if predicates mod $d$ for fixed $d$ are allowed. - If modular predicates for arbitrary $d$ are allowed, then the classes of the Boolean hierarchy over level $\Sigma_1$ are decidable. - For the restricted case of a two-letter alphabet, the classes of the Boolean hierarchy over level $\Sigma_2$ of the Straubing-Th\'erien hierarchy are decidable in $NL$. This is the first decidability result for this hierarchy. - The membership problems for all mentioned Boolean-hierarchy classes are logspace many-one hard for $NL$. - The membership problems for quasi-aperiodic languages and for $d$-quasi-aperiodic languages are logspace many-one complete for $PSPACE$.<|reference_end|>
arxiv
@article{glasser2008efficient, title={Efficient Algorithms for Membership in Boolean Hierarchies of Regular Languages}, author={Christian Glasser, Heinz Schmitz, Victor Selivanov}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2868}, primaryClass={cs.CC} }
glasser2008efficient
arxiv-2732
0802.2869
Succinctness of the Complement and Intersection of Regular Expressions
<|reference_start|>Succinctness of the Complement and Intersection of Regular Expressions: We study the succinctness of the complement and intersection of regular expressions. In particular, we show that when constructing a regular expression defining the complement of a given regular expression, a double exponential size increase cannot be avoided. Similarly, when constructing a regular expression defining the intersection of a fixed and an arbitrary number of regular expressions, an exponential and double exponential size increase, respectively, can in worst-case not be avoided. All mentioned lower bounds improve the existing ones by one exponential and are tight in the sense that the target expression can be constructed in the corresponding time class, i.e., exponential or double exponential time. As a by-product, we generalize a theorem by Ehrenfeucht and Zeiger stating that there is a class of DFAs which are exponentially more succinct than regular expressions, to a fixed four-letter alphabet. When the given regular expressions are one-unambiguous, as for instance required by the XML Schema specification, the complement can be computed in polynomial time whereas the bounds concerning intersection continue to hold. For the subclass of single-occurrence regular expressions, we prove a tight exponential lower bound for intersection.<|reference_end|>
arxiv
@article{gelade2008succinctness, title={Succinctness of the Complement and Intersection of Regular Expressions}, author={Wouter Gelade, Frank Neven}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2869}, primaryClass={cs.CC} }
gelade2008succinctness
arxiv-2733
0802.2871
Model Checking Games for the Quantitative mu-Calculus
<|reference_start|>Model Checking Games for the Quantitative mu-Calculus: We investigate quantitative extensions of modal logic and the modal mu-calculus, and study the question whether the tight connection between logic and games can be lifted from the qualitative logics to their quantitative counterparts. It turns out that, if the quantitative mu-calculus is defined in an appropriate way respecting the duality properties between the logical operators, then its model checking problem can indeed be characterised by a quantitative variant of parity games. However, these quantitative games have quite different properties than their classical counterparts, in particular they are, in general, not positionally determined. The correspondence between the logic and the games goes both ways: the value of a formula on a quantitative transition system coincides with the value of the associated quantitative game, and conversely, the values of quantitative parity games are definable in the quantitative mu-calculus.<|reference_end|>
arxiv
@article{fischer2008model, title={Model Checking Games for the Quantitative mu-Calculus}, author={Diana Fischer, Erich Gr"adel, Lukasz Kaiser}, journal={Dans Proceedings of the 25th Annual Symposium on the Theoretical Aspects of Computer Science - STACS 2008, Bordeaux : France (2008)}, year={2008}, archivePrefix={arXiv}, eprint={0802.2871}, primaryClass={cs.LO cs.GT} }
fischer2008model
arxiv-2734
0802.2932
A New Approach to Spreadsheet Analytics Management in Financial Markets
<|reference_start|>A New Approach to Spreadsheet Analytics Management in Financial Markets: Spreadsheets in financial markets are frequently used as database, calculator and reporting application combined. This paper describes an alternative approach in which spreadsheet design and database technology have been brought together in order to alleviate management and regulatory concerns over the operational risks of spreadsheet usage. In particular, the paper focuses on the rapid creation and centralised deployment of statistical analytics within a software system now in use by major investment banks, and presents a novel technique for the manipulation in spreadsheets of high volumes of intraday market data.<|reference_end|>
arxiv
@article{sentence2008a, title={A New Approach to Spreadsheet Analytics Management in Financial Markets}, author={Brian Sentence}, journal={Proc. European Spreadsheet Risks Int. Grp. (EuSpRIG) 2006 65-72 ISBN:1-905617-08-9}, year={2008}, archivePrefix={arXiv}, eprint={0802.2932}, primaryClass={cs.SE cs.CY} }
sentence2008a
arxiv-2735
0802.2975
Hard Fairness Versus Proportional Fairness in Wireless Communications: The Multiple-Cell Case
<|reference_start|>Hard Fairness Versus Proportional Fairness in Wireless Communications: The Multiple-Cell Case: We consider the uplink of a cellular communication system with $K$ users per cell and infinite base stations equally spaced on a line. The system is conventional, i.e., it does not make use of joint cell-site processing. A hard fairness (HF) system serves all users with the same rate in any channel state. In contrast, a system based on proportional fairness serves the users with variable instantaneous rates depending on their channel state. We compare these two options in terms of the system spectral efficiency \textsf{C} (bit/s/Hz) versus $E_b/N_0$. Proportional fair scheduling (PFS) performs generally better than the more restrictive HF system in the regime of low to moderate SNR, but for high SNR an optimized HF system achieves throughput comparable to that of PFS system for finite $K$. The hard-fairness system is interference limited. We characterize this limit and validate a commonly used simplified model that treats outer cell interference power as proportional to the in-cell total power and we analytically characterize the proportionality constant. In contrast, the spectral efficiency of PFS can grow unbounded for $K \to \infty$ thanks to the multiuser diversity effect. We also show that partial frequency/time reuse can mitigate the throughput penalty of the HF system, especially at high SNR.<|reference_end|>
arxiv
@article{park2008hard, title={Hard Fairness Versus Proportional Fairness in Wireless Communications: The Multiple-Cell Case}, author={Daeyoung Park and Giuseppe Caire}, journal={arXiv preprint arXiv:0802.2975}, year={2008}, archivePrefix={arXiv}, eprint={0802.2975}, primaryClass={cs.IT math.IT} }
park2008hard
arxiv-2736
0802.2980
Characterization of Cobweb Posets as KoDAGs
<|reference_start|>Characterization of Cobweb Posets as KoDAGs: The characterization of the large family of cobweb posets as DAGs and oDAGs is given. The dim 2 poset such that its Hasse diagram coincide with digraf of arbitrary cobweb poset is constructed.<|reference_end|>
arxiv
@article{krot-sieniawska2008characterization, title={Characterization of Cobweb Posets as KoDAGs}, author={Ewa Krot-Sieniawska}, journal={arXiv preprint arXiv:0802.2980}, year={2008}, archivePrefix={arXiv}, eprint={0802.2980}, primaryClass={math.CO cs.DM} }
krot-sieniawska2008characterization
arxiv-2737
0802.3013
Simulation of Free Surface Compressible Flows Via a Two Fluid Model
<|reference_start|>Simulation of Free Surface Compressible Flows Via a Two Fluid Model: The purpose of this communication is to discuss the simulation of a free surface compressible flow between two fluids, typically air and water. We use a two fluid model with the same velocity, pressure and temperature for both phases. In such a numerical model, the free surface becomes a thin three dimensional zone. The present method has at least three advantages: (i) the free-surface treatment is completely implicit; (ii) it can naturally handle wave breaking and other topological changes in the flow; (iii) one can easily vary the Equation of States (EOS) of each fluid (in principle, one can even consider tabulated EOS). Moreover, our model is unconditionally hyperbolic for reasonable EOS.<|reference_end|>
arxiv
@article{dias2008simulation, title={Simulation of Free Surface Compressible Flows Via a Two Fluid Model}, author={Frederic Dias (1), Denys Dutykh (1), Jean-Michel Ghidaglia (1) ((1) CMLA, ENS de Cachan)}, journal={OMAE2008-57060, pp. 43-50; 8 pages}, year={2008}, doi={10.1115/OMAE2008-57060}, archivePrefix={arXiv}, eprint={0802.3013}, primaryClass={physics.comp-ph cs.NA math.NA physics.ao-ph physics.flu-dyn} }
dias2008simulation
arxiv-2738
0802.3037
Fabrication of Miniaturized Variable-focus Lens Using Liquid Filling Technique
<|reference_start|>Fabrication of Miniaturized Variable-focus Lens Using Liquid Filling Technique: This paper describes a simple method for fabricating a variable-focus lens by using PDMS (polydimethylsiloxane) and filling with liquid for the variable-focus lens. The lens diameter of 2-mm was designed in this experiment and expected to reach the focal length in the range of 3 ~ 12 mm. The theoretical value between the liquid volume and the lens contact angle at different focal lengths were simulated and measured. The pumped-in volumes ranged from 200 to 1400 $\mu$l, the contact angles ranged from 14.25 degrees to 49.02 degrees. Changing the deformation of PDMS film using different micro-fluidic volume produces the variable focal length from 4 10 mm in this experiment. The proposed method successfully fabricated a variable-focus lens. Bonding PDMS only once using no expensive instrument such as oxygen plasma was accomplished. The final objective is to insert the variable focus lens into portable optical imagery products.<|reference_end|>
arxiv
@article{yang2008fabrication, title={Fabrication of Miniaturized Variable-focus Lens Using Liquid Filling Technique}, author={Hsiharng Yang, Chung-Yao Yang, Mau-Shiun Yeh}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3037}, primaryClass={cs.OH} }
yang2008fabrication
arxiv-2739
0802.3038
A Novel X-Axis Tuning Fork Gyroscope with "8 Vertical Springs-Proofmass" Structure on (111)-Silicon
<|reference_start|>A Novel X-Axis Tuning Fork Gyroscope with "8 Vertical Springs-Proofmass" Structure on (111)-Silicon: A novel x-axis tuning fork MEMS gyroscope with "8 vertical springs-proofmass" structure for Coriolis effect detection is presented. Compared with the common single-plane springs, the 8 vertical springs, symmetrically located at the top and bottom sides, more stably suspend the large thick proofmass featuring large capacitance variation and low mechanical noise. A bulk-micromachining technology is applied to obtain the large proofmass and twins-like dual beams. During the fabrication process, the dimensions of the 8 vertical springs are precisely confined by thermal oxide protected limit trenches (LTs) sidewalls and the extreme slowly etched (111)-planes; therefore a small mismatch of less than 30 Hz is achieved before tuning. Initial test shows a sensitivity of 0.15mV/(deg/s) and rate resolution around 0.1deg/s under atmosphere pressure.<|reference_end|>
arxiv
@article{duan2008a, title={A Novel X-Axis Tuning Fork Gyroscope with "8 Vertical Springs-Proofmass" Structure on (111)-Silicon}, author={Fei Duan, Jiwei Jiao, Yucai Wang, Ying Zhang, Binwei Mi, Jinpeng Li, Jian Zhu, Yuelin Wang}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3038}, primaryClass={cs.OH} }
duan2008a
arxiv-2740
0802.3040
Fabrication of MEMS Resonators in Thin SOI
<|reference_start|>Fabrication of MEMS Resonators in Thin SOI: A simple and fast process for micro-electromechanical (MEM) resonators with deep sub-micron transduction gaps in thin SOI is presented in this paper. Thin SOI wafers are important for advanced CMOS technology and thus are evaluated as resonator substrates for future co-integration with CMOS circuitry on a single chip. As the transduction capacitance scales with the resonator thickness, it is important to fabricate deep sub-micron trenches in order to achieve a good capacitive coupling. Through the combination of conventional UV-lithography and focused ion beam (FIB) milling the process needs only two lithography steps, enabling therefore a way for fast prototyping of MEM-resonators. Different FIB parameters and etching parameters are compared in this paper and their effect on the process are reported.<|reference_end|>
arxiv
@article{grogg2008fabrication, title={Fabrication of MEMS Resonators in Thin SOI}, author={D. Grogg, Nicoleta Diana Badila-Ciressan, Adrian Mihai Ionescu}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3040}, primaryClass={cs.OH} }
grogg2008fabrication
arxiv-2741
0802.3041
Usage of Porous Al2O3 Layers for RH Sensing
<|reference_start|>Usage of Porous Al2O3 Layers for RH Sensing: At the Department of Electron Devices a cheap, more or less CMOS process compatible capacitive type RH sensor has been developed. Capacitive sensors are based on dielectric property changes of thin films upon water vapour uptake which depends on the surrounding media's relative humidity content. Because of the immense surface-to-volume ratio and the abundant void fraction, very high sensitivities can be obtained with porous ceramics. One of the ceramics to be used is porous Al2O3, obtained by electrochemical oxidation of aluminium under anodic bias. The average pore sizes are between 6...9 nm. In our paper we intend to demonstrate images representing the influence of the technological parameters on the porous structure and the device sensitivity.<|reference_end|>
arxiv
@article{timár-horváth2008usage, title={Usage of Porous Al2O3 Layers for RH Sensing}, author={Veronika Tim'ar-Horv'ath, L'aszl'o Juh'asz, Andr'as Vass-V'arnai, Gergely Perlaky}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3041}, primaryClass={cs.OH} }
timár-horváth2008usage
arxiv-2742
0802.3042
Modeling of large area hot embossing
<|reference_start|>Modeling of large area hot embossing: Today, hot embossing and injection molding belong to the established plastic molding processes in microengineering. Based on experimental findings, a variety of microstructures have been replicated so far using the processes. However, with increasing requirements regarding the embossing surface and the simultaneous decrease of the structure size down into the nanorange, increasing know-how is needed to adapt hot embossing to industrial standards. To reach this objective, a German-Canadian cooperation project has been launched to study hot embossing theoretically by a process simulation and experimentally. The present publication shall report about the first results of the simulation - the modeling and simulation of large area replication based on an eight inch microstructured mold.<|reference_end|>
arxiv
@article{worgull2008modeling, title={Modeling of large area hot embossing}, author={M. Worgull, K.K. Kabanemi, J.-P. Marcotte, J.-F. H'etu, M. Heckele}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3042}, primaryClass={cs.OH} }
worgull2008modeling
arxiv-2743
0802.3043
Liquid Density Sensing Using Resonant Flexural Plate Wave Device with Sol-Gel PZT Thin Films
<|reference_start|>Liquid Density Sensing Using Resonant Flexural Plate Wave Device with Sol-Gel PZT Thin Films: This paper presents the design, fabrication and preliminary experimental results of a flexure plate wave (FPW) resonator using sol-gel derived lead zirconate titanates (PZT) thin films. The resonator adopts a two-port structure with reflecting grates on the composite membrane of PZT and SiNx. The design of the reflecting grate is derived from a SAW resonator model using COM theory to produce a sharp resonant peak. The comparison between the mass and the viscosity effects from the theoretical expression illustrates the applications and the constraints of the proposed device in liquid sensing. Multiple coatings of sol-gel derived PZT films are adopted because of the cost advantage and the high electromechanical coupling effect over other piezoelectric films. The fabrication issues of the proposed material structure are addressed. Theoretical estimations of the mass and the viscosity effects are compared with the experimental results. The resonant frequency has a good linear correlation with the density of low viscosity liquids, which demonstrate the feasibility of the proposed device.<|reference_end|>
arxiv
@article{yu2008liquid, title={Liquid Density Sensing Using Resonant Flexural Plate Wave Device with Sol-Gel PZT Thin Films}, author={Jyh-Cheng Yu, Huang-Yao Lin}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3043}, primaryClass={cs.OH} }
yu2008liquid
arxiv-2744
0802.3044
Design, Fabrication and Characterization of a Piezoelectric Microgenerator Including a Power Management Circuit
<|reference_start|>Design, Fabrication and Characterization of a Piezoelectric Microgenerator Including a Power Management Circuit: We report in this paper the design, fabrication and experimental characterization of a piezoelectric MEMS microgenerator. This device scavenges the energy of ambient mechanical vibrations characterized by frequencies in the range of 1 kHz. This component is made with Aluminum Nitride thin film deposited with a CMOS compatible process. Moreover we analyze two possible solutions for the signal rectification: a discrete doubler-rectifier and a full custom power management circuit. The ASIC developed for this application takes advantage of diodes with very low threshold voltage and therefore allows the conversion of extremely low input voltages corresponding to very weak input accelerations. The volume of the proposed generator is inferior to 1mm3 and the generated powers are in the range of 1$\mu$W. This system is intended to supply power to autonomous wireless sensor nodes.<|reference_end|>
arxiv
@article{marzencki2008design,, title={Design, Fabrication and Characterization of a Piezoelectric Microgenerator Including a Power Management Circuit}, author={M. Marzencki (TIMA), Y. Ammar (TIMA), S. Basrour (TIMA)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3044}, primaryClass={cs.OH} }
marzencki2008design,
arxiv-2745
0802.3046
A complete study of electroactive polymers for energy scavenging: modelling and experiments
<|reference_start|>A complete study of electroactive polymers for energy scavenging: modelling and experiments: Recent progresses in ultra low power microelectronics propelled the development of several microsensors and particularly the self powered microsystems (SPMS). One of their limitations is their size and their autonomy due to short lifetime of the batteries available on the market. To ensure their ecological energetic autonomy, a promising alternative is to scavenge the ambient energy such as the mechanical one. Nowadays, few microgenerators operate at low frequency. They are often rigid structures that can perturb the application or the environment; none of them are perfectly flexible. Thus, our objective is to create a flexible, non-intrusive scavenger using electroactive polymers. The goal of this work is to design a generator which can provide typically 100 ?W to supply a low consumption system. We report in this paper an analytical model which predicts the energy produced by a simple electroactive membrane, and some promising experimental results.<|reference_end|>
arxiv
@article{jean-mistral2008a, title={A complete study of electroactive polymers for energy scavenging: modelling and experiments}, author={C. Jean-Mistral (LETI), S. Basrour (TIMA), J.J. Chaillout (LETI), A. Bonvilain (TIMA)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3046}, primaryClass={cs.OH} }
jean-mistral2008a
arxiv-2746
0802.3047
Step-up converter for electromagnetic vibrational energy scavenger
<|reference_start|>Step-up converter for electromagnetic vibrational energy scavenger: This paper introduces a voltage multiplier (VM) circuit which can step up a minimum voltage of 150 mV (peak). The operation and characteristics of this converter circuit are described. The voltage multiplier circuit is also tested with micro and macro scale electromagnetic vibrational generators and the effect of the VM on the optimum load conditions of the electromagnetic generator is presented. The measured results show that 85% efficiency can be achieved from this VM circuit at a power level of 18 ?W.<|reference_end|>
arxiv
@article{saha2008step-up, title={Step-up converter for electromagnetic vibrational energy scavenger}, author={C. Saha, T. O'Donnell, J. Godsell, L. Carlioz, N. Wang, P. Mccloskey, S. Beeby, J. Tudor, Russel Torah}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3047}, primaryClass={cs.OH} }
saha2008step-up
arxiv-2747
0802.3048
Gas Damping Coefficient Research for MEMS Comb Linear Vibration Gyroscope
<|reference_start|>Gas Damping Coefficient Research for MEMS Comb Linear Vibration Gyroscope: Silicon-MEMS gyroscope is an important part of MEMS (Micro Electrical Mechanical System). There are some disturb ignored in traditional gyroscope that must be evaluated newly because of its smaller size (reach the level of micron). In these disturb, the air pressure largely influences the performance of MEMS gyroscope. Different air pressure causes different gas damping coefficient for the MEMS comb linear vibration gyroscope and different gas damping coefficient influences the quality factor of the gyroscope directive. The quality factor influences the dynamic working bandwidth of the MEMS comb linear vibration gyroscope, so it is influences the output characteristic of the MEMS comb linear vibration gyroscope. The paper shows the relationship between the air pressure and the output amplified and phase of the detecting axis through analyzing the air pressure influence on the MEMS comb linear vibration gyroscope. It discusses the influence on the frequency distribute and quality factor of the MEMS comb linear vibration gyroscope for different air pressure.<|reference_end|>
arxiv
@article{qiufen2008gas, title={Gas Damping Coefficient Research for MEMS Comb Linear Vibration Gyroscope}, author={G. Qiufen, G. Yuansheng, S. Feng, L. Fuqiang}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3048}, primaryClass={cs.OH} }
qiufen2008gas
arxiv-2748
0802.3049
Comparison of Two Low-Power Electronic Interfaces for Capacitive Mems Sensors
<|reference_start|>Comparison of Two Low-Power Electronic Interfaces for Capacitive Mems Sensors: The paper discusses the importance and the issues of interfacing capacitive sensors. Two architectures applicable for interfacing capacitive sensors are presented. The first solution was designed to interface a capacitive humidity sensor designed and built for a humidity-dependent monolithic capacitor developed at Budapest University of Technology and Economics. The second case presents the possible read-out solutions for a SOI-MEMS accelerometer. Both of the architectures were built and tested in a discrete implementation to qualify the methods before the integrated realization. The paper presents a detailed comparison of the two methods<|reference_end|>
arxiv
@article{nagy2008comparison, title={Comparison of Two Low-Power Electronic Interfaces for Capacitive Mems Sensors}, author={G. Nagy, Z. Szucs, S. Hodossy, M. Rencz, A. Poppe}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3049}, primaryClass={cs.OH} }
nagy2008comparison
arxiv-2749
0802.3050
High Efficiency 3-Phase Cmos Rectifier with Step Up and Regulated
<|reference_start|>High Efficiency 3-Phase Cmos Rectifier with Step Up and Regulated: This paper presents several design issues related to the monolithic integration of a 3-phase AC to DC low voltage, low power rectifier for 3-phase micro source electrical conditioning. Reduced input voltage operation (down to 1V), high efficiency, and output voltage regulations are implemented, based on commercially available CMOS technology. Global design and system issues are detailed. The management of start-up sequences under self supplied conditions as well as output voltage regulations are specifically addressed. Simulation results, practical implementation and validation are presented. They are based on the association of three micro elements : a 3-phase micro-generator, a stand alone 3-phase AC to DC integrated rectifier, and an output voltage conditioner based on a commercially available IC.<|reference_end|>
arxiv
@article{crebier2008high, title={High Efficiency 3-Phase Cmos Rectifier with Step Up and Regulated}, author={J.-C. Crebier (G2ELab), Y. Lembeye (G2ELab), H. Raisigel (G2ELab), O. Deleage (G2ELab), J. Delamare (G2ELab), O. Cugat (G2ELab)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3050}, primaryClass={cs.OH} }
crebier2008high
arxiv-2750
0802.3051
Silicon on Nothing Mems Electromechanical Resonator
<|reference_start|>Silicon on Nothing Mems Electromechanical Resonator: The very significant growth of the wireless communication industry has spawned tremendous interest in the development of high performances radio frequencies (RF) components. Micro Electro Mechanical Systems (MEMS) are good candidates to allow reconfigurable RF functions such as filters, oscillators or antennas. This paper will focus on the MEMS electromechanical resonators which show interesting performances to replace SAW filters or quartz reference oscillators, allowing smaller integrated functions with lower power consumption. The resonant frequency depends on the material properties, such as Young's modulus and density, and on the movable mechanical structure dimensions (beam length defined by photolithography). Thus, it is possible to obtain multi frequencies resonators on a wafer. The resonator performance (frequency, quality factor) strongly depends on the environment, like moisture or pressure, which imply the need for a vacuum package. This paper will present first resonator mechanisms and mechanical behaviors followed by state of the art descriptions with applications and specifications overview. Then MEMS resonator developments at STMicroelectronics including FEM analysis, technological developments and characterization are detailed.<|reference_end|>
arxiv
@article{durand2008silicon, title={Silicon on Nothing Mems Electromechanical Resonator}, author={C. Durand (ST-Crolles, Leti, Iemn), F. Casset (LETI), P. Ancey (ST-Crolles), F. Judong (ST-Crolles), A. Talbot (ST-Crolles), R. Quenouillere (LETI), D. Renaud (LETI), S. Borel (LETI), B. Florin (LETI), L. Buchaillot (IEMN)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3051}, primaryClass={cs.OH} }
durand2008silicon
arxiv-2751
0802.3052
Copper Planar Microcoils Applied to Magnetic Actuation
<|reference_start|>Copper Planar Microcoils Applied to Magnetic Actuation: Recent advances in microtechnology allow realization of planar microcoils. These components are integrated in MEMS as magnetic sensor or actuator. In the latter case, it is necessary to maximize the effective magnetic field which is proportional to the current passing through the copper track and depends on the distance to the generation microcoil. The aim of this work was to determine the optimal microcoil design configuration for magnetic field generation. The results were applied to magnetic actuation, taking into account technological constraints. In particular, we have considered different realistic configurations that involve a magnetically actuated device coupled to a microcoil. Calculations by a semi-analytical method using Matlab software were validated by experimental measurements. The copper planar microcoils are fabricated by U.V. micromoulding on different substrates: flexible polymer (Kapton) and silicate on silicon. They are constituted by a spiral-like continuous track. Their total surface is about 1 mm2.<|reference_end|>
arxiv
@article{moulin2008copper, title={Copper Planar Microcoils Applied to Magnetic Actuation}, author={J. Moulin (IEF), M. Woytasik (IEF), E. Martincic (IEF), E. Dufour-Gergam (IEF)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3052}, primaryClass={cs.OH} }
moulin2008copper
arxiv-2752
0802.3053
Ni-MH battery modelling for ambient intelligence applications
<|reference_start|>Ni-MH battery modelling for ambient intelligence applications: Mobile devices, like sensor networks and MEMS actuators use mobile power supplies to ensure energy for their operation. These are mostly batteries. The lifetime of the devices depends on the power consumption and on the quality and capacitance of the battery. Though the integrated circuits and their power consumption improve continually, their clock frequency also increases with the time, and the resultant power consumption seems not to vary, or slightly increase. On the other hand, the properties of batteries are developing much slower, necessitating the optimization of their usage on system level.<|reference_end|>
arxiv
@article{szente-varga2008ni-mh, title={Ni-MH battery modelling for ambient intelligence applications}, author={D. Szente-Varga, D. Horvath, M. Rencz}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3053}, primaryClass={cs.OH} }
szente-varga2008ni-mh
arxiv-2753
0802.3054
Analysis of polysilicon micro beams buckling with temperature-dependent properties
<|reference_start|>Analysis of polysilicon micro beams buckling with temperature-dependent properties: The suspended electrothermal polysilicon micro beams generate displacements and forces by thermal buckling effects. In the previous electro-thermal and thermo-elastic models of suspended polysilicon micro beams, the thermo-mechanical properties of polysilicon have been considered constant over a wide rang of temperature (20- 900 degrees C). In reality, the thermo-mechanical properties of polysilicon depend on temperature and change significantly at high temperatures. This paper describes the development and validation of theoretical and Finite Element Model (FEM) including the temperature dependencies of polysilicon properties such as thermal expansion coefficient and Young's modulus. In the theoretical models, two parts of elastic deflection model and thermal elastic model of micro beams buckling have been established and simulated. Also, temperature dependent buckling of polysilicon micro beam under high temperature has been modeled by Finite Element Analysis (FEA). Analytical results and numerical results using FEA are compared with experimental data available in literature. Their reasonable agreement validates analytical model and FEM. This validation indicates the importance of including temperature dependencies of polysilicon thermo-mechanical properties such as Coefficient of Thermal Expansion (CTE) in the previous models.<|reference_end|>
arxiv
@article{shamshirsaz2008analysis, title={Analysis of polysilicon micro beams buckling with temperature-dependent properties}, author={M. Shamshirsaz, M. Bahrami, M.B. Asgari, M. Tayefeh}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3054}, primaryClass={cs.OH} }
shamshirsaz2008analysis
arxiv-2754
0802.3055
Parameter Identification of Pressure Sensors by Static and Dynamic Measurements
<|reference_start|>Parameter Identification of Pressure Sensors by Static and Dynamic Measurements: Fast identification methods of pressure sensors are investigated. With regard to a complete accurate sensor parameter identification two different measurement methods are combined. The approach consists on one hand in performing static measurements - an applied pressure results in a membrane deformation measured interferometrically and the corresponding output voltage. On the other hand optical measurements of the modal responses of the sensor membranes are performed. This information is used in an inverse identification algorithm to identify geometrical and material parameters based on a FE model. The number of parameters to be identified is thereby generally limited only by the number of measurable modal frequencies. A quantitative evaluation of the identification results permits furthermore the classification of processing errors like etching errors. Algorithms and identification results for membrane thickness, intrinsic stress and output voltage will be discussed in this contribution on the basis of the parameter identification of relative pressure sensors.<|reference_end|>
arxiv
@article{michael2008parameter, title={Parameter Identification of Pressure Sensors by Static and Dynamic Measurements}, author={S. Michael, S. Kurth, J. Klattenhoff, H. Geissler, S. Hering}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3055}, primaryClass={cs.OH} }
michael2008parameter
arxiv-2755
0802.3056
New Horizontal Frustum Optical Waveguide Fabrication Using UV Proximity Printing
<|reference_start|>New Horizontal Frustum Optical Waveguide Fabrication Using UV Proximity Printing: This paper presents a novel method to fabricate the horizontal frustum structure as a planar optical waveguide by using the proximity printing technique. A horizontal frustum optical waveguide with a both lateral and vertical taper structure was produced. The orthogonal and inclined masks with the diffraction effect were employed in lithography process. This method can precisely control each horizontal frustum optical waveguide geometric profile in the fabrication process. The horizontal frustum optical waveguide and its array with the same inclined angle were generated. The beam propagation simulation software (BPM_CAD) was used to modeling the optical performance. The simulation results reveal that the mode profile matched into horizontal frustum optical waveguide and fiber from the laser diode. The optical loss of horizontal hemi-frustum structure of optical waveguides was less than 0.2dB. The horizontal hemifrustum waveguide will be used for fiber coupling on boards for further optical communication systems.<|reference_end|>
arxiv
@article{lin2008new, title={New Horizontal Frustum Optical Waveguide Fabrication Using UV Proximity Printing}, author={T.-H. Lin, H. Yang, Ruey Fang Shyu, C.-K. Chao}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3056}, primaryClass={cs.OH} }
lin2008new
arxiv-2756
0802.3057
A Fully Parameterized Fem Model for Electromagnetic Optimization of an RF Mems Wafer Level Package
<|reference_start|>A Fully Parameterized Fem Model for Electromagnetic Optimization of an RF Mems Wafer Level Package: In this work, we present a fully parameterized capped transmission line model for electromagnetic optimization of a wafer level package (WLP) for RF MEMS applications using the Ansoft HFSS-TM electromagnetic simulator. All the degrees of freedom (DoF's) in the package fabrication can be modified within the model in order to optimize for losses and mismatch (capacitive and inductive couplings) introduced by the cap affecting the MEMS RF behaviour. Ansoft HFSS-TM was also validated for the simulation of capped RF MEMS devices by comparison against experimental data. A test run of capped 50 transmission lines and shorts was fabricated and tested.<|reference_end|>
arxiv
@article{iannacci2008a, title={A Fully Parameterized Fem Model for Electromagnetic Optimization of an RF Mems Wafer Level Package}, author={J. Iannacci, J. Tian, R. Gaddi, A. Gnudi, M. Bartek}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3057}, primaryClass={cs.OH} }
iannacci2008a
arxiv-2757
0802.3059
Development of a Nanostructual Microwave Probe Based on GaAs
<|reference_start|>Development of a Nanostructual Microwave Probe Based on GaAs: With the development of nanotechnology, the measurement of electrical properties in local area of materials and devices has become a great need. Although a lot kind of scanning probe microscope have been developed for satisfying the requirement of nanotechnology, a microscope technique which can determine electrical properties in local area of materials and devices is not yet developed. Recently, microwave microscope has been an interest to many researchers, due to its potential in the evaluation of electrical properties of materials and devices. The advance of microwave is that the response of materials is directly relative to the electromagnetic properties of materials. However, because of the problem of the structure of probes, nanometer-scale resolution has not been successful. To achieve the goal, a new structure microwave probe is required. In this paper, we report a nanostructural microwave probe. To restrain the attenuation of microwave in the probe, GaAs was used as the substrate of the probe. To obtain the desired structure, wet etching was used to fabricate the probe. Different with the dry etching, a side-etching will occur under the etching mask. Utilizing this property, a micro tip can be fabricated by etching a wafer, of which a small mask was introduced on the surface in advance.<|reference_end|>
arxiv
@article{ju2008development, title={Development of a Nanostructual Microwave Probe Based on GaAs}, author={Y. Ju, T. Kobayashi, H. Soyama}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3059}, primaryClass={cs.OH} }
ju2008development
arxiv-2758
0802.3060
Characterisation of an Electrostatic Vibration Harvester
<|reference_start|>Characterisation of an Electrostatic Vibration Harvester: Harvesting energy from ambient vibration is proposed as an alternative to storage based power supplies for autonomous systems. The system presented converts the mechanical energy of a vibration into electrical energy by means of a variable capacitor, which is polarized by an electret. A lumped element model is used to study the generator and design a prototype. The device has been micromachined in silicon, based on a two-wafer process. The prototype was successfully tested, both using an external polarization source and an electret.<|reference_end|>
arxiv
@article{sterken2008characterisation, title={Characterisation of an Electrostatic Vibration Harvester}, author={T. Sterken, Geert Altena, P. Fiorini, R. Puers}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3060}, primaryClass={cs.OH} }
sterken2008characterisation
arxiv-2759
0802.3061
Surface Generation Analysis in Micro End-Milling Considering the Influences of Grain
<|reference_start|>Surface Generation Analysis in Micro End-Milling Considering the Influences of Grain: Micro end-milling method is a universal micro manufacturing method, which can be used to fabricating complex 3D structures and parts with many materials. But compared with their micrometer order size, their surface roughness quality is not satisfied. In this paper, the different metal phase grains influences are researched, and the micro end-milling process is described while the material is anisotropic. In this paper, the physical characteristics of different grains, especially friction coefficient and elastic module, are very critical to determine the chip formation process and surface generation. The chip is often discontinues because of the grain boundary effect. Through the micro end-milling experiment, the bottom surface results correlate very well with the theory analysis.<|reference_end|>
arxiv
@article{wang2008surface, title={Surface Generation Analysis in Micro End-Milling Considering the Influences of Grain}, author={J. Wang (LGIPM), Y. Gong, G. Abba (LGIPM), Kui Chen, J. Shi, G. Cai}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3061}, primaryClass={cs.OH} }
wang2008surface
arxiv-2760
0802.3062
An Integrated Circuit Compatible Compact Package for Thermal Gas Flowmeters
<|reference_start|>An Integrated Circuit Compatible Compact Package for Thermal Gas Flowmeters: An original packaging method suitable for integrated thermal mass flow sensors is presented. The method consists in the application of a plastic transparent adapter to the chip surface. The adapter is sealed to the chip surface by means of a thermal procedure. By this approach it is possible to selectively convey the fluid flow to reduced chip areas, avoiding contact with the pads. Fabrication and testing of a very compact flow sensor is described.<|reference_end|>
arxiv
@article{bruschi2008an, title={An Integrated Circuit Compatible Compact Package for Thermal Gas Flowmeters}, author={P. Bruschi, V. Nurra}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3062}, primaryClass={cs.OH} }
bruschi2008an
arxiv-2761
0802.3063
A High Power Density Electrostatic Vibration-to-Electric Energy Converter Based On An In-Plane Overlap Plate (IPOP) Mechanism
<|reference_start|>A High Power Density Electrostatic Vibration-to-Electric Energy Converter Based On An In-Plane Overlap Plate (IPOP) Mechanism: In this paper, design, fabrication and characterization issues of a bulk silicon-based, vibration powered, electric energy generator are addressed. The converter is based on an In-Plane Overlap Plate (IPOP) configuration [1]. Measurements have shown that with a theoretically lossless electronics and a starting voltage of 5 V, power density of 58 $\mu$W/cm3 is achievable at the resonance frequency of 290 Hz. It can be further improved by reducing the parasitic capacitance, which can be achieved by silicon etching, but a considerable mass is lost. In [2], it is shown that 19% of mass reduction improves power density from 12.95 $\mu$W/cm3 to 59 $\mu$W/cm3. Hence an enhancement in fabrication process is proposed, which is termed as Backside DRIE. It helps in increasing power density without loosing an important quantity of mass. Simulations have shown that 2.5% of mass removal improves power density up to 76.71 $\mu$W/cm3. Initial simulation results and problems of associated electronics are also discussed.<|reference_end|>
arxiv
@article{paracha2008a, title={A High Power Density Electrostatic Vibration-to-Electric Energy Converter Based On An In-Plane Overlap Plate (IPOP) Mechanism}, author={A.M. Paracha (ESYCOM-Esiee), Ph. Basset (ESYCOM-Esiee), F. Marty (ESYCOM-Esiee), A. Vaisman Chasin (ESYCOM-Esiee), P. Poulichet (ESYCOM-Esiee), T. Bourouina (ESYCOM-Esiee)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3063}, primaryClass={cs.OH} }
paracha2008a
arxiv-2762
0802.3064
Formation of Embedded Microstructures by Thermal Activated Solvent Bonding
<|reference_start|>Formation of Embedded Microstructures by Thermal Activated Solvent Bonding: We present a thermal activated solvent bonding technique for the formation of embedded microstrucutres in polymer. It is based on the temperature dependent solubility of polymer in a liquid that is not a solvent at room temperature. With thermal activation, the liquid is transformed into a solvent of the polymer, creating a bonding capability through segmental or chain interdiffusion at the bonding interface. The technique has advantages over the more commonly used thermal bonding due to its much lower operation temperature (30 degrees C lower than the material's Tg), lower load, as well as shorter time. Lap shear test indicated bonding shear strength of up to 2.9 MPa. Leak test based on the bubble emission technique showed that the bonded microfluidic device can withstand at least 6 bars (87 psi) of internal pressure (gauge) in the microchannel. This technique can be applied to other systems of polymer and solvent.<|reference_end|>
arxiv
@article{ng2008formation, title={Formation of Embedded Microstructures by Thermal Activated Solvent Bonding}, author={S.H. Ng, R.T. Tjeung, Z.F. Wang, A.C.W. Lu, I. Rodriguez, N. De Rooij}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3064}, primaryClass={cs.OH} }
ng2008formation
arxiv-2763
0802.3065
Design and Modeling of Micromechanical GaAs based Hot Plate for Gas Sensors
<|reference_start|>Design and Modeling of Micromechanical GaAs based Hot Plate for Gas Sensors: For modern Gas sensors, high sensitivity and low power are expected. This paper discusses design, simulation and fabrication of new Micromachined Thermal Converters (MTCs) based on GaAs developed for Gas sensors. Metal oxide gas sensors generally work in high temperature mode that is required for chemical reactions to be performed between molecules of the specified gas and the surface of sensing material. There is a low power consumption required to obtain the operation temperatures in the range of 200 to 500 oC. High thermal isolation of these devices solves consumption problem and can be made by designing of free standing micromechanical hot plates. Mechanical stability and a fast thermal response are especially significant parameters that can not be neglected. These characteristics can be achieved with new concept of GaAs thermal converter.<|reference_end|>
arxiv
@article{jakovenko2008design, title={Design and Modeling of Micromechanical GaAs based Hot Plate for Gas Sensors}, author={J. Jakovenko, M. Husak, T. Lalinskytfh, M. Drzik, G. Vanko}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3065}, primaryClass={cs.OH} }
jakovenko2008design
arxiv-2764
0802.3066
Set-up and characterization of a humidity sensor realized in LTCC-technology
<|reference_start|>Set-up and characterization of a humidity sensor realized in LTCC-technology: A new type of integrated temperature and humidity sensor applying LTCC-technology has been developed and characterized. In this approach, sensing elements are implemented using heated metal resistors (Pt-elements), where one is exposed to the humid environment that causes the sensor element to cool down with increased humidity, while the other one is sealed from the environment. Sensor design is based on FEA (Finite Element Analyses) where the critical design parameters have been analyzed with regard to the performance characteristic of the device. The set-up of sensor element will be shown and the functional capability will be demonstrated by experimental results.<|reference_end|>
arxiv
@article{smetana2008set-up, title={Set-up and characterization of a humidity sensor realized in LTCC-technology}, author={W. Smetana, M. Unger}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3066}, primaryClass={cs.OH} }
smetana2008set-up
arxiv-2765
0802.3067
Micromachined Polycrystalline Sige-Based Thermopiles for Micropower Generation on Human Body
<|reference_start|>Micromachined Polycrystalline Sige-Based Thermopiles for Micropower Generation on Human Body: This paper presents a polycrystalline silicon germanium (poly-SiGe) thermopile specially designed for thermoelectric generators used on human body. Both the design of the single thermocouple and the arrangement of the thermocouple array have been described. A rim structure has been introduced in order to increase the temperature difference across the thermocouple junctions. The modeling of the thermocouple and the thermopile has been performed analytically and numerically. An output power of about 1 $\mu$W at an output voltage of more than 1 V is expected from the current design of thermopiles in a watch-size generator. The key material properties of the poly-SiGe have been measured. The thermopile has been fabricated and tested. Experimental results clearly demonstrate the advantage of the rim structure in increasing output voltage. In presence of forced convection, the output voltage of a non-released thermopile can increase from about 53 mV/K/cm2 to about 130 mV/K/cm2 after the rim structure is formed. A larger output voltage from the thermopile is expected upon process completion.<|reference_end|>
arxiv
@article{wang2008micromachined, title={Micromachined Polycrystalline Sige-Based Thermopiles for Micropower Generation on Human Body}, author={Z. Wang, V. Leonov, P. Fiorini, C. Van Hoof}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3067}, primaryClass={cs.OH} }
wang2008micromachined
arxiv-2766
0802.3068
Silicon microneedles array with biodegradable tips for transdermal drug delivery
<|reference_start|>Silicon microneedles array with biodegradable tips for transdermal drug delivery: This paper presents the fabrication process, characterization results and basic functionality of silicon microneedles array with biodegradable tips. In order to avoid the main problems related to silicon microneedles : broking of the top part of the needles inside the skin, a simple solution can be fabrication of microneedles array with biodegradable tips. The silicon microneedles array was fabricated by using reactive ion etching while the biodegradable tips were performed using and anodization process that generates selectively porous silicon only on the top part of the skin. The paper presents also the results of in vitro release of calcein using microneedles array with biodegradable tips<|reference_end|>
arxiv
@article{chen2008silicon, title={Silicon microneedles array with biodegradable tips for transdermal drug delivery}, author={B. Chen, J. Wei, Francis Tay, Y.T. Wong, C. Iliescu}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3068}, primaryClass={cs.OH} }
chen2008silicon
arxiv-2767
0802.3069
2-D Analysis of Enhancement of Analytes Adsorption Due to Flow Stirring by Electrothermal Force in The Microcantilever Sensor
<|reference_start|>2-D Analysis of Enhancement of Analytes Adsorption Due to Flow Stirring by Electrothermal Force in The Microcantilever Sensor: Ac electrokinetic flows are commonly used for manipulating micron-scale particles in a biosensor system. At the solid-liquid state there are two kinds of processes in the reaction between analytes and ligands: the mass transport process and the chemical reaction process. The mass transport process is related to convection and diffusion. Total or partial limit of mass transport would retard the diffusion from the bulk fluid to the interface of reaction. This effect decreases the possibility of adsorption of analyte and ligand because the chemical reaction is faster than the diffusion. In order to solve this problem, we apply an ac electric field to induce a vortex field by the electrothermal effect, which helps in increasing the rate of diffusion. By using the finite element analysis software, COMSOL Multiphysics, we optimized several parameters of the microelectrode structures and the position of the reacting surface, i.e. the microcantilever, by a simplified 2-D model and a 3-D model. It is successful in accelerating the reacting rate of the molecule which is limited by mass transport. The factor of the efficiency is about 1.429 when the operating voltage is 15 Vrms peak-to-peak. In addition, the surface concentration of the complex on the microcantilever has been simulated.<|reference_end|>
arxiv
@article{wu20082-d, title={2-D Analysis of Enhancement of Analytes Adsorption Due to Flow Stirring by Electrothermal Force in The Microcantilever Sensor}, author={M.C. Wu, J.S. Chang, C.-K. Yang}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3069}, primaryClass={cs.OH} }
wu20082-d
arxiv-2768
0802.3070
Development and Application of a Diaphragm Micro-Pump with Piezoelectric Device
<|reference_start|>Development and Application of a Diaphragm Micro-Pump with Piezoelectric Device: In this study, a new type of thin, compact, and light weighed diaphragm micro-pump has been successfully developed to actuate the liquid by the vibration of a diaphragm. The micro-diaphragm pump with two valves is fabricated in an aluminum case by using highly accurate CNC machine, and the cross-section dimension is 5mm x 8mm. Both valves and diaphragm are manufactured from PDMS. The amplitude of vibration by a piezoelectric device produces an oscillating flow which may change the chamber volume by changing the curvature of a diaphragm. Several experimental set-ups for performance test in a single micro-diaphragm pump, isothermal flow open system, and a closed liquid cooling system is designed and implemented. The performance of one-side actuating micro-diaphragm pump is affected by the design of check valves, diaphragm, piezoelectric device, chamber volume, input voltage and frequency. The measured maximum flow rate of present design is 72 ml/min at zero total pump head in the range of operation frequency 70-180 Hz.<|reference_end|>
arxiv
@article{ma2008development, title={Development and Application of a Diaphragm Micro-Pump with Piezoelectric Device}, author={H.K. Ma, B.R. Hou, H.Y. Wu, C.Y. Lin, J.J. Gao, M.C. Kou}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3070}, primaryClass={cs.OH} }
ma2008development
arxiv-2769
0802.3071
Simulation of valveless micropump and mode analysis
<|reference_start|>Simulation of valveless micropump and mode analysis: In this work, a 3-D simulation is performed to study for the solid-fluid coupling effect driven by piezoelectric materials and utilizes asymmetric obstacles to control the flow direction. The result of simulation is also verified. For a micropump, it is crucial to find the optimal working frequency which produce maximum net flow rate. The PZT plate vibrates under the first mode, which is symmetric. Adjusting the working frequency, the maximum flow rate can be obtained. For the micrpump we studied, the optimal working frequency is 3.2K Hz. At higher working frequency, say 20K Hz, the fluid-solid membrane may come out a intermediate mode, which is different from the first mode and the second mode. It is observed that the center of the mode drifts. Meanwhile, the result shows that a phase shift lagging when the excitation force exists in the vibration response. Finally, at even higher working frequency, say 30K Hz, a second vibration mode is observed.<|reference_end|>
arxiv
@article{lan2008simulation, title={Simulation of valveless micropump and mode analysis}, author={W.P. Lan, J.S. Chang, K.C. Wu, Y.C. Shih}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, Lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3071}, primaryClass={cs.OH} }
lan2008simulation
arxiv-2770
0802.3072
Enhanced Sensing Characteristics in MEMS-based Formaldehyde Gas Sensor
<|reference_start|>Enhanced Sensing Characteristics in MEMS-based Formaldehyde Gas Sensor: This study has successfully demonstrated a novel self-heating formaldehyde gas sensor based on a thin film of NiO sensing layer. A new fabrication process has been developed in which the Pt micro heater and electrodes are deposited directly on the substrate and the NiO thin film is deposited above on the micro heater to serve as sensing layer. Pt electrodes are formed below the sensing layer to measure the electrical conductivity changes caused by formaldehyde oxidation at the oxide surface. Furthermore, the upper sensing layer and NiO/Al2O3 co-sputtering significantly increases the sensitivity of the gas sensor, improves its detection limit capability. The microfabricated formaldehyde gas sensor presented in this study is suitable not only for industrial process monitoring, but also for the detection of formaldehyde concentrations in buildings in order to safeguard human health.<|reference_end|>
arxiv
@article{wang2008enhanced, title={Enhanced Sensing Characteristics in MEMS-based Formaldehyde Gas Sensor}, author={Yu-Hsiang Wang, C.-C. Hsiao, Chia-Yen Lee, R.-H. Ma, Po-Cheng Chou}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3072}, primaryClass={cs.OH} }
wang2008enhanced
arxiv-2771
0802.3073
Mems Q-Factor Enhancement Using Parametric Amplification: Theoretical Study and Design of a Parametric Device
<|reference_start|>Mems Q-Factor Enhancement Using Parametric Amplification: Theoretical Study and Design of a Parametric Device: Parametric amplification is an interesting way of artificially increasing a MEMS Quality factor and could be helpful in many kinds of applications. This paper presents a theoretical study of this principle, based on Matlab/Simulink simulations, and proposes design guidelines for parametric structures. A new device designed with this approach is presented together with the corresponding FEM simulation results.<|reference_end|>
arxiv
@article{grasser2008mems, title={Mems Q-Factor Enhancement Using Parametric Amplification: Theoretical Study and Design of a Parametric Device}, author={L. Grasser (IEF), H. Mathias (IEF), F. Parrain (IEF), X. Le Roux (IEF), J.-P. Gilles (IEF)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3073}, primaryClass={cs.OH} }
grasser2008mems
arxiv-2772
0802.3074
Biodegradable Polylactic Acid (PLA) Microstructures for Scaffold Applications
<|reference_start|>Biodegradable Polylactic Acid (PLA) Microstructures for Scaffold Applications: In this research, we present a simple and cost effective soft lithographic process to fabricate PLA scaffolds for tissue engineering. In which, the negative photoresist JSR THB-120N was spun on a glass subtract followed by conventional UV lithographic processes to fabricate the master to cast the PDMS elastomeric mold. A thin poly(vinyl alcohol) (PVA) layer was used as a mode release such that the PLA scaffold can be easily peeled off. The PLA precursor solution was then cast onto the PDMS mold to form the PLA microstructures. After evaporating the solvent, the PLA microstructures can be easily peeled off from the PDMS mold. Experimental results show that the desired microvessels scaffold can be successfully transferred to the biodegradable polymer PLA.<|reference_end|>
arxiv
@article{wang2008biodegradable, title={Biodegradable Polylactic Acid (PLA) Microstructures for Scaffold Applications}, author={G.-J. Wang, K.-H. Ho, C.-C. Hsueh}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3074}, primaryClass={cs.OH} }
wang2008biodegradable
arxiv-2773
0802.3075
Solving functional reliability issue for an optical electrostatic switch
<|reference_start|>Solving functional reliability issue for an optical electrostatic switch: In this paper, we report the advantage of using AC actuating signal for driving MEMS actuators instead of DC voltages. The study is based upon micro mirror devices used in digital mode for optical switching operation. When the pull-in effect is used, charge injection occurs when the micro mirror is maintained in the deflected position. To avoid this effect, a geometrical solution is to realize grounded landing electrodes which are electro-statically separated from the control electrodes. Another solution is the use of AC signal which eliminates charge injection particularly if a bipolar signal is used. Long term experiments have demonstrated the reliability of such a signal command to avoid injection of electric charges.<|reference_end|>
arxiv
@article{camon2008solving, title={Solving functional reliability issue for an optical electrostatic switch}, author={H. Camon (LAAS), C. Ganibal (LAAS), N. Rapahoz, M. Trzmiel, C. Pisella, C. Martinez (LETI), K. Gilbert (LETI), S. Valette (LETI)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3075}, primaryClass={cs.OH} }
camon2008solving
arxiv-2774
0802.3076
Identification of Test Structures for Reduced Order Modeling of the Squeeze Film Damping in Mems
<|reference_start|>Identification of Test Structures for Reduced Order Modeling of the Squeeze Film Damping in Mems: In this study the dynamic behaviour of perforated microplates oscillating under the effect of squeeze film damping is analyzed. A numerical approach is adopted to predict the effects of damping and stiffness transferred from the surrounding ambient air to oscillating structures ; the effect of hole's cross section and plate's extension is observed. Results obtained by F.E.M. models are compared with experimental measurements performed by an optical interferometric microscope.<|reference_end|>
arxiv
@article{soma2008identification, title={Identification of Test Structures for Reduced Order Modeling of the Squeeze Film Damping in Mems}, author={A. Soma, G. De Pasquale}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3076}, primaryClass={cs.OH} }
soma2008identification
arxiv-2775
0802.3077
Out-of-Plane Cmos Compatible Magnetometers
<|reference_start|>Out-of-Plane Cmos Compatible Magnetometers: Three-dimensional MEMS magnetometers with use of residual stresses in thin multilayers cantilevers are presented. Half-loop cantilevers based on Lorentz-force deflection convert magnetic flux in changes, thanks to piezoresistive transducers mounted in Wheatstone bridge. Magnetic field in the order of 10 Gauss was measured with a sensitivity of 0.015 mV/Gauss. A Finite Element Model of the device has been developed with Ansys for static and dynamic simulations. Novel out-of-plane ferromagnetic nickel plate magnetometer is also presented.<|reference_end|>
arxiv
@article{ghorba2008out-of-plane, title={Out-of-Plane Cmos Compatible Magnetometers}, author={M. El Ghorba, N. Andr'e, S. Sobieski, J.-P. Raskin}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3077}, primaryClass={cs.OH} }
ghorba2008out-of-plane
arxiv-2776
0802.3078
Tuneable Capacitor based on dual picks profile of the sacrificial layer
<|reference_start|>Tuneable Capacitor based on dual picks profile of the sacrificial layer: In this paper, we present a novel dual gap tuneable capacitor process based on the profile of the sacrificial layer. This profile involves a tri-layer photo-resist process with only one mask level. This realization is based on a special profile of the sacrificial layer designed by two picks. The mechanism of the sacrificial layer realisation is dependent on resist thickness, resist formulation (viscosity, type of polymer and/or solvent, additives...), design of the patterned layer (size or width) and the conditions under which this layer is prepared: thermal treatment, etch back processes... In this communication we demonstrate influence of the later parameters and discuss how a dual pick profile was achieved.<|reference_end|>
arxiv
@article{soulimane2008tuneable, title={Tuneable Capacitor based on dual picks profile of the sacrificial layer}, author={S. Soulimane (LETI), F. Casset (LETI), F. Chapuis (LETI), P.-L. Charvet (LETI), M. a"id (LETI)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3078}, primaryClass={cs.OH} }
soulimane2008tuneable
arxiv-2777
0802.3079
Reduced 30% scanning time 3D multiplexer integrated circuit applied to large array format 20KHZ frequency inkjet print heads
<|reference_start|>Reduced 30% scanning time 3D multiplexer integrated circuit applied to large array format 20KHZ frequency inkjet print heads: Enhancement of the number and array density of nozzles within an inkjet head chip is one of the keys to raise the printing speed and printing resolutions. However, traditional 2D architecture of driving circuits can not meet the requirement for high scanning speed and low data accessing points when nozzle numbers greater than 1000. This paper proposes a novel architecture of high-selection-speed three-dimensional data registration for inkjet applications. With the configuration of three-dimensional data registration, the number of data accessing points as well as the scanning lines can be greatly reduced for large array inkjet printheads with nozzles numbering more than 1000. This IC (Integrated Circuit) architecture involves three-dimensional multiplexing with the provision of a gating transistor for each ink firing resistor, where ink firing resistors are triggered only by the selection of their associated gating transistors. Three signals: selection (S), address (A), and power supply (P), are employed together to activate a nozzle for droplet ejection. The smart printhead controller has been designed by a 0.35 um CMOS process with a total circuit area, 2500 x 500 microm2, which is 80% of the cirucuit area by 2D configuration for 1000 nozzles. Experiment results demonstrate the functionality of the fabricated IC in operation, signal transmission and a potential to control more than 1000 nozzles with only 31 data access points and reduced 30% scanning time.<|reference_end|>
arxiv
@article{liou2008reduced, title={Reduced 30% scanning time 3D multiplexer integrated circuit applied to large array format 20KHZ frequency inkjet print heads}, author={J.-C. Liou, F.-G. Tseng}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3079}, primaryClass={cs.OH} }
liou2008reduced
arxiv-2778
0802.3080
Analysis of Asymmetric Piezoelectric Composite Beam
<|reference_start|>Analysis of Asymmetric Piezoelectric Composite Beam: This paper deals with the vibration analysis of an asymmetric composite beam composed of glass a piezoelectric material. The Bernoulli's beam theory is adopted for mechanical deformations, and the electric potential field of the piezoelectric material is assumed such that the divergence-free requirement of the electrical displacements is satisfied. The accuracy of the analytic model is assessed by comparing the resonance frequencies obtained by the analytic model with those obtained by the finite element method. The model developed can be used as a tool for designing piezoelectric actuators such as micro-pumps.<|reference_end|>
arxiv
@article{chen2008analysis, title={Analysis of Asymmetric Piezoelectric Composite Beam}, author={J.-S. Chen, S.-H. Chen, K.-C. Wu}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3080}, primaryClass={cs.OH} }
chen2008analysis
arxiv-2779
0802.3081
A High-Q Microwave MEMS Resonator
<|reference_start|>A High-Q Microwave MEMS Resonator: A High-Q microwave (K band) MEMS resonator is presented, which empolys substrate integrated waveguide (SIW) and micromachined via-hole arrays by ICP process. Nonradiation dielectric waveguide (NRD) is formed by metal filled via-hole arrays and grounded planes. The three dimensional (3D) high resistivity silicon substrate filled cavity resonator is fed by current probes using CPW line. This monolithic resonator results in low cost, high performance and easy integration with planar cicuits. The measured quality factor is beyond 180 and the resonance frequency is 21GHz.It shows a good agreement with the simulation results. The chip size is only 4.7mm x 4.6mm x 0.5mm. Finally, as an example of applications, a filter using two SIW resonators is designed.<|reference_end|>
arxiv
@article{jian2008a, title={A High-Q Microwave MEMS Resonator}, author={Z. Jian, Y. Yuanwei, Z. Yong, Chen Chen, J. Shixing}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3081}, primaryClass={cs.OH} }
jian2008a
arxiv-2780
0802.3082
Lamination And Microstructuring Technology for a Bio-Cell Multiwell array
<|reference_start|>Lamination And Microstructuring Technology for a Bio-Cell Multiwell array: Microtechnology becomes a versatile tool for biological and biomedical applications. Microwells have been established long but remained non-intelligent up to now. Merging new fabrication techniques and handling concepts with microelectronics enables to realize intelligent microwells suitable for future improved cancer treatment. The described technology depicts the basis for the fabrication of a elecronically enhanced microwell. Thin aluminium sheets are structured by laser micro machining and laminated successively to obtain registration tolerances of the respective layers of 5..10\^A$\mu$m. The microwells lasermachined into the laminate are with 50..80\^A$\mu$m diameter, allowing to hold individual cells within the well. The individual process steps are described and results on the microstructuring are given.<|reference_end|>
arxiv
@article{jung2008lamination, title={Lamination And Microstructuring Technology for a Bio-Cell Multiwell array}, author={E. Jung, D. Manessis, A. Neumann, L. Bottcher, T. Braun, J. Bauer, H. Reichl, B. Iafelice, F. Destro, R. Gambari}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3082}, primaryClass={cs.OH} }
jung2008lamination
arxiv-2781
0802.3083
Monotonic and fatigue testing of spring-bridged freestanding microbeams application for MEMS
<|reference_start|>Monotonic and fatigue testing of spring-bridged freestanding microbeams application for MEMS: Microelectromechanical systems (MEMS) technologies are developing rapidly with increasing study of the design, fabrication and commercialization of microscale systems and devices. Accurate knowledge on the mechanical behaviors of thin film materials used for MEMS is important for successful design and development of MEMS. Here a novel electroplating spring-bridge micro-tensile specimen integrates pin-pin align holes, misalignment compensate spring, load sensor beam and freestanding thin film is demonstrated and fabricated. The specimen is fit into a specially designed micro-mechanical apparatus to carry out a series of monotonic tensile testing on sub-micron freestanding thin films. Certain thin films applicable as structure or motion gears in MEMS were tested including sputtered gold, copper and tantalum nitride thin films. Metal specimens were fabricated by sputtering; for tantalum nitride film samples, nitrogen gas was introduced into the chamber during sputtering tantalum films on the silicon wafer. The sample fabrication method involves three steps of lithography and two steps of electroplating copper to hold a dog bone freestanding thin film. Using standard wet etching or lift off techniques, a series of microtensile specimens were patterned in metal thin films, holes, and seed layer for spring and frame structure on the underlying silicon oxide coated silicon substrate. Two steps of electroplating processing to distinct spring and frame portion of the test chip. Finally, chemical etched away the silicon oxide to separated electroplated specimen and silicon substrate.<|reference_end|>
arxiv
@article{lin2008monotonic, title={Monotonic and fatigue testing of spring-bridged freestanding microbeams application for MEMS}, author={Ming-Tzer Lin, K.-S. Shiu, Chi-Jia Tong}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3083}, primaryClass={cs.OH} }
lin2008monotonic
arxiv-2782
0802.3085
Profile Control of a Borosilicate-Glass Groove Formed by Deep Reactive Ion Etching
<|reference_start|>Profile Control of a Borosilicate-Glass Groove Formed by Deep Reactive Ion Etching: Deep reactive ion etching (DRIE) of borosilicate glass and profile control of an etched groove are reported. DRIE was carried out using an anodically bonded silicon wafer as an etching mask. We controlled the groove profile, namely improving its sidewall angle, by removing excessively thick polymer film produced by carbonfluoride etching gases during DRIE. Two fabrication processes were experimentally compared for effective removal of the film : DRIE with the addition of argon to the etching gases and a novel combined process in which DRIE and subsequent ultrasonic cleaning in DI water were alternately carried out. Both processes improved the sidewall angle, and it reached 85o independent of the mask-opening width. The results showed the processes can remove excessive polymer film on sidewalls. Accordingly, the processes are an effective way to control the groove profile of borosilicate glass.<|reference_end|>
arxiv
@article{akashi2008profile, title={Profile Control of a Borosilicate-Glass Groove Formed by Deep Reactive Ion Etching}, author={T. Akashi, Y. Yoshimura}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, doi={10.1088/0960-1317/18/10/105004}, archivePrefix={arXiv}, eprint={0802.3085}, primaryClass={cs.OH} }
akashi2008profile
arxiv-2783
0802.3086
Selection of High Strength Encapsulant for MEMS Devices Undergoing High Pressure Packaging
<|reference_start|>Selection of High Strength Encapsulant for MEMS Devices Undergoing High Pressure Packaging: Deflection behavior of several encapsulant materials under uniform pressure was studied to determine the best encapsulant for MEMS device. Encapsulation is needed to protect movable parts of MEMS devices during high pressure transfer molded packaging process. The selected encapsulant material has to have surface deflection of less than 5 ?m under 100 atm vertical loading. Deflection was simulated using CoventorWare ver.2005 software and verified with calculation results obtained using shell bending theory. Screening design was used to construct a systematic approach for selecting the best encapsulant material and thickness under uniform pressure up to 100 atm. Materials considered for this study were polyimide, parylene C and carbon based epoxy resin. It was observed that carbon based epoxy resin has deflection of less than 5 ?m for all thickness and pressure variations. Parylene C is acceptable and polyimide is unsuitable as high strength encapsulant. Carbon based epoxy resin is considered the best encapsulation material for MEMS under high pressure packaging process due to its high strength.<|reference_end|>
arxiv
@article{hamzah2008selection, title={Selection of High Strength Encapsulant for MEMS Devices Undergoing High Pressure Packaging}, author={A.A. Hamzah, Y. Husaini, Y. Husaini, B.Y. Majlis, I. Ahmad}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3086}, primaryClass={cs.OH} }
hamzah2008selection
arxiv-2784
0802.3087
A Two-Step Etching Method to Fabricate Nanopores in Silicon
<|reference_start|>A Two-Step Etching Method to Fabricate Nanopores in Silicon: A cost effectively method to fabricate nanopores in silicon by only using the conventional wet-etching technique is developed in this research. The main concept of the proposed method is a two-step etching process, including a premier double-sided wet etching and a succeeding track-etching. A special fixture is designed to hold the pre-etched silicon wafer inside it such that the track-etching can be effectively carried out. An electrochemical system is employed to detect and record the ion diffusion current once the pre-etched cavities are etched into a through nanopore. Experimental results indicate that the proposed method can cost effectively fabricate nanopores in silicon.<|reference_end|>
arxiv
@article{wang2008a, title={A Two-Step Etching Method to Fabricate Nanopores in Silicon}, author={G.-J. Wang, W.-Z. Chen, K.J. Chang}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3087}, primaryClass={cs.OH} }
wang2008a
arxiv-2785
0802.3088
A Reconfigurable Impedance Matching Network Employing RF-MEMS Switches
<|reference_start|>A Reconfigurable Impedance Matching Network Employing RF-MEMS Switches: We propose the design of a reconfigurable impedance matching network for the lower RF frequency band, based on a developed RF-MEMS technology. The circuit is composed of RF-MEMS ohmic relays, metal-insulator-metal (MIM) capacitors and suspended spiral inductors, all integrated on a high resistivity Silicon substrate. The presented circuit is well-suited for all applications requiring adaptive impedance matching between two in principle unknown cascaded RF-circuits. The fabrication and testing of a monolithic integrated prototype in RF-MEMS technology from ITC-irst is currently underway.<|reference_end|>
arxiv
@article{bedani2008a, title={A Reconfigurable Impedance Matching Network Employing RF-MEMS Switches}, author={M. Bedani, F. Carozza, R. Gaddi, A. Gnudi, B. Margesin, F. Giacomozzi}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3088}, primaryClass={cs.OH} }
bedani2008a
arxiv-2786
0802.3089
Towards a Methodology for Analysis of Interconnect Structures for 3D-Integration of Micro Systems
<|reference_start|>Towards a Methodology for Analysis of Interconnect Structures for 3D-Integration of Micro Systems: Functional aspects as well as the influence of integration technology on the system behavior have to be considered in the 3D integration design process of micro systems. Therefore, information from different physical domains has to be provided to designers. Due to the variety of structures and effects of different physical domains, efficient modeling approaches and simulation algorithms have to be combined. The paper describes a modular approach which covers detailed analysis with PDE solvers and model generation for system level simulation.<|reference_end|>
arxiv
@article{schneider2008towards, title={Towards a Methodology for Analysis of Interconnect Structures for 3D-Integration of Micro Systems}, author={P. Schneider, S. Reitz, A. Wilde, G. Elst, P. Schwarz}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3089}, primaryClass={cs.OH} }
schneider2008towards
arxiv-2787
0802.3090
Modeling of a piezoelectric micro-scanner
<|reference_start|>Modeling of a piezoelectric micro-scanner: Micro-scanners have been widely used in many optical applications. The micro-scanner presented in this paper uses multimorph-type bending actuators to tilt a square plate mirror. This paper presents a complete analytical model of the piezoelectric micro-scanner. This theoretical model based on strength of material equations calculates the force generated by the multimorphs on the mirror, the profile of the structure and the angular deflection of the mirror. The proposed model, used to optimize the design of the piezoelectric silicon micro-scanner, is intended for further HDL integration, allowing in this way system level simulation and optimization.<|reference_end|>
arxiv
@article{chaehoi2008modeling, title={Modeling of a piezoelectric micro-scanner}, author={A. Chaehoi, M. Begbie, D. Cornez, K. Kirk}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3090}, primaryClass={cs.OH} }
chaehoi2008modeling
arxiv-2788
0802.3091
A novel method for fatigue testing of MEMS devices containing movable elements
<|reference_start|>A novel method for fatigue testing of MEMS devices containing movable elements: In this paper we present an electronic circuit for position or capacitance estimation of MEMS electrostatic actuators based on a switched capacitor technique. The circuit uses a capacitive divider configuration composed by a fixed capacitor and the variable capacitance of the electrostatic actuator for generating a signal that is a function of the input voltage and capacitive ratio. The proposed circuit can be used to actuate and to sense position of an electrostatic MEMS actuator without extra sensing elements. This approach is compatible with the requirements of most analog feedback systems and the circuit topology of pulsed digital oscillators (PDO).<|reference_end|>
arxiv
@article{szucs2008a, title={A novel method for fatigue testing of MEMS devices containing movable elements}, author={Z. Szucs, M. Rencz}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3091}, primaryClass={cs.OH} }
szucs2008a
arxiv-2789
0802.3092
Noise and thermal stability of vibrating micro-gyrometers preamplifiers
<|reference_start|>Noise and thermal stability of vibrating micro-gyrometers preamplifiers: The preamplifier is a critical component of gyrometer's electronics. Indeed the resolution of the sensor is limited by its signal to noise ratio, and the gyrometer's thermal stability is limited by its gain drift. In this paper, five different kinds of preamplifiers are presented and compared. Finally, the design of an integrated preamplifier is shown in order to increase the gain stability while reducing its noise and size.<|reference_end|>
arxiv
@article{levy2008noise, title={Noise and thermal stability of vibrating micro-gyrometers preamplifiers}, author={R. Levy (ONERA - Mfe), A. Dupret (ONERA - Mfe), H. Mathias (ONERA - Mfe), J.-P. Gilles (ONERA - Mfe), F. Parrain (ONERA - Mfe), B. Eisenbeis (IEF), S. Megherbi (IEF)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3092}, primaryClass={cs.OH} }
levy2008noise
arxiv-2790
0802.3093
0-level Vacuum Packaging RT Process for MEMS Resonators
<|reference_start|>0-level Vacuum Packaging RT Process for MEMS Resonators: A new Room Temperature (RT) 0-level vacuum package is demonstrated in this work, using amorphous silicon (aSi) as sacrificial layer and SiO2 as structural layer. The process is compatible with most of MEMS resonators and Resonant Suspended-Gate MOSFET [1] fabrication processes. This paper presents a study on the influence of releasing hole dimensions on the releasing time and hole clogging. It discusses mass production compatibility in terms of packaging stress during back-end plastic injection process. The packaging is done at room temperature making it fully compatible with IC-processed wafers and avoiding any subsequent degradation of the active devices.<|reference_end|>
arxiv
@article{abelé20080-level, title={0-level Vacuum Packaging RT Process for MEMS Resonators}, author={N. Abel'e, D. Grogg, C. Hibert, F. Casset (LETI), P. Ancey (LETI), A. Ionescu}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3093}, primaryClass={cs.OH} }
abelé20080-level
arxiv-2791
0802.3094
From MEMS Devices to Smart Integrated Systems
<|reference_start|>From MEMS Devices to Smart Integrated Systems: The smart integrated systems of tomorrow would demand a combination of micromechanical components and traditional electronics. On-chip solutions will be the ultimate goal. One way of making such systems is to implement the mechanical parts in an ordinary CMOS process. This procedure has been used to design an oscillator consisting of a resonating cantilever beam and a CMOS Pierce feedback amplifier. The resonating frequency is changed if the beam is bent by external forces. The paper describes central features of this procedure and highlights the design considerations for the CMOS-MEMS oscillator. The circuit is used as an example of a "VLSI designer" way of making future integrated micromechanical and microelectronic systems on-chip. The possibility for expansion to larger systems is reviewed.<|reference_end|>
arxiv
@article{soeraasen2008from, title={From MEMS Devices to Smart Integrated Systems}, author={O. Soeraasen, J.E. Ramstad}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3094}, primaryClass={cs.OH} }
soeraasen2008from
arxiv-2792
0802.3095
Interconnect Challenges in Highly Integrated MEMS/ASIC Subsystems
<|reference_start|>Interconnect Challenges in Highly Integrated MEMS/ASIC Subsystems: Micromechanical devices like accelerometers or rotation sensors form an increasing segment beneath the devices supplying the consumer market. A hybrid integration approach to build smart sensor clusters for the precise detection of movements in all spatial dimensions requires a large toolbox of interconnect technologies, each with its own constraints regarding the total process integration. Specific challenges described in this paper are post-CMOS feedthroughs, front-to-front die contact arrays, vacuum-compliant lateral interconnect and fine-pitch solder balling to finally form a Chip-Scale System-in-Package (CSSiP).<|reference_end|>
arxiv
@article{marenco2008interconnect, title={Interconnect Challenges in Highly Integrated MEMS/ASIC Subsystems}, author={N. Marenco, S. Warnat, W. Reinert}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3095}, primaryClass={cs.OH} }
marenco2008interconnect
arxiv-2793
0802.3097
Experimental Characterization of the static behaviour of microcatntilevers electrostatically actuated
<|reference_start|>Experimental Characterization of the static behaviour of microcatntilevers electrostatically actuated: This paper concerns the experimental validation of some mathematical models previously developed by the authors, to predict the static behaviour of microelectrostatic actuators, basically free-clamped microbeams. This layout is currently used in RF-MEMS design operation or even in material testing at microscale. The analysis investigates preliminarily the static behaviour of a set of microcantilevers bending in-plane. This investigation is aimed to distinguish the geometrical linear behaviour, exhibited under small displacement assumption, from the geometrical nonlinearity, caused by large deflection. The applied electromechanical force, which nonlinearly depends on displacement, charge and voltage, is predicted by a coupled-field approach, based on numerical methods and herewith experimentally validated, by means of a Fogale Zoomsurf 3D. Model performance is evaluated on pull-in prediction and on the curve displacement vs. voltage. In fact, FEM nonlinear solution performed by a coupled-field approach, available on commercial codes, and by a FEM non-incremental approach are compared with linear solution, for different values of the design parameters.<|reference_end|>
arxiv
@article{ballestra2008experimental, title={Experimental Characterization of the static behaviour of microcatntilevers electrostatically actuated}, author={A. Ballestra, E. Brusa, M.G. Munteanu, A. Soma}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3097}, primaryClass={cs.OH} }
ballestra2008experimental
arxiv-2794
0802.3099
Nanobiosensors based on individual olfactory receptors
<|reference_start|>Nanobiosensors based on individual olfactory receptors: In the SPOT-NOSED European project, nanoscale sensing elements bearing olfactory receptors and grafted onto functionalized gold substrates are used as odorant detectors to develop a new concept of nanobioelectronic nose, through sensitive impedancemetric measurement of single receptor conformational change upon ligand binding, with a better specificity and lower detection threshold than traditional physical sensors.<|reference_end|>
arxiv
@article{pajot-augy2008nanobiosensors, title={Nanobiosensors based on individual olfactory receptors}, author={E. Pajot-Augy (NOPA)}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3099}, primaryClass={cs.OH} }
pajot-augy2008nanobiosensors
arxiv-2795
0802.3100
Bridge configurations in piezoresistive two-axis accelerometers
<|reference_start|>Bridge configurations in piezoresistive two-axis accelerometers: In piezoresisitive two-axis accelerometers with two proof masses suspended by cantilever beams, there are generally many ways to configure the Wheatstone bridges. The configurations are different both with respect to functionality and performance. The main distinction is between bridges that contain resistors belonging to both proof masses, and the one bridge that doesn't. We compare the different bridge configurations by analytical calculations of bridge non-linearity, robustness towards manufacturing variations and electronic noise. We consider accelerometers where the ratio between the sensitivity to acceleration normal and parallel to the chip plane vary over a wide range. For numerical examples we use representative values for p-type silicon. The performance of the configuration with one bridge connected to each proof mass is superior to those that combine resistors belonging to different proof masses.<|reference_end|>
arxiv
@article{halvorsen2008bridge, title={Bridge configurations in piezoresistive two-axis accelerometers}, author={E. Halvorsen, S. Husa}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3100}, primaryClass={cs.OH} }
halvorsen2008bridge
arxiv-2796
0802.3101
Online Sensor Testing through Superposition of Encoded Stimulus
<|reference_start|>Online Sensor Testing through Superposition of Encoded Stimulus: Online monitoring remains an important requirement for a range of microsystems. The solution based on the injection of an actuating test stimulus into the bias structure of active devices holds great potential. This paper presents an improved solution that aims to remove the measurand-induced signal from the sensor output. It involves encoding the test stimulus and using a covariance algorithm to reject the signal that does not contain the code. The trade-off between the sine wave rejection ratio of the technique and the test time response is studied and, in the case of a MEMS accelerometer, it is demonstrated that the rejection is higher than 14dB for a test time of about 0.7s. Furthermore, the accuracy of the test signal can be evaluated to guarantee the integrity of the online test output.<|reference_end|>
arxiv
@article{dumas2008online, title={Online Sensor Testing through Superposition of Encoded Stimulus}, author={N. Dumas, Z. Xu, K. Georgopopoulos, J. Bunyan, A. Richardson}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3101}, primaryClass={cs.OH} }
dumas2008online
arxiv-2797
0802.3102
Modeling of T-Shaped Microcantilever Resonators
<|reference_start|>Modeling of T-Shaped Microcantilever Resonators: The extensive research and development of micromechanical resonators is trying to allow the use of these devices for highly sensitive applications. Microcantilevers are some of the simplest MEMS structure and had been proved to be a good platform due to its excellent mechanical properties. A cantilever working in dynamic mode, adjust its resonance frequency depending on changes in both the spring constant (k) and mass (m) of the resonator. The aim of this work was to model a cantilever structure to determine the optimal dimensions in which the resonance frequency would be a function dominated by mass changes and not stiffness changes. In order to validate the model a set of microcantilevers were fabricated and characterized.<|reference_end|>
arxiv
@article{narducci2008modeling, title={Modeling of T-Shaped Microcantilever Resonators}, author={M. Narducci, E. Figueras, I. Gracia, L. Fonseca, J. Santander, C. Can'e}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3102}, primaryClass={cs.OH} }
narducci2008modeling
arxiv-2798
0802.3103
Novel Bonding technologies for wafer-level transparent packaging of MOEMS
<|reference_start|>Novel Bonding technologies for wafer-level transparent packaging of MOEMS: Depending on the type of Micro-Electro-Mechanical System (MEMS), packaging costs are contributing up to 80% of the total device cost. Each MEMS device category, its function and operational environment will individually dictate the packaging requirement. Due to the lack of standardized testing procedures, the reliability of those MEMS packages sometimes can only be proven by taking into consideration its functionality over lifetime. Innovation with regards to cost reduction and standardization in the field of packaging is therefore of utmost importance to the speed of commercialisation of MEMS devices. Nowadays heavily driven by consumer applications the MEMS device market is forecasted to enjoy a compound annual growth rate (CAGR) above 13%, which is when compared to the IC device market, an outstanding growth rate. Nevertheless this forecasted value can drift upwards or downwards depending on the rate of innovation in the field of packaging. MEMS devices typically require a specific fabrication process where the device wafer is bonded to a second wafer which effectively encapsulates the MEMS structure. This method leaves the device free to move within a vacuum or an inert gas atmosphere.<|reference_end|>
arxiv
@article{kirchberger2008novel, title={Novel Bonding technologies for wafer-level transparent packaging of MOEMS}, author={H. Kirchberger, P. Lindler, M. Wimpliger}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3103}, primaryClass={cs.OH} }
kirchberger2008novel
arxiv-2799
0802.3104
Design and Fabrication of the Suspended High-Q Spiral Inductors with X-Beams
<|reference_start|>Design and Fabrication of the Suspended High-Q Spiral Inductors with X-Beams: In this paper, deep sub-micron CMOS process compatible high Q on chip spiral inductors with air gap structure were designed and fabricated. In the design the electromagnetic were used for electrical-characteristics and maximum mechanical strength, respectively. The copper wires were capped with electroless Ni plating to prevent the copper from oxidizing. A Si3N4/ SiO2 X-beam was designed to increase the mechanical strength of the inductor in air gap. The enhancement of maximum mechanical strength of a spiral inductor with X-beams is more than 4500 times. Among these structures, the measured maximum quality factor (Q) of the suspending inductor and frequency at maximum Q are improved from 5.2 and 1.6GHz of conventional spiral inductor to 7.3 and 2.1 GHz, respectively.<|reference_end|>
arxiv
@article{hsieh2008design, title={Design and Fabrication of the Suspended High-Q Spiral Inductors with X-Beams}, author={M.C. Hsieh, D.K. Jair, Y.K. Fang, C.S. Lin}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3104}, primaryClass={cs.OH} }
hsieh2008design
arxiv-2800
0802.3105
One MEMS Design Tool with Maximal Six Design Flows
<|reference_start|>One MEMS Design Tool with Maximal Six Design Flows: This paper presents one MEMS design tool with total six design flows, which makes it possible that the MEMS designers are able to choose the most suitable design flow for their specific devices. The design tool is divided into three levels and interconnected by six interfaces. The three levels are lumped-element model based system level, finite element analysis based device level and process level, which covers nearly all modeling and simulation functions for MEMS design. The six interfaces are proposed to automatically transmit the design data between every two levels, thus the maximal six design flows could be realized. The interfaces take the netlist, solid model and layout as the data inlet and outlet for the system, device and process level respectively. The realization of these interfaces are presented and verified by design examples, which also proves that the enough flexibility in the design flow can really increase the design efficiency.<|reference_end|>
arxiv
@article{chang2008one, title={One MEMS Design Tool with Maximal Six Design Flows}, author={H. Chang, J. Xu, J. Xie, Ch. Zhang, Z. Yan, W. Yuan}, journal={Dans Symposium on Design, Test, Integration and Packaging of MEMS/MOEMS - DTIP 2007, Stresa, lago Maggiore : Italie (2007)}, year={2008}, archivePrefix={arXiv}, eprint={0802.3105}, primaryClass={cs.OH} }
chang2008one