代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
www.eeworm.com/read/202248/15387916
txt [转载]2003专业硕士英语清华学习资料.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: [转载]2003专业硕士英语清华学习资料
Date: Mon, 28 Feb 2005 12:03:36 +0800 (CST)
Status: RO
作者: tenvor (笑笑) 站内: KaoYan
标题: [转载]2003专业硕士英语清华学习资料
时
www.eeworm.com/read/202083/15390666
doc 循序渐进学习使用winpcap.doc
www.eeworm.com/read/200968/15419753
txt 中国it实验室学习下载频道.txt
中国IT实验室学习下载频道
http://download.chinaitlab.com
中国IT实验室学习下载频道是一个日访问量高达200万以上的大型学习
资料下载平台,其拥有1000G以上的免费学习资料,涵盖考试资源、视频教学、
电子教材、工程方案、源码仓库等栏目。本频道每日保持大量更新,请随
时关注我们。中国IT实验室学习下载频道将全力打造国内最大的学习
资料下载 ...
www.eeworm.com/read/200061/15441452
txt 中国it实验室学习下载频道.txt
中国IT实验室学习下载频道
http://download.chinaitlab.com
中国IT实验室学习下载频道是一个日访问量高达200万以上的大型学习
资料下载平台,其拥有1000G以上的免费学习资料,涵盖考试资源、视频教学、
电子教材、工程方案、源码仓库等栏目。本频道每日保持大量更新,请随
时关注我们。中国IT实验室学习下载频道将全力打造国内最大的学习
资料下载 ...
www.eeworm.com/read/103571/15728845
caj 交互支持向量机学习算法及其应用.caj
www.eeworm.com/read/433250/8537315
m demo_wigner4.m
function demo_wigner4(x, y)
% demo_wigner4 -- show some properties of the type 4 Wigner distribution
%
% Usage
% demo_wigner4(x, y)
%
% Inputs
% x one signal (odd length), optional
% y
www.eeworm.com/read/433142/8543109
m vxcorr.m
%file vxcorr.m
function [c,lags]=vxcorr(a,b)
%this function calculates the unscaled cross_correlation of 2
%vectors of the same length . the output length(c) is
%length(a)+length(b)-1. It is a sim
www.eeworm.com/read/431418/8677618
m melbankm.m
function [x,mn,mx]=melbankm(p,n,fs,fl,fh,w)
%MELBANKM determine matrix for a mel-spaced filterbank [X,MN,MX]=(P,N,FS,FL,FH,W)
%
% Inputs: p number of filters in filterbank
% n length of fft
www.eeworm.com/read/285065/8871298
log cc_build_debug.log
------------------------------ FFT.pjt - Debug ------------------------------
Build Complete,
0 Errors, 0 Warnings, 0 Remarks.
www.eeworm.com/read/186973/8887344
m c101.m
N=32;k=0:N-1;
f=[ones(1,5) zeros(1,23) ones(1,4)];
Fr=1/32*fft(f);
r=k;
stem(k,Fr),grid