代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/420778/10775494
asv try_ml.asv
clear all;
clc;
N_symbol=10;
N = 1024; %the number of carrier
% N = 256; %the number of carrier
%T=10^(-6); % Sampling time : 1us
L=128; % the number of prefix
SNR=15; % SNR of signal
www.eeworm.com/read/454423/7391432
m c10_mcqpskrun.m
% file c10_MCQPSKrun.m
%
%
function BER_MC=MCQPSKrun(N,Eb,No,ChanAtt,...
TimingBias,TimingJitter,PhaseBias,PhaseJitter)
fs = 1e+6; % sampling Rate (samples/second)
SymRate = 1e+
www.eeworm.com/read/298332/7966029
m pulsegen.m
function p=pulsegen(fs,T,edge,type,f,opt);
%p=pulsegen(fs,T,edge,type,f,opt);
%a signal generation program
%fs is the sampling frequency
%T is the total signal length
%edge is a decay parameter f
www.eeworm.com/read/331103/12850827
m uwb_sv_eval_ct.m
% S-V channel model evaluation
clear;
no_output_files = 0; % non-zero: avoids writing output files of continuous-time responses
ts = 0.1; % sampling time (nsec)
num_channels = 100;
www.eeworm.com/read/241922/13109563
m chansui_corr_4x2.m
function chanSUI_corr_4x2(chanparams)
% SUI channel simulation with 2X2 antenna configuration
% chanparams.chantype -- SUI channel type
% chanparams.cohtime -- expanding length(number of sampling p
www.eeworm.com/read/139428/13156636
m uwb_sv_eval_ct.m
% S-V channel model evaluation
clear;
no_output_files = 0; % non-zero: avoids writing output files of continuous-time responses
ts = 0.167; % sampling time (nsec)
num_channels = 100
www.eeworm.com/read/137885/13281371
m c10_mcqpskrun.m
% file c10_MCQPSKrun.m
%
%
function BER_MC=c10_MCQPSKrun(N,Eb,No,ChanAtt,...
TimingBias,TimingJitter,PhaseBias,PhaseJitter)
fs = 1e+6; % sampling Rate (samples/second)
SymRate =
www.eeworm.com/read/238769/13326463
m uwb_sv_eval_ct.m
% S-V channel model evaluation
clear;
no_output_files = 0; % non-zero: avoids writing output files of continuous-time responses
ts = 0.167; % sampling time (nsec)
num_channels = 100
www.eeworm.com/read/309341/13673957
c c6713dskinit.c
#include "C6713dskinit.h"
#define using_bios //if BIOS don't use top of vector table
extern Uint32 fs; //for sampling frequency
void c6713_dsk_init() //d
www.eeworm.com/read/131113/5948323
java dataset.java
package net.sf.dz.controller;
import java.util.Iterator;
import java.util.NoSuchElementException;
import java.util.SortedMap;
import java.util.TreeMap;
/**
* Entity supporting the data sampling.
*