代码搜索:Oversampling

找到约 84 项符合「Oversampling」的源代码

代码结果 84
www.eeworm.com/read/462205/7206293

mdl papr_oversampling.mdl

Model { Name "PAPR_oversampling" Version 7.0 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" Comput
www.eeworm.com/read/455707/7368077

m oversampling_echo_gen.m

function [oversampling_echo]=oversampling_echo_gen(M,L,h,p,fs,v,dv,lamga,Ps,Pn) %M: 时间采样点数 %L:过采样率 %h: 滤波器冲击响应 %p: 脉冲包络系数 %fs:重复频率 %v:信号多普勒速度 %dv:信号多普勒速度谱宽 %lamga:雷达波长 %Ps:信号功率,单位dbm %Pn:
www.eeworm.com/read/303772/13809487

m comp_dgt_fac.m

function cout=comp_dgt_fac(f,gf,a,M) %COMP_DGT_FAC Full-window factorization of a Gabor matrix. % Usage: c=comp_dgt_fac(f,gf,a,M); % % Input parameters: % f : Factored input data %
www.eeworm.com/read/216443/15006725

m comp_dgt_fw.m

function cout=comp_dgt_fw(f,gf,a,M) %COMP_DGT_FW Full-window factorization of a Gabor matrix. % Usage: c=comp_dgt_fw(f,gf,a,M); % % Input parameters: % f : Factored input data %
www.eeworm.com/read/190256/8446246

m minval_pad.m

function out=minval_pad(u) mode=u(end); % mode is appended to data to determine if transform is real to complex, or complex to complex L = length(u)-1; out = u(1:L); ym = abs(min(out)); i
www.eeworm.com/read/351732/10614582

m wcdmaspreadandmodcheckparams.m

% Check parameters of WCDMA Initial Settings Mask % Check Slot Format Parameter if(~isscalar(slotFormat) | ~isreal(slotFormat) | floor(slotFormat) ~= slotFormat | slotFormat >16 | slotFormat