代码搜索:小样本
找到约 10,000 项符合「小样本」的源代码
代码结果 10,000
www.eeworm.com/read/486204/6538128
m 6-7.m
%例程6-7 方波信号的连续小波变换
% e.g.6-7.m for example6-7;
%test the function of cwt
clear all;
t=0:.01*pi:10*pi;
x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/485392/6561222
m 6-7.m
%例程6-7 方波信号的连续小波变换
% e.g.6-7.m for example6-7;
%test the function of cwt
clear all;
t=0:.01*pi:10*pi;
x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/485466/6562934
m example7_13.m
%装载并显示原始图像
load flujet;
subplot(1,2,1);
image(X);colormap(map);
title('原始图像');
%=====================================
%对图像X用小波db3进行2层分解
[c,l]=wavedec2(X,2,'db3');
Csize=size(c);
%============
www.eeworm.com/read/485466/6562946
m example7_10.m
%装载并显示原始图像
load flujet;
subplot(1,2,1);
image(X);colormap(map);
title('原始图像');
axis square;
%==============================
%首先利用小波db3对图像X进行2层分解
[c,l]=wavedec2(X,2,'db3');
%==================
www.eeworm.com/read/482867/6615459
m decodeaudio.m
function output = decodeAudio(codebook, C, L)
% 解码码输入的音频信息
% 输入: 压缩的音频信号
% 输出: 解码以后的信号
% 矢量量化解码
[y]=testlvq1(C);
% 小波的重建
output = waverec(C, L,'dB10');
www.eeworm.com/read/264337/11319482
m chgoudslow.m
function out=chgoudslow(a)
b=a;
%提取点蚀小波分解系数a的低频段
a(1:64)=0;
a(65:128)=fft(b(65:128));
a(129:256)=fft(b(129:256));
a(257:512)=fft(b(257:512));
a(513:2048)=0;
a(2049:4096)=0;
a(4097:8192)=0;
a
www.eeworm.com/read/264337/11319489
m chgoulwlow.m
function out=chgoulwlow(a)
b=a;
%提取裂纹小波分解系数a的低频段
a(1:32)=0;
a(33:64)=fft(b(33:64));
a(65:128)=fft(b(65:128));
a(129:256)=fft(b(129:256));
a(257:512)=0;
a(513:1024)=0;
a(1025:2048)=0;
a(2049:
www.eeworm.com/read/407306/11420929
c ledping.c
/*****************************************************
双色8字LED点阵屏+DS1302电子钟 C 程序
******************************************************
红色绿色屏须串联595连级输出数据,138行驱动。
根据小邓屏修改
修改:王一凡 时间:2008年9月16日
www.eeworm.com/read/405246/11467691
m daubechies_discrete_wavelet.m
% 此程序实现构造小波基
% periodic_wavelet.m
function ss=periodic_wavelet;
clear;clc;
% global MOMENT; % 消失矩阶数
% global LEFT_SCALET; % 尺度函数左支撑区间
% global RIGHT_SCALET; % 尺度函数右支撑区间
% global LEFT_
www.eeworm.com/read/403968/11493560
txt 1107.txt
日月光华 -- Network精华区文章阅读
--------------------------------------------------------------------------------
发信人: xht (小呆), 信区: Network
标 题: 总线型局域网维护五招
发信站: 日月光华站 (Sat Feb 13 15:26:29 1999) , 转信