代码搜索:hanning
找到约 563 项符合「hanning」的源代码
代码结果 563
www.eeworm.com/read/359349/10153894
m hanning.m
% Name:Hanning.m
clear,close all;
L=input('Type in the length N=');
n=0:L-1;
w=0.5*(1-cos(2*pi*n/(L-1))).*(u(n)-u(n-L));
x=0.4*sin(0.4*pi*(n-ceil(L/2)+eps+1))./(0.4*pi*(n-ceil(L/2)+eps+1)).*w;
%
www.eeworm.com/read/358122/10195917
c hanning.c
/********************************************************************
* Project: Tasking-STM32-Stick
* File: hanning.c
*
* System: Cortex ARMv7 32 Bit (STM32FRT)
* Compiler: Taskin
www.eeworm.com/read/355516/10259838
asm hanning.asm
.include "ccall.asm"
M .set 8 ; Sine table size log2
.text
.def _ti_hanning
_ti_hanning:
pre_ccall 3,AR_X,AR_Y,AR_N
; Modify any registers needed
spm 1 ; MUST Set Product shift to +1
www.eeworm.com/read/158835/10724604
rar hanning.rar
www.eeworm.com/read/240545/13214273
dat hanning.dat
0,2.35301e-006,9.41201e-006,2.11769e-005,3.76477e-005,5.88241e-005,8.47059e-005,0.000115293,0.000150585,0.000190582,0.000235282,0.000284687,0.000338795,0.000397606,0.000461119,0.000529334,0.000602249,
www.eeworm.com/read/310212/13654726
m hanning.m
function w = hanning(n_est,sflag)
%HANNING Hanning window.
% W = HANNING(N) returns the N-point symmetric Hanning window
% in a column vector.
% W = HANNING(N,SFLAG) generates the N-po
www.eeworm.com/read/343227/11962898
m hanning.m
function w = hanning(n)
%hanning Hanning window (introduced for MATLAB compatibility).
% Use: w = hanning(n).
% Note: As of octave 2.0.14, this function is not needed
% a
www.eeworm.com/read/154209/11983375
m hanning.m
function w = hanning(n_est,sflag)
%HANNING Hanning window.
% W = HANNING(N) returns the N-point symmetric Hanning window
% in a column vector.
% W = HANNING(N,SFLAG) generates the N-po
www.eeworm.com/read/459034/1575073
m hanning.m
## Copyright (C) 1995, 1996, 1997 Andreas Weingessel
##
## This file is part of Octave.
##
## Octave is free software; you can redistribute it and/or modify it
## under the terms of the GNU Gene