代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/351309/10659143
m rasta.m
function y=rasta(x,fs,low,high)
% function y=rasta(x,fs) where x is the input data (rows of time data),
% and fs is the frame rate (sampling rate) in Hz. This is a modified
% version of the origina
www.eeworm.com/read/467324/7009833
m ip_07_01.m
% MATLAB script for Illustrated Problem 1, Chapter 7.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T; % carrier frequen
www.eeworm.com/read/467324/7009854
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling freq
www.eeworm.com/read/461240/7231244
m frequency_to_time_domain.m
function [x] = frequency_to_time_domain(X, df, time_array)
% X : array including the sampled values at discrete frequency steps
% df : sampling period in frequency domain
% time_array : list of ti
www.eeworm.com/read/461240/7231245
m time_to_frequency_domain.m
function [X] = time_to_frequency_domain(x, dt, frequency_array, time_shift)
% x : array including the sampled values at discrete time steps
% dt : sampling period, duration of an FDTD time step
%
www.eeworm.com/read/461240/7231287
m frequency_to_time_domain.m
function [x] = frequency_to_time_domain(X, df, time_array)
% X : array including the sampled values at discrete frequency steps
% df : sampling period in frequency domain
% time_array : list of ti
www.eeworm.com/read/461240/7231288
m time_to_frequency_domain.m
function [X] = time_to_frequency_domain(x, dt, frequency_array, time_shift)
% x : array including the sampled values at discrete time steps
% dt : sampling period, duration of an FDTD time step
%
www.eeworm.com/read/461240/7231332
m frequency_to_time_domain.m
function [x] = frequency_to_time_domain(X, df, time_array)
% X : array including the sampled values at discrete frequency steps
% df : sampling period in frequency domain
% time_array : list of ti
www.eeworm.com/read/461240/7231333
m time_to_frequency_domain.m
function [X] = time_to_frequency_domain(x, dt, frequency_array, time_shift)
% x : array including the sampled values at discrete time steps
% dt : sampling period, duration of an FDTD time step
%
www.eeworm.com/read/461240/7231375
m frequency_to_time_domain.m
function [x] = frequency_to_time_domain(X, df, time_array)
% X : array including the sampled values at discrete frequency steps
% df : sampling period in frequency domain
% time_array : list of ti