代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/203890/15349851
m ldivide.m
function c = ldivide(a,b)
% overloading of operator .\
% $Id: ldivide.m 111 2006-03-14 10:30:29Z bassus $
if isa(a,'signal') & isa(b,'signal')
if a.fs ~= b.fs
error('sampling frequencies do
www.eeworm.com/read/203319/15361926
m uwb_sv_channel.m
function h=UWB_SV_channel(num_channels,cm_num,ts)
% S-V channel model evaluation
% Input Parameters: 1. ts is sampling time (nsec)
% 2. num_channels is the number of channel impul
www.eeworm.com/read/433250/8537520
m spec4.m
function [tfd, t, f] = spec4(x, fs, w)
% spec4 -- Compute samples of the type IV spectrogram.
%
% Usage
% [tfd, t, f] = spec4(x, fs, w)
%
% Inputs
% x signal vector
% fs sampling fre
www.eeworm.com/read/287770/8670641
m rdivide.m
function c = rdivide(a,b)
% overloading of operator ./
% $Id: rdivide.m 83 2005-08-19 11:05:34Z mairas $
if isa(a,'signal') & isa(b,'signal')
if a.fs ~= b.fs
error('sampling frequencies do n
www.eeworm.com/read/180485/9305491
m program_10_4.m
% Program 10_4
% Effect of Down-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.42 0.48 1];
mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/167781/9952840
m program_10_4.m
% Program 10_4
% Effect of Down-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.42 0.48 1];
mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/165851/10049103
m program_10_4.m
% Program 10_4
% Effect of Down-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.42 0.48 1];
mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/357506/10208343
m program_13_4.m
% Program 13_4
% Effect of Down-Sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.42 0.48 1];
mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/352445/10552077
m spec4.m
function [tfd, t, f] = spec4(x, fs, w)
% spec4 -- Compute samples of the type IV spectrogram.
%
% Usage
% [tfd, t, f] = spec4(x, fs, w)
%
% Inputs
% x signal vector
% fs sampling fre
www.eeworm.com/read/420197/10811067
m costas2.m
close all;
clear all;
%**** Initialize the Varibales ******
fs = 12e6; %sampling rate
ts = 1/fs; %time delay
num = 2.5e6;
SNR = -15;
real_fc = 3563000; % real signal frequency
data = sin(2*pi*