代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/432925/8563577
m specgram_ex7p21.m
function [spec] = specgram_hw3p20(x, winlgh, frmlgh, sampling_rate);
% specgram_hw3p20(x, winlgh, frmlgh, sampling_rate)
%
% function to compute a spectrogram
%
% x = input waveform
% winlgh =
www.eeworm.com/read/432925/8563584
m specgram_ex7p21.m
function [spec] = specgram_hw3p20(x, winlgh, frmlgh, sampling_rate);
% specgram_hw3p20(x, winlgh, frmlgh, sampling_rate)
%
% function to compute a spectrogram
%
% x = input waveform
% winlgh =
www.eeworm.com/read/432925/8563608
m high_low.m
sampling_rate = 10000;
lfft = 512; lfft2 = 256;
f = [ 0 .50 .60 1];
m = [1 1 0 0 ];
blow = remez(102, f, m);
blow = blow/sum(blow);
[a,b] = max(blow)
delta = zeros(1,length(blow));
delta(b) = 1.0;
bh
www.eeworm.com/read/432925/8563613
m high_low.m
sampling_rate = 10000;
lfft = 512; lfft2 = 256;
f = [ 0 .50 .60 1];
m = [1 1 0 0 ];
blow = remez(102, f, m);
blow = blow/sum(blow);
[a,b] = max(blow)
delta = zeros(1,length(blow));
delta(b) = 1.0;
bh
www.eeworm.com/read/429797/8788442
m data_loader2.m
function [SP, vibs, Fs_SP, Fs_vibs, default_wav_settings_out, default_mat_config_out]=data_loader2(filename, default_wav_settings_in, default_mat_config_in)
% % data_loader2: Loads data specified as
www.eeworm.com/read/384770/8844251
bas module2.bas
Attribute VB_Name = "Module2"
Public HFECG1(8500), HFECG2(8500), HFECG3(8500), HFECG4(8500), HFECG5(8500), HFECG6(8500)
Public HFECG7(8500), HFECG8(8500), HFECG9(8500), HFECG10(8500), HFECG11(8500),
www.eeworm.com/read/384770/8844305
bas module2.bas
Attribute VB_Name = "Module2"
Public HFECG1(8500), HFECG2(8500), HFECG3(8500), HFECG4(8500), HFECG5(8500), HFECG6(8500)
Public HFECG7(8500), HFECG8(8500), HFECG9(8500), HFECG10(8500), HFECG11(8500),
www.eeworm.com/read/384770/8844410
bas module2.bas
Attribute VB_Name = "Module2"
Public HFECG1(8500), HFECG2(8500), HFECG3(8500), HFECG4(8500), HFECG5(8500), HFECG6(8500)
Public HFECG7(8500), HFECG8(8500), HFECG9(8500), HFECG10(8500), HFECG11(8500),
www.eeworm.com/read/186716/8914454
m ecorr.m
function ecorr(x,t1,t2);
% ECORR ....... Evaluates the ensemble autocorrelation funcion.
%
% ECORR(X,t1,t2) computes the ensemble autocorrelation function of X,
% such that the returned value equal
www.eeworm.com/read/186716/8914565
m blackbox.m
function y = blackbox(x)
% BLACKBOX ...... Generates the output from a "blackbox" representing
% some transfer characteristics.
%
% Y = BLACKBOX(X) will generate the output sequence Y from th