代码搜索:Unity
找到约 236 项符合「Unity」的源代码
代码结果 236
www.eeworm.com/read/268146/4256137
readme
This port of U-Boot will run on a Motorola Sandpoint 3 development
system equipped with a Unity X4 PPMC card (MPC8240 CPU) only. It is a
snapshot of work in progress and far from being completed. In o
www.eeworm.com/read/253341/4396555
readme
This port of U-Boot will run on a Motorola Sandpoint 3 development
system equipped with a Unity X4 PPMC card (MPC8240 CPU) only. It is a
snapshot of work in progress and far from being completed. In o
www.eeworm.com/read/155374/5624891
readme
This port of U-Boot will run on a Motorola Sandpoint 3 development
system equipped with a Unity X4 PPMC card (MPC8240 CPU) only. It is a
snapshot of work in progress and far from being completed. In o
www.eeworm.com/read/371061/9569805
m bit_gen.m
%gives the complex fade coefficients
%output power is approximately unity
%inputs:max_doppler_freq (Hz); sample_freq (Hz); num_samples
function [bit_vec] = bit_gen(num_bits, seed)
rand(
www.eeworm.com/read/371061/9569821
m jakes_hw3.m
%gives the complex fade coefficients
%output power is approximately unity
%inputs:max_doppler_freq (Hz); sample_freq (Hz); num_samples, start_time
%(sec)
%outputs:alpha_complex (fades), end_time (
www.eeworm.com/read/442927/7641947
m inputnormalize.m
function [data2, mu1, sigma1] = inputNormalize(data, plotOpt, mu, sigma)
% inputNormalize: Input (feature) normalization to have zero mean and unity variance for each feature
% Usage:
% [data2, MU1
www.eeworm.com/read/440501/7688588
m bit_gen.m
%gives the complex fade coefficients
%output power is approximately unity
%inputs:max_doppler_freq (Hz); sample_freq (Hz); num_samples
function [bit_vec] = bit_gen(num_bits, seed)
rand(
www.eeworm.com/read/202805/5045392
h largefilter.h
/* Included by resamplesubs.c */
#define LARGE_FILTER_NMULT ((RES_HWORD)65)
#define LARGE_FILTER_SCALE 14746 /* Unity-gain scale factor */
#define LARGE_FILTER_NWING 8192 /* Filter table length */
www.eeworm.com/read/202805/5045398
h smallfilter.h
/* Included by resamplesubs.c */
#define SMALL_FILTER_NMULT ((RES_HWORD)13)
#define SMALL_FILTER_SCALE 13128 /* Unity-gain scale factor */
#define SMALL_FILTER_NWING 1536 /* Filter table length */