代码搜索:如何学习 cutoff?

找到约 10,000 项符合「如何学习 cutoff?」的源代码

代码结果 10,000
www.eeworm.com/read/155166/11892807

m kdiff.m

% kdiff.m - lowpass FIR differentiator design using Kaiser window. % % h = kdiff(fs, fc, Df, A) % % fc = cutoff frequency in [Hz] % Df = transition width in [Hz] % A = stopband ripple attenuation in [
www.eeworm.com/read/255005/12106840

txt kdiff.m.txt

% kdiff.m - lowpass FIR differentiator design using Kaiser window. % % h = kdiff(fs, fc, Df, A) % % fc = cutoff frequency in [Hz] % Df = transition width in [Hz] % A = stopband ripple attenuation in [
www.eeworm.com/read/232474/14194958

m incfreq2.m

% mar 6, 2007: to plot Fourier coeffs vs freq for decreasing freq-cutoff % this is for a rectangular shape of width 1, sinc result also included % clear; hold off; tau = 1; % width of rectangular
www.eeworm.com/read/193736/8205160

m kdiff.m

% kdiff.m - lowpass FIR differentiator design using Kaiser window. % % h = kdiff(fs, fc, Df, A) % % fc = cutoff frequency in [Hz] % Df = transition width in [Hz] % A = stopband ripple attenuation in [
www.eeworm.com/read/134087/14008783

m kdiff1.m

% kdiff.m - lowpass FIR differentiator design using Kaiser window. % % h = kdiff(fs, fc, Df, A) % % fc = cutoff frequency in [Hz] % Df = transition width in [Hz] % A = stopband ripple attenuation in [
www.eeworm.com/read/134087/14009133

m kdiff.m

% kdiff.m - lowpass FIR differentiator design using Kaiser window. % % h = kdiff(fs, fc, Df, A) % % fc = cutoff frequency in [Hz] % Df = transition width in [Hz] % A = stopband ripple attenuation in [
www.eeworm.com/read/203170/15364515

m kaiser_differentiator_design.m

% kdiff.m - lowpass FIR differentiator design using Kaiser window. % % h = kdiff(fs, fc, Df, A) % % fc = cutoff frequency in [Hz] % Df = transition width in [Hz] % A = stopband ripple attenuation in [
www.eeworm.com/read/112799/15476572

m kdiff.m

% kdiff.m - lowpass FIR differentiator design using Kaiser window. % % h = kdiff(fs, fc, Df, A) % % fc = cutoff frequency in [Hz] % Df = transition width in [Hz] % A = stopband ripple attenuation in [
www.eeworm.com/read/105342/15669987

m coefficients.m

% This file generates coefficients and test data for Block_FIR.asm example N = 63; % Number of TAPS - 1 Pnts = 128; % Number of Samples Wn = 1000; % Sample Rate Fc = 100; % Cutoff Frequ
www.eeworm.com/read/192685/8360443

txt 编一个vcd播放器,请问如何在画面上打上字幕.txt

我 认 为 您 的 工 作 不 适 合 用 VB完 成 , 建 议 您 使 用 VC或 其 它 处 理 速 度 足 够 的 工 具 。 基 本 思 路 是 : 取 得 ( 每 ) 一 幅 图 片 显 示 在 一 个 DC上 , 在 ( 每 ) 这 个 DC上 绘 画 您 需 要 显 示 的 文 字 。 要 想 获 得 像 超 级 解 霸 一 样 的 字 幕 可 采 用 以 下