代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/422982/10595091
m bpsk and ask simulation.m
%Run from editor Debug(F)
%This m file(ASK.m) analyzes a coherent amplitute shift keyed(ASK) and a binary
%phase shift keyed(BPSK) communication system. The receiver uses a correlator
%(mixer-integrat
www.eeworm.com/read/351894/10599585
asv dtmf.asv
f = [697 770 852 941 1209 1336 1477 1633];
coef = [27980 26956 25701 24219 19073 16325 13085 9315];
%coef = [0.8539 0.8226 0.7843 0.7391 0.5821 0.4982 0.3993 0.2843];
fs = 8000
www.eeworm.com/read/277698/10611658
m ru_u.m
%该程序为vidic主程序
clear;%清除工作空间变量;
clc;format compact;format long g;
%per=[0:0.2:1.0 1.5:0.5:2 3:1:6];%设定自振周期范围,分别采用不同的密度;
per=0:0.1:3;
sp=length(per);
uc=2;
mag=0.4*9.81;
mvg=mag/1.4/9.81;
Tc=2*
www.eeworm.com/read/277698/10611674
m ru_u2.m
%该程序为vidic主程序
clear;%清除工作空间变量;
clc;format compact;format long g;
%per=[0:0.2:1.0 1.5:0.5:2 3:1:6];%设定自振周期范围,分别采用不同的密度;
per=0:0.1:3;
sp=length(per);
uc=2;
mag=0.4*9.81;
mvg=mag/1.4/9.81;
Tc=2*
www.eeworm.com/read/277698/10611685
m ru_u1.m
%该程序为vidic主程序
clear;%清除工作空间变量;
clc;format compact;format long g;
%per=[0:0.2:1.0 1.5:0.5:2 3:1:6];%设定自振周期范围,分别采用不同的密度;
per=0:0.1:3;
sp=length(per);
uc=2;
mag=0.4*9.81;
mvg=mag/0.6/9.81;
Tc=2*
www.eeworm.com/read/159578/10638392
m object_anim.m
close all;
clear all;
% a corner at the origin
corner= [
[1 0];
[0 0];
[0 1];
]';
% define an object
object = [
[ 1 0];
[ 0 1];
[ 0.5 0];
[ 0 -1];
[ 1 0];
]';
www.eeworm.com/read/159578/10638396
m object3d_persp1.m
% A simple program to demonstrate perspective projection
% on wire-frame objects.
close all;
clear all;
% make a model; first define the points...
cube.points = [ % a unit cube
[ 1/2 1/2
www.eeworm.com/read/159493/10645623
m wavelet_extract.m
%
%小波对信号特征的提取
%
%
load nearbrk;
s=nearbrk;
%一维原始信号
subplot(4,2,1);
plot(s);
ylabel('s');
title('原始信号');
[c,l]=wavedec(s,4,'haar');%利用harr小波信号进行3层分解
for i=1:4
decmpa=wrcoef('a',c,l,'haar
www.eeworm.com/read/159493/10645627
asv wavelet_extract.asv
%
%小波对信号特征的提取
%
%
load nearbrk;
s=nearbrk;
%一维原始信号
subplot(4,2,1);
plot(s);
ylabel('s');
title('原始信号');
[c,l]=wavedec(s,4,'haar');%利用harr小波信号进行3层分解
for i=1:4
decmpa=wrcoef('a',c,l,'haar
www.eeworm.com/read/159425/10650513
m vedicentro.m
% image acquisition
a=imread('101_1.tif');
% rotate image
a=imrotate(a,-20);
% write to a BitMap image the rotated mage
img=double(a);
% if image sizes are not 8*K where K is an integer
% image