代码搜索:downsample
找到约 191 项符合「downsample」的源代码
代码结果 191
www.eeworm.com/read/252454/12281834
m person3_102411.m
clear;
%%function L = downsample(H,n)
s1='w_34_';
% s3='.jpg';
% s4='a.jpg';
s3='.bmp';
s4='b.bmp';
H=cell(51,1);
L=cell(51,1);
n=4; %downsample by n
% XL = downsample(H,n);
% for k=1:1
for k=1:
www.eeworm.com/read/160611/5568673
wcl sndfn.wcl
nyqsrc\sndfnint nyqsrc\sound.h nyqsrc\downsample.h snd\snd.h nyqsrc\sndread.h
nyqsrc\sndseq.h nyqsrc\add.h nyqsrc\multiseq.h
nyqsrc\samples.h nyqsrc\sndwrite.h nyqsrc\sndmax.h nyqsrc\compose.h
nyqsr
www.eeworm.com/read/160611/5568683
cl sndfn.cl
:nyqsrc:sndfnint :nyqsrc:sound.h :nyqsrc:downsample.h :nyqsrc:sndread.h
:nyqsrc:sndseq.h :nyqsrc:add.h :nyqsrc:multiseq.h
:nyqsrc:samples.h :nyqsrc:sndwrite.h :nyqsrc:sndmax.h :nyqsrc:compose.h
:nyq
www.eeworm.com/read/300092/13935128
txt matlab16qam.txt
%16QAM调制解调
%调制qammod(a,16); 解调用qamdemod 画星座图modmap('qam',4)
clear; %设置参数
M = 16;
fd=200;
fc=4*fd;
fs=4*fc;
rolloff = 0.5;
nsamp = 4;
num=1000; %符号个数
% ******* -----产
www.eeworm.com/read/200439/15433429
m test_subfingerprint.m
% zorro write test_subfingerprint
% Author: zorro
% Date: 2007-3-4
function [s1_subfingerprint,aspc] = test_subfingerprint(wavefile,method,startpos,length)
if nargin < 2; method = 0; end
if n
www.eeworm.com/read/460181/7256335
m afb_sym.m
function [lo, bp, hi] = afb_sym(x, af)
% ANALYSIS FILTER BANK
% with symmetric extensions
% for even-length h0, h1
% [lo, bp, hi] = afb_even(x, af)
% INPUT
% x : input signal (even-le
www.eeworm.com/read/440289/7690992
m dnsample.m
function [y,m] = dnsample(x,n,M)
% Implements downsampling on x by a factor of M
% with careful attention to the origin of the time axis at n = 0
% For Example
% [y,m] = dnsample(x,n,M);
index =
www.eeworm.com/read/263333/11366907
m morpnn.m
clc
clear
'start morphological neural networks'
t1=clock; %计时开始
load F:\data(important)\T72_mag.mat %%%%读入T72的数据图像
T72=mobandata;
[rt72,ct72]=size(T72);
load F:\data(important)\BMP_mag.ma
www.eeworm.com/read/331523/7110154
c pesqdsp.c
/*****************************************************************************
Perceptual Evaluation of Speech Quality (PESQ)
ITU-T Draft Recommendation P.862.
Version 1.1 - 15 November 2000.
www.eeworm.com/read/162807/5514233
c jcsample.c
/*
* jcsample.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fi