代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/163075/10176933
m example2_5_1.m
load noisdopp; %装载信号
s = noisdopp;
[swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解
whos
figure(1);
subplot(1,2,1), plot(swa); %显示低频和高频部分
title('Approximation cfs')
subplot(1,2,2), plot(swd);
www.eeworm.com/read/160253/10548882
m example2_5_1.m
load noisdopp; %装载信号
s = noisdopp;
[swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解
whos
figure(1);
subplot(1,2,1), plot(swa); %显示低频和高频部分
title('Approximation cfs')
subplot(1,2,2), plot(swd);
www.eeworm.com/read/418342/10952667
m intline.m
function [x, y] = intline(x1, x2, y1, y2)
%INTLINE Integer-coordinate line drawing algorithm.
% [X, Y] = INTLINE(X1, X2, Y1, Y2) computes an
% approximation to the line segment joining (X1, Y1) a
www.eeworm.com/read/464287/7166768
m a39.m
load noisdopp; %装载信号
s = noisdopp;
[swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解
whos
figure(1);
subplot(1,2,1), plot(swa); %显示低频和高频部分
title('Approximation cfs')
subplot(1,2,2), plot(swd);
www.eeworm.com/read/326135/13163190
m intline.m
function [x, y] = intline(x1, x2, y1, y2)
%INTLINE Integer-coordinate line drawing algorithm.
% [X, Y] = INTLINE(X1, X2, Y1, Y2) computes an
% approximation to the line segment joining (X1, Y1) a
www.eeworm.com/read/310212/13655074
m intline.m
function [x,y] = intline(x1, x2, y1, y2)
%INTLINE Integer-coordinate line drawing algorithm.
% [X, Y] = INTLINE(X1, X2, Y1, Y2) computes an
% approximation to the line segment joining (X1, Y1)
www.eeworm.com/read/305249/13776042
m example2_5_1.m
load noisdopp; %装载信号
s = noisdopp;
[swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解
whos
figure(1);
subplot(1,2,1), plot(swa); %显示低频和高频部分
title('Approximation cfs')
subplot(1,2,2), plot(swd);
www.eeworm.com/read/304876/6356590
m example2_5_1.m
load noisdopp; %装载信号
s = noisdopp;
[swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解
whos
figure(1);
subplot(1,2,1), plot(swa); %显示低频和高频部分
title('Approximation cfs')
subplot(1,2,2), plot(swd);
www.eeworm.com/read/485466/6562979
m example2_5_1.m
load noisdopp; %装载信号
s = noisdopp;
[swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解
whos
figure(1);
subplot(1,2,1), plot(swa); %显示低频和高频部分
title('Approximation cfs')
subplot(1,2,2), plot(swd);
www.eeworm.com/read/157965/11653540
m 信号去噪.m
load noisdopp; %装载信号
s = noisdopp;
[swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解
whos
figure(1);
subplot(1,2,1), plot(swa); %显示低频和高频部分
title('Approximation cfs')
subplot(1,2,2), plot(swd);