필터 지우기
필터 지우기

What does the following expression indicates?

조회 수: 3 (최근 30일)
charu shree
charu shree 2023년 6월 23일
편집: Vinayak Agrawal 2023년 6월 26일
In my research work I came across the following representation:
Let B(m) be the transmitted symbols, B(m){-1,1}, for m=1,2,...,1000.
My query is what does above statement indicates.
As per my understanding it is indicating that B(m) have values either -1 or 1 and in total the B will be a vector of dimension 1 X 1000.
Please comment if my understanding is correct and please let me know the mistake if my understanding is wrong.
Any help in this regard will be highly appreciated.

채택된 답변

Vinayak Agrawal
Vinayak Agrawal 2023년 6월 23일
편집: Vinayak Agrawal 2023년 6월 26일
Hi Charu,
Your understanding is correct. The given statement indicates that the transmitted symbols, denoted as B(m), take values of either -1 or 1. The range of m is from 1 to 1000, which implies that there are 1000 symbols in total.
Based on this information, you can infer that B(m) forms a vector of size 1x1000. Each element of the vector represents a transmitted symbol, and it can take the value of either -1 or 1.
To summarize, your understanding is accurate, and the vector B will have dimensions 1x1000, with each element representing a transmitted symbol that can be either -1 or 1.
Hope it helps Charu!
  댓글 수: 3
Vinayak Agrawal
Vinayak Agrawal 2023년 6월 23일
Without further information or constraints specified, the distribution of -1 and +1 values in the vector B can vary. It is possible to have an equal number of -1 and +1 values, but it is also possible to have an unequal distribution.
If there are no additional constraints or information provided regarding the distribution of -1 and +1 values, you cannot assume that the vector B will have an equal number of -1 and +1 values.
Hope it helps charu!
charu shree
charu shree 2023년 6월 23일
Once again thank u so much ....

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Error Detection and Correction에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by