Intelligent Mobile Systems (TIGN13) Practice Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/38

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering Intelligent Mobile Systems topics including BLE, image processing, GNSS, computer vision, and cloud networking based on the exam transcript.

Last updated 7:59 PM on 5/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Bluetooth Low Energy (BLE) Range

A technology that provides a maximum communication range of 100 meters.

2
New cards

Redundancy in Coding

Source coding decreases redundancy in transmitted data, while channel coding increases redundancy to improve reliability.

3
New cards

LC3

The codec used for audio coding in Bluetooth Low Energy (BLE).

4
New cards

Antenna Length

A common length for a wireless transmission antenna is λ/4\lambda/4, where λ\lambda is the wavelength.

5
New cards

16-QAM

A transmission scheme that provides the highest data rate in ideal conditions compared to QPSK or BPSK.

6
New cards

Modulation

The process of adding information to a meaningless sine wave by changing its amplitude, frequency, or phase.

7
New cards

BLE Audio Data Rates

Bluetooth Low Energy audio can provide acceptable sound quality at a data rate of 100kbps100\,kbps..

8
New cards

OSI Model Layers

A communication model consisting of 7 layers, including the Network layer, Data link layer, and Physical layer.

9
New cards

SIFT

An algorithm that allows for finding regions and their orientation in an image.

10
New cards

Red Channel Extraction

In OpenCV, the code to extract the red channel from an image variable 'img' is redChannel=img[:, :, 2].

11
New cards

Median Blur

An image processing technique used to limit noise, particularly in video frames.

12
New cards

Background Subtraction

The simplest way to compute the background of a video with a fixed camera is to compute the average image of all the images in the video.

13
New cards

Laplacian Operator

A mathematical operator used in computer vision to find the edges in an image.

14
New cards

OpenCV Pixel Format

The default internal color representation and format of pixels in the OpenCV library is BGR (Blue, Green, Red).

15
New cards

GaussianBlur

A function in Python and OpenCV that blurs the image and decreases noise.

16
New cards

Blue Channel Removal

The OpenCV code to set the blue channel of an image 'img' to the value 0 is img[:, :, 0]=0.

17
New cards

Canny

An edge detector used to find optimal edges in an image.

18
New cards

img.shape

The Python code used to print the width, height, and number of channels of an image variable.

19
New cards

YOLO

A library (You Only Look Once) used to easily detect objects in an image using Machine Learning.

20
New cards

Lab Colorspace

The best colorspace to use when calculating distances between colors in an image.

21
New cards

Dilution of Precision (DOP)

A quality value in GNSS where a high DOP value corresponds to a low accuracy of the reported position.

22
New cards

GNSS Positioning Minimum

The minimum number of satellites a GNSS receiver needs to calculate a position is 4.

23
New cards

Global Navigation Satellite Systems (GNSS)

Global systems including BeiDou (China), GLONASS (Russia), QZSS (Japan), Galileo (European Union), GPS (USA), and IRNSS (India).

24
New cards

Feature Extraction Methods

Algorithms used in stereophotogrammetry to match features, including ORB, SIFT, and BRIEF.

25
New cards

Pinhole Camera Properties

A camera model characterized by a very large depth of field but very low light sensitivity.

26
New cards

Camera Calibration Artifacts

Typical outputs from calibrating a camera and lens, including distortion coefficients, principal point, and focal length.

27
New cards

Speed of Light

The speed of light in a vacuum is approximately 3×108m/s3 \times 10^{8}\,m/s.

28
New cards

Time of Flight (ToF)

The principle used for distance calculation in lidar systems and the 3D-cameras in recent iPhone/iPad Pro models.

29
New cards

Triangulation

The sensor principle used by the Kinect sensor in X-box.

30
New cards

HTTP Status Code 500

The status code sent back from a service in the event of a failure on the server side.

31
New cards

AWS S3

The Amazon Web Service used to deliver and save static files.

32
New cards

AWS EC2

The Amazon Web Service used to handle virtual private servers.

33
New cards

AWS IAM

The Amazon Web Service used to handle users and authentication keys.

34
New cards

GET

The HTTP method utilized by a client to fetch data via an HTTP call.

35
New cards

HTTP Status Code 200

The status code sent back if a request is handled correctly with no failures.

36
New cards

DNS (Domain Name System)

A server type used to translate domain names into IP addresses.

37
New cards

Firewall

A network component that passes or blocks data packages based on source-IP and protocol.

38
New cards

Modem

A network component responsible for converting the signal from the internet to the type used internally on a network.

39
New cards

HTTP Body

The part of an HTTP POST request where the payload data is sent.