代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/326116/13165362
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/240989/13180727
m random_data.m
function d = random_data(block_size)
% d = random_data(block_size)
%
% Generates a block of equiprobable random binary data, {0, 1}
%
% Input:
% block_size = the number of bits to generate
%
www.eeworm.com/read/240989/13180735
m random_training.m
function [training_sequence]=random_training(sequence_length)
% [training_sequence]=random_training(sequence_length)
%
% Output:
% training_sequence - Random training (zeros and ones)
%
% sequen
www.eeworm.com/read/240785/13197793
vi random average.vi
www.eeworm.com/read/240785/13197801
vi random signal.vi
www.eeworm.com/read/325423/13206803
zip random1.zip
www.eeworm.com/read/325423/13206805
zip random2.zip
www.eeworm.com/read/240479/13217360
m random_binary.m
%file: random_binary.m
function [x,bits] = random_binary(nbits,nsamples)
%This function genrates a random binary waveform of length nbits
%sample at a rate of nsamples/bit.
x = zeros(1,nbits*nsamp
www.eeworm.com/read/240126/13235624
m random_data.m
function d = random_data(block_size)
% d = random_data(block_size)
%
% Generates a block of equiprobable random binary data, {0, 1}
%
% Input:
% block_size = the number of bits to generate
%
www.eeworm.com/read/240126/13235629
m random_training.m
function [training_sequence]=random_training(sequence_length)
% [training_sequence]=random_training(sequence_length)
%
% Output:
% training_sequence - Random training (zeros and ones)
%
% sequen