• Title/Summary/Keyword: Embedded Memory

Search Result 730, Processing Time 0.037 seconds

Active shape change of an SMA hybrid composite plate

  • Daghia, Federica;Inman, Daniel J.;Ubertini, Francesco;Viola, Erasmo
    • Smart Structures and Systems
    • /
    • v.6 no.2
    • /
    • pp.91-100
    • /
    • 2010
  • An experimental study was carried out to investigate the shape control of plates via embedded shape memory alloy (SMA) wires. An extensive body of literature proposes the use of SMA wires to actively modify the shape or stiffness of a structure; in most cases, however, the study focuses on modeling and little experimental data is available. In this work, a simple proof of concept specimen was built by attaching four prestrained SMA wires to one side of a carbon fiber laminate plate strip. The specimen was clamped at one end and tested in an environmental chamber, measuring the tip displacement and the SMA temperature. At heating, actuation of the SMA wires bends the plate; at cooling deformation is partially recovered. The specimen was actuated a few times between two fixed temperatures $T_c$ and $T_h$, whereas in the last actuation a temperature $T_f$ > $T_h$ was reached. Contrary to most model predictions, in the first actuation the transformation temperatures are significantly higher than in the following cycles, which are stable. Moreover, if the temperature $T_h$ is exceeded, two separate actuations occur during heating: the first follows the path of the stable cycles; the second, starting at $T_h$, is similar to the first cycle. An interpretation of the phenomenon is given using some differential scanning calorimeter (DSC) measurements. The observed behavior emphasizes the need to build a more comprehensive constitutive model able to include these effects.

Modified TCP with Post-Checksum Field and Limited Error Control Algorithm for Memory-limited Tiny Sensor Node (메모리 크기 제약이 있는 센서 노드에서의 포스트 체크섬과 제한된 오류제어 알고리즘 연구)

  • Oh, Jong-Taek
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.12 no.4
    • /
    • pp.141-145
    • /
    • 2012
  • In a Ubiquitous sensor network environment, the sensor node is in general small and low price, and operating with power limited battery. The reliable TCP/IP protocol is used for transmitting sensed data from the sensor node. A new method was proposed in order to overcome the limitation of small embedded memory, but it is difficult to use for the case of frame error. In this paper, a new algorithm is proposed to manage the receiving frame error or loss, and it is appropriate to the sensor network to send sensed data periodically.

CUDA based parallel design of a shot change detection algorithm using frame segmentation and object movement

  • Kim, Seung-Hyun;Lee, Joon-Goo;Hwang, Doo-Sung
    • Journal of the Korea Society of Computer and Information
    • /
    • v.20 no.7
    • /
    • pp.9-16
    • /
    • 2015
  • This paper proposes the parallel design of a shot change detection algorithm using frame segmentation and moving blocks. In the proposed approach, the high parallel processing components, such as frame histogram calculation, block histogram calculation, Otsu threshold setting function, frame moving operation, and block histogram comparison, are designed in parallel for NVIDIA GPU. In order to minimize memory access delay time and guarantee fast computation, the output of a GPU kernel becomes the input data of another kernel in a pipeline way using the shared memory of GPU. In addition, the optimal sizes of CUDA processing blocks and threads are estimated through the prior experiments. In the experimental test of the proposed shot change detection algorithm, the detection rate of the GPU based parallel algorithm is the same as that of the CPU based algorithm, but the average of processing time speeds up about 6~8 times.

Smart Honeycomb Sandwich Panels With Damage Detection and Shape Recovery Functions

  • Okabe, Yoji;Minakuchi, Shu;Shiraishi, Nobuo;Murakami, Ken;Takeda, Nobuo
    • Advanced Composite Materials
    • /
    • v.17 no.1
    • /
    • pp.41-56
    • /
    • 2008
  • In this research, optical fiber sensors and shape memory alloys (SMA) were incorporated into sandwich panels for development of a smart honeycomb sandwich structure with damage detection and shape recovery functions. First, small-diameter fiber Bragg grating (FBG) sensors were embedded in the adhesive layer between a CFRP face-sheet and an aluminum honeycomb core. From the change in the reflection spectrum of the FBG sensors, the debonding between the face-sheet and the core and the deformation of the face-sheet due to impact loading could be well detected. Then, the authors developed the SMA honeycomb core and bonded CFRP face-sheets to the core. When an impact load was applied to the panel, the cell walls of the core were buckled and the face-sheet was bent. However, after the panel was heated over the reverse transformation finish temperature of the SMA, the core buckling disappeared and the deflection of the face-sheet was relieved. Hence the bending stiffness of the panel could be recovered.

Optimal Controller Design of One Link Inverted Pendulum Using Dynamic Programming and Discrete Cosine Transform

  • Kim, Namryul;Lee, Bumjoo
    • Journal of Electrical Engineering and Technology
    • /
    • v.13 no.5
    • /
    • pp.2074-2079
    • /
    • 2018
  • Global state space's optimal policy is used for offline controller in the form of table by using Dynamic Programming. If an optimal policy table has a large amount of control data, it is difficult to use the system in a low capacity system. To resolve these problem, controller using the compressed optimal policy table is proposed in this paper. A DCT is used for compression method and the cosine function is used as a basis. The size of cosine function decreased as the frequency increased. In other words, an essential information which is used for restoration is concentrated in the low frequency band and a value of small size that belong to a high frequency band could be discarded by quantization because high frequency's information doesn't have a big effect on restoration. Therefore, memory could be largely reduced by removing the information. The compressed output is stored in memory of embedded system in offline and optimal control input which correspond to state of plant is computed by interpolation with Inverse DCT in online. To verify the performance of the proposed controller, computer simulation was accomplished with a one link inverted pendulum.

Design of an Efficient FTL Algorithm Exploiting Locality Based on Sector-level Mapping (Locality를 이용한 섹터 매핑 기법의 효율적인 FTL 알고리듬)

  • Hong, Soo-Jin;Hwang, Sun-Young
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.36 no.7B
    • /
    • pp.818-826
    • /
    • 2011
  • This paper proposes a novel FTL (Flash Translation Layer) algorithm employing sector-level mapping technique based on locality to reduce the number of erase operations in flash memory accesses. Sector-level mapping technique shows higher performance than other mapping techniques, even if it requires a large mapping table. The proposed algorithm reduces the size of mapping table by employing dynamic table update, processes sequential writes by exploiting sequential locality and extracts hot sector in random writes. Experimental results show that the number of erase operations has been reduced by 75.4%, 65.8%, and 10.3% respectively when compared with well-known BAST, FAST and sector mapping algorithms.

SQLite Optimization with Atomic Write (Atomic Write를 활용한 SQLite 최적화)

  • Kim, Hyung-deuk
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2017.10a
    • /
    • pp.107-110
    • /
    • 2017
  • According to researches, while the speed of processor and network in embedded devices is fast enough to meet user requirement, the IO speed is recognized as the main performance bottleneck. Meanwhile it is known that more than 70 percent of IOs are issued from SQLite database. Many researches related SQLite performance optimization is based on WAL mode because WAL mode optimized for write IO performance. In this paper, I propose to optimize SQLite with Atomic Write in the Rollback Journal Mode, which is mainly used in Android and Tizen. I have observed that Atomic Write have a significant write performance improvement(300%) by reducing write, file sync operation and memory usage improvement(80%). Additionally it can block JOJ(Journaling of Journal) and extend the life of the flash memory.

  • PDF

Gendered Politics of Memory and Power: Making Sense of Japan's Peace Constitution and the Comfort Women in East Asian International Relations (記憶とパワーのジェンダーポリティックス: 東アジアの国際関係において日本の平和憲法と慰安部問題の意味づけ)

  • Kim, Taeju;Lee, Hongchun
    • Analyses & Alternatives
    • /
    • v.4 no.2
    • /
    • pp.163-202
    • /
    • 2020
  • This paper examines how Japanese society produced and reproduced a distinctively gendered history and memories of the experience of WWII and colonialism in the postwar era. We argue that these gendered narratives, which were embedded in postwar debates about the Peace Constitution and comfort women, have engendered contradictions and made the historical conflicts with neighboring countries challenging to resolve. On the one hand, this deepens conflict, but on the other, it also generates stability in East Asia. After Japan's defeat in WWII, the American Occupation government created the Peace Constitution, which permanently "renounces war as a sovereign right of the nation and the threat or use of force as means of settling international disputes." The removal of the state's monopoly on violence - the symbol of masculinity - resulted in Japan's feminization. This feminization led to collective forgetting of prewar imperialism and militarism in postwar Japan. While collectively forgetting the wartime history of comfort women within these feminized narratives, the conservative movement to revise the Peace Constitution attempted to recover Japan's masculinity for a new, autonomous role in international politics, as uncertainty in East Asia increased. Ironically, however, this effort strengthened Japan's femininity because it involved forgetting Japan's masculine role in the past. This forgetting has undermined efforts to achieve masculine independence, thus reinforcing dependence on the United States. Recurrent debates about the Peace Constitution and comfort women have influenced how Japanese political elites and intellectual society have constructed distinctive social institutions, imagined foreign relations, and framed contemporary problems, as indicated in their gendered restructuring of history.

  • PDF

The Design and implementation of parallel processing system using the $Nios^{(R)}$ II embedded processor ($Nios^{(R)}$ II 임베디드 프로세서를 사용한 병렬처리 시스템의 설계 및 구현)

  • Lee, Si-Hyun
    • Journal of the Korea Society of Computer and Information
    • /
    • v.14 no.11
    • /
    • pp.97-103
    • /
    • 2009
  • In this thesis, we discuss the implementation of parallel processing system which is able to get a high degree of efficiency(size, cost, performance and flexibility) by using $Nios^{(R)}$ II(32bit RISC(Reduced Instruction Set Computer) processor) embedded processor in DE2-$70^{(R)}$ reference board. The designed Parallel processing system is master-slave, shared memory and MIMD(Mu1tiple Instruction-Multiple Data stream) architecture with 4-processor. For performance test of system, N-point FFT is used. The result is represented speed-up as follow; in the case of using 2-processor(core), speed-up is shown as average 1.8 times as 1-processor's. When 4-processor, the speed-up is shown as average 2.4 times as it's.

Implementation of PersonalJave™ AWT using Light-weight Window Manager (경량 윈도우 관리기를 이용한 퍼스널자바 AWT 구현)

  • Kim, Tae-Hyoun;Kim, Kwang-Young;Kim, Hyung-Soo;Sung, Min-Young;Chang, Nae-Hyuck;Shin, Heon-Shik
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.7 no.3
    • /
    • pp.240-247
    • /
    • 2001
  • Java is a promising runtime environment for embedded systems because it has many advantages such as platform independence, high security and support for multi-threading. One of the most famous Java run-time environments, Sun's ($PersonalJave^{TM}$) is based on Truffle architecture, which enables programmers to design various GUIs easily. For this reason, it has been ported to various embedded systems such as set-top boxes and personal digital assistants(PDA's). Basically, Truffle uses heavy-weight window managers such as Microsoft vVin32 API and X-Window. However, those window managers are not adequate for embedded systems because they require a large amount of memory and disk space. To come up with the requirements of embedded systems, we adopt Microwindows as the platform graphic system for Personal] ava A WT onto Embedded Linux. Although Microwindows is a light-weight window manager, it provides as powerful API as traditional window managers. Because Microwindows does not require any support from other graphics systems, it can be easily ported to various platforms. In addition, it is an open source code software. Therefore, we can easily modify and extend it as needed. In this paper, we implement Personal]ava A WT using Microwindows on embedded Linux and prove the efficiency of our approach.

  • PDF