代码搜索:Decimation

找到约 613 项符合「Decimation」的源代码

代码结果 613
www.eeworm.com/read/284911/8883726

f fftsg2d.f

! Fast Fourier/Cosine/Sine Transform ! dimension :two ! data length :power of 2 ! decimation :frequency ! radix :split-radix, row-column ! data :inplace ! table
www.eeworm.com/read/284911/8883754

f fftsg3d.f

! Fast Fourier/Cosine/Sine Transform ! dimension :three ! data length :power of 2 ! decimation :frequency ! radix :split-radix, row-column ! data :inplace ! tab
www.eeworm.com/read/359177/10162561

txt simgetresult.txt

>> mymodelpar=simget('ch2example23') mymodelpar = AbsTol: 'auto' % 绝对精度 Debug: 'off' % 调式 Decimation: 1 % 输出分辨率 DstWorkspace: 'curren
www.eeworm.com/read/459044/7283958

txt simgetresult.txt

>> mymodelpar=simget('ch2example23') mymodelpar = AbsTol: 'auto' % 绝对精度 Debug: 'off' % 调式 Decimation: 1 % 输出分辨率 DstWorkspace: 'curren
www.eeworm.com/read/136573/13371424

c fft8g.c

/* Fast Fourier/Cosine/Sine Transform dimension :one data length :power of 2 decimation :frequency radix :8, 4, 2 data :inplace table :use functions c
www.eeworm.com/read/305286/13775800

c fft8g.c

/* Fast Fourier/Cosine/Sine Transform dimension :one data length :power of 2 decimation :frequency radix :8, 4, 2 data :inplace table :use functions c
www.eeworm.com/read/284911/8883714

c fftsg2d.c

/* Fast Fourier/Cosine/Sine Transform dimension :two data length :power of 2 decimation :frequency radix :split-radix, row-column data :inplace table :use
www.eeworm.com/read/284911/8883736

c fftsg3d.c

/* Fast Fourier/Cosine/Sine Transform dimension :three data length :power of 2 decimation :frequency radix :split-radix, row-column data :inplace table :u
www.eeworm.com/read/284911/8883752

c fft4f2d.c

/* Fast Fourier/Cosine/Sine Transform dimension :two data length :power of 2 decimation :frequency radix :4, 2, row-column data :inplace table :use functi
www.eeworm.com/read/435244/1865326

asm decimate.asm

; ; Project: Experiment 4.5.7 Sample Rate Convertor using FIR filter - Chapter 4 ; File name: decimate.asm ; ; Description: This is the C55x implementation of the decimation filter ; ; For