代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/186716/8914438
m mixer.m
function [out] = mixer(in,fc)
% MIXER ....... Mix (multiply) two input sequences.
%
% Z = MIXER(X,Y) generates the sequence Z such that: Z(n) = X(n)*Y(n).
%
% AUTHORS : M. Zeytinoglu & N. W.
www.eeworm.com/read/186078/8961439
pci 80867010.pci
%! Detailed register description file for PCICFG.EXE by Ralf Brown
%!
%! Filename 80867010.PCI = Vendor 8086h, Device 7010h -- Intel 82371 IDE Ctrlr
%! Last Edit 10jan99 by Ralf Brown
%!
[See
www.eeworm.com/read/186078/8961497
pci 80861230.pci
%! Detailed register description file for PCICFG.EXE by Ralf Brown
%!
%! Filename 80861230.PCI = Vendor 8086h, Device 1230h Intel 82371FB IDE Ctrlr
%! Last Edit 1/10/99 by Craig Hart
%!
[See
www.eeworm.com/read/179737/9341201
m ex661.m
%-----------------------------------------------------------------------------
% Example 6.6.1
% Compute element matrix for two-dimens
www.eeworm.com/read/359810/10123939
m channelgenerator2.m
%The multipath channel matrix generator
%Using rayleighchan function in MATLAB
%chnums is the number of channel realizations
%fd is the Doppler frequency
%divn is the number of diversity branches
www.eeworm.com/read/359810/10123946
m raych2.m
%Rayleigh channel function
%ch is the CSI matrix of size 90 by chnums
%chnums is the number of channel realizations.
%fd is the doppler frequency.
%
%by Yuanye Wang
%CTIF, Aalborg University
%y
www.eeworm.com/read/160929/10469424
m p10_4.m
% Program P10_4
% Effect of Down-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
clf;
freq = [0 0.42 0.48 1]; mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/160929/10469439
m p10_3.m
% Program P10_3
% Effect of Up-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and plot t
www.eeworm.com/read/160929/10469773
m p10_4.m
% Program P10_4
% Effect of Down-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
clf;
freq = [0 0.42 0.48 1]; mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Eval
www.eeworm.com/read/160929/10469792
m p10_3.m
% Program P10_3
% Effect of Up-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and