代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/355085/10294902
m tempestpr.m
clear all;
x=load('d:\zhang\sparseMRI\datamat.dat');
figure(80)
imshow(x,[0 255]);
im = x>100;
TVWeight = 0.05; % Weight for TV penalty
xfmWeight = 0.0; % Weight for Transform L1 penalty
Itnli
www.eeworm.com/read/353536/10441135
m jakes.m
% modified by Alger 2006.May
function [h] = jakes(Datalen,fm,fs)
% Datalen the length of the data
% fm max doppler frequence
% fs sampling frequence
% initialing
wm = 2*pi*fm;
www.eeworm.com/read/160482/10527183
m load_wavs.m
function [wavs,fs] = load_wavs(directory)
% LOAD_WAVS Loads all wavs in the current directory.
%
% LOAD_WAVS Returns an array of all the wave files in the current directory
% and their sampling fr
www.eeworm.com/read/348791/10866866
c fet140_adc12_07.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Conversion on Single Channel
//
// This example shows how to perform a sin
www.eeworm.com/read/348791/10866869
c fet140_adc12_10.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Trigger Conversion With Timer_A
//
// Description: Trigger an A/D conversion with
www.eeworm.com/read/271244/11002088
m psd3d.m
function [t3, w3, z3]=psd3d(w, p, w1, t0, t1);
% The function PSD3D computes the variables, t3, w3, z3 for 3-D Fourier Spectrum plots.
% Computed Fourier spectrum variables w and p are passed to
www.eeworm.com/read/469031/6983897
c fet140_adc12_07.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Conversion on Single Channel
//
// This example shows how to perform a sin
www.eeworm.com/read/469031/6983899
c fet140_adc12_10.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Trigger Conversion With Timer_A
//
// Description: Trigger an A/D conversion with
www.eeworm.com/read/467764/7000879
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return