원문: http://warpproject.org/trac/wiki/WARPLab/Examples


이제부터의 포스팅은 아래의 WARPLab 7에서 제공하는 Example 을 직접 실행보고 결과 및 코드를 간단히 분석해 보도록 하겠습니다.


제 경우에는, MIMO OFDM 의 코드의 사용이 필요해서 주로 앞으로의 포스팅은 MIMO쪽을 다루게 될 것 같습니다.


하이퍼링크가 걸려있는 "WARPLab 7 Example: MIMO OFDM" 를 클릭하시면 File: wl_example_mimo_ofdm_txrx.m 에 대한 


간단한 설명과 결과 그래프를 보실수 있습니다. 6번 포스팅부터는 MIMO OFDM 예제를 사용하기 위해 필요한 지식들과 관련된 파일/함수들에 대해서 다루겠습니다.



Examples

This page briefly describes the examples in the M_Code_Examples directory that part of every WARPLab Reference Design Release.

SISO Transmission and Reception Example

File: wl_example_basic_txrx.m

Requirements: 2 WARP v3 kits or 2 WARP v2 kits, 1 antenna each.

This is the introductory example to WARPLab 7. This example demonstrates basic transmission and reception of waveforms between two WARP nodes. One node will transmit a simple sinusoid and the other node will receive the sinusoid.

SISO OFDM Comm Example

Please see SISO OFDM Example for details and code.

MIMO OFDM Comm Example

Please see MIMO OFDM Example for details and code.

Synchronized Nodes Example

Please see Synchronized Nodes Example for details and code.

Multi-Node Array Example

Please see 8x2 Multi-node Array for details and code.

Spectrogram Example

Please see Spectrogram Example for details and code.

User Extension Example

Please see EEPROM User Extension for details and code.




기억을 되살리고자, 지난 5. WARPLab 7 포스팅을 보시면 


WARPLab_Reference_Design_7.7.1.zip 파일을 다운로드하여 설치하였습니다.


파일의 구성은 아래와 같습니다.



이러한 구성은 아래의 


WARP 프로젝트 도움말의 구성과 유사한데.. 

이는 개발자가  Examples과 Reference 에 대해서 자세히 설명하겠다는 의도가 보입니다.




위의 그림과 같이 도움말들은 크게 Getting Started, WARPLab 7 Framework, WARPLab 7 Reference Design 3개의 분류로 나누어 져 있음을 알수있습니다. 실제로 M_Code_Reference 폴더의 내용들은 WARPLab 7 Framework와 WARPLab 7 Reference Design 의 내용을 기반으로 설명이 가능합니다. 


따라서, WARPLab7 을 실행하고 해당 코드를 해석하기 위해서 먼저, 위의 도움말의 위치와 내가 보고자 하는 코드파일이름들과 매칭하는 것이 중요합니다.



예를들어, http://warpproject.org/trac/wiki/WARPLab/Reference/Utility 에는 

아래와 같이 폴더 WARPLab_Reference_Design_7.7.1\M_Code_Reference\util 에 있는 코드들에 대한 간략한 설명들이 있습니다.




정리하자면, "WARPLab 7 Example: MIMO OFDM" 예제의 이해와 해석을 위해서는 WARPLab 7 Reference Design 에 대한 기반지식을 습득해야만 진행이 가능합니다. 또한, 실제 MIMO OFDM 통신에 대한 지식도 필요합니다. 












'N.&C. > WARP v3' 카테고리의 다른 글

3-3. SD Card 로 WARP Reference 시작하기  (2) 2017.08.02
5-2-2. WARPLab Quick Start 정리버전  (0) 2016.05.19
5-2. WARPLab Quick Start  (0) 2016.05.04
5-1. WARPLab Reference Design: Downloads  (0) 2016.05.03
5. WARPLab 7  (0) 2016.05.03

+ Recent posts