代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/152755/12087499
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
www.eeworm.com/read/255320/12089832
hxx basic_edas.hxx
// coded by H.Handa 02/11/26 Ver.0.1
// Time-stamp:
#ifndef BASIC_EDAs_HH
#define BASIC_EDAs_HH
using namespace std;
#include "chromoso.h"
www.eeworm.com/read/253434/12221850
c common.c
#include
#include
#include
#include
#include
#include
#include "mpg123.h"
struct parameter param = { 1 , 1 , 0 , 0 };
int tabse
www.eeworm.com/read/336439/12443771
h bldc.h
/* ==============================================================================
System Name: BLDC3_2
File Name: BLDC.H
Description: Primary header file for the implementation of sensorless c
www.eeworm.com/read/131012/14163663
c huffman.c
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
/* MPEG Audio Layer-3 decoder */
/* Bj
www.eeworm.com/read/232339/14197704
m fmri_gen_hrf.m
function [response]=fmri_gen_hrf(r,c,duration,sampling_interval)
%
% Usage: [response]=fmri_gen_hrf(r,c,duration,sampling_interval)
%
% HRF : Hemodynamic Response Function h(t) = t^r * exp( -t
www.eeworm.com/read/231489/14231065
cpp adtsaudiofilesource.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/129404/14247878
m dwt2_chirp.m
chirp;
x = chirp';
sampling_rate = 1;
clf;
subplot(4,2,1)
plot(x);
xlabel('Time (seconds)');
title('Oringinal Signal');
axis([0 256 -1 1]);
subplot(4,2,2)
scale_level = 1;
y = DWT2(x, sampling_rat
www.eeworm.com/read/129404/14247879
m dwt2_mu2.m
clear('all');
mu;
mu1;
mu2;
mu = fliplr(mu');
mu1 = fliplr(mu1');
mu2 = fliplr(mu2');
mu2 = log(mu2);
MUX = mu2-mean(mu2);
sampling_rate = 1;
clf;
subplot(3,1,1)
scale_level = 4;
y = DWT2(MUX, sam
www.eeworm.com/read/129404/14247880
m stft_mu2.m
clear('all');
mu;
mu1;
mu2;
mu = fliplr(mu');
mu1 = fliplr(mu1');
mu2 = fliplr(mu2');
mu2 = log(mu2);
MUX = mu2-mean(mu2);
LENX = length(MUX);
sampling_rate = 1;
window = 2;
step_dist = 1;
padding