Community Profile

photo

Luis Corona


New Jersey Institute of Technology

Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


I want this random sequence to repeat. How do I make this sequence repeat 'n' amount of times?
clc; clear all; %Input signal------------------------- numBits = input('Enter number of bits: '); %User inputs data ...

9 years ago | 1 answer | 0

1

answer

Question


I wish to repeat a sequence a certain amount of time?
%Input signal------------------------- numBits = input('Enter number of bits: '); %User inputs data byte = randi([0,1...

9 years ago | 0 answers | 0

0

answers

Question


How to Plotting a Binary input?
%Input signal clc; clear all; d = input('Enter Decimal Input to convert to Binary : '); byte = dec2bin(d) %Plotting Input...

9 years ago | 1 answer | 0

1

answer