代码搜索结果
找到约 582,192 项符合
Cortex-M 的代码
matrix1.m
m=[1 2 3 4;5 6 7 8;9 10 11 12]
p=[1 1 1 1
2 2 2 2
3 3 3 3]
a=[]
b=zeros(2,3)
c=ones(2,3)
d=eye(2,3)
e=eye(3,3)
liti14.m
[x,y,z]=peaks(30);
surf(x,y,z)
axis([-3 3 -3 3 -10 10])
%axis off
%shading interp
%colormap(hot)
m=moviein(15);
for i=1:15
view(-37.5+24*(i-1),30)
m(:,i)=getframe;
end
movie(m)
liti6.m
M=normrnd([1 2 3;4 5 6],0.1,2,3)
liti5.m
[m,v]=normstat(3,5)
wbsignal.m
%wbsignal.m Generates wide band random sequence.Represents one info bit
len_code = 128; %length of random sequence
code = 2*round(rand(1,len_code))-1; %generates random sequence {1,-1}
sa
sin1500.m
%sin1500.m Generates 128 points representing sin(1500) Hz
%Creates file sin1500.h
for i=1:128
sine(i) = round(1000*sin(2*pi*(i-1)*1500/8000)); %sin(1500)
end
fid = fopen('sin1500.h','w');
adaptnoise.m
%Adaptnoise.M Generates: dplusn.h (s312+s1500), refnoise.h cos(312),and sin1500.h
for i=1:128
desired(i) = round(100*sin(2*pi*(i-1)*1500/8000)); %sin(1500)
addnoise(i) = round(100*sin(2*pi*(
designsteps.m
%% designsteps.m Software Linear PLL MATLAB design and simulation program
%% Upendra Ummethala and Mike Mellor
%% December 19, 2000 EE539 Real Time DSP Final Project
%%%%%%%%%%%%%%%%%%%%%%%%%%%
thanks4.m
function e=thanks4(varargin)
%This programme offers return option for rl_load.m,rc.m,sprec.m,fullwave.m,bridge.m,tphase.m
if (nargin == 0)
d=menu('Hellow Again','You Want To Recalculate S
graphics2.m
function t=graphics2(varargin)
%This function is designed to reduce the load on the programme (to avoid repitition)
%This programme runs with and without "ac_controller.m"
if (nargin == 0)
D