代码搜索:Unity
找到约 236 项符合「Unity」的源代码
代码结果 236
www.eeworm.com/read/277562/4154566
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/277562/4154567
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 */
www.eeworm.com/read/160611/5568680
h fsmallfilter.h
/* Included by resamplesubs.c */
#define SMALL_FILTER_NMULT 13
#define SMALL_FILTER_SCALE 13128 /* Unity-gain scale factor */
#define SMALL_FILTER_NWING 1536 /* Filter table length */
static float SMA
www.eeworm.com/read/371061/9569825
m 4psk_gray.m
%gives the complex fade coefficients
%output power is approximately unity
%inputs:max_doppler_freq (Hz); sample_freq (Hz); num_samples
function [c_vec] = 4PSK_Gray(input, num_bits)
for ii=
www.eeworm.com/read/174691/9577663
m raytest.m
function q = raytest(data,bins)
%Gayatri Prabhu and P. M. Shankar
y = sort(data./mean(data)); %unity mean
b = sqrt(2/pi); %Rayleigh parameter for unit mean
inter = max(y) - min(y); %interval for
www.eeworm.com/read/263014/4306399
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 */
sta
www.eeworm.com/read/263014/4306405
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 */
sta
www.eeworm.com/read/160611/5568747
alg biquad.alg
; general order-2 IIR filter.
; a0 is assumed to be unity.
; for a1 and a2, our sign convention is opposite to Matlab's.
(BIQUAD-ALG
(NAME "biquad")
(ARGUMENTS ("sound_type" "s")
("double" "
www.eeworm.com/read/160611/5568799
alg eqbandvvv.alg
; general order-2 IIR filter.
; a0 is assumed to be unity.
; for a1 and a2, our sign convention is opposite to Matlab's.
(EQBANDVVV-ALG
(NAME "eqbandvvv")
(ARGUMENTS ("sound_type" "input") ("sound_ty
www.eeworm.com/read/174691/9577667
m logtest.m
function q=logtest(data,bins)
%chi-square testing for lognormal distribution
%Gayatrii Prabhu and P. M. Shankar
y=sort(data./mean(data)); %unity mean
sig=sqrt(log(std(y)^2+1)); %parameter sigma fo