代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/141297/5773864
py qa_filter_delay_fc.py
#!/usr/bin/env python
#
# Copyright 2004 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms
www.eeworm.com/read/407662/11412495
m upconv_cos.m
function Tx=upconv_cos(in_sig,fc,fs,m, theta)
% Upconversion by Kahye Song 2003-3-25
% fc : Carrier frequency
% fs : Sampling frequency
n=m:length(in_sig)+m-1;
I_cos=cos(2*pi*(fc/fs)*n+thet
www.eeworm.com/read/407662/11412501
m upconv_sin.m
function Tx=upconv_sin(in_sig,fc,fs,m,theta)
% Upconversion by Kahye Song 2003-3-25
% fc : Carrier frequency
% fs : Sampling frequency
n=m:length(in_sig)+m-1;
Q_sin=sin(2*pi*(fc/fs)*n+theta
www.eeworm.com/read/252508/12277959
lrc s.h.e - 藉口.lrc
[ti:藉口]
[ar:S.H.E]
[al:搜啦]
[by:ゞ從鑫認識]
[03:52.26][01:39.32][00:36.54][00:00.00]S.H.E - 借口(正式版)
[00:07.28]曲:郑楠 / 左安安 词:陈震
[00:13.27]Sampling: 听妈妈的话 词曲:周杰伦 编曲:洪敬尧
[03:40.20][01:29.01][00:19.62]ゞ從
www.eeworm.com/read/252508/12278039
lrc s.h.e - 借口.lrc
[ti:借口]
[ar:S.H.E]
[al:搜啦]
[by:ゞ從鑫認識]
[03:52.26][01:39.32][00:36.54][00:00.00]S.H.E - 借口(正式版)
[00:07.28]曲:郑楠 / 左安安 词:陈震
[00:13.27]Sampling: 听妈妈的话 词曲:周杰伦 编曲:洪敬尧
[03:40.20][01:29.01][00:19.62]ゞ從
www.eeworm.com/read/129404/14247872
m stft.m
function y = STFT(x, sampling_rate, window, window_length, step_dist, padding)
%
% y = STFT(x, sampling_rate, window, window_length, step_dist, padding)
%
% STFT produces a TF image of "x".
% The o
www.eeworm.com/read/230764/14275751
h irremote.h
/****************************************************************************/
/* TEXAS INSTRUMENTS PROPRIETARY INFORMATION */
/*
www.eeworm.com/read/167185/5464367
pwme_spec
# @(#)PWme_spec 1.2 12/8/92
# default waves parameter file for me_spec
int num_freqs ?= 513: "Number of frequencies in output records";
int max_order ?= 1000: "Maximum order of output spectra";
int st
www.eeworm.com/read/167185/5464378
pme_spec
# @(#)Pme_spec 1.5 12/8/92 ESI
# default parameter file for me_spec
int num_freqs ?= 513: "Number of frequencies in output records";
int max_order ?= 1000: "Maximum order of output spectra";
int start
www.eeworm.com/read/474583/6812918
m perform_median_filtering.m
function M = perform_median_filtering(M,k)
% perform_median_filtering - perform moving average median
%
% M = perform_median_filtering(M,k);
%
% k is the half width of the window (detult k=1).
%