필터 지우기
필터 지우기

si=2*(roun​d(rand(1,s​bit))-1/2)​;

조회 수: 5 (최근 30일)
aya
aya 2013년 11월 5일
답변: Azzi Abdelmalek 2013년 11월 5일
i am trying to generate a random signal with only +1 & -1 the code works the only problem that i donot under stand way we put the 2 and -1/2

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 11월 5일
a=rand%
b=rand(a) % the result is 0 or 1
%If b=1
2*(1-1/2)=1
%If b=0
2*(0-1/2)=-1

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by