代码搜索结果
找到约 10,000 项符合
U 的代码
u.m
L_total = 9;
g = [ 1 1 1;
1 0 1 ];
[n,K] = size(g);
m = K - 1;
puncture = 0;
x = [1 0 1 1 0 0 1] % info. bits
input = x;
output1 = rsc_encode(g,input,-1)
alpha=[7 6 5 4 3 2
u.txt
-1.000000000000
-1.000000000000
-1.000000000000
1.000000000000
1.000000000000
-1.000000000000
-1.000000000000
1.000000000000
-1.000000000000
-1.000000000000
1.0000000
u.txt
-1.000000
1.000000
-1.000000
1.000000
1.000000
-1.000000
-1.000000
1.000000
-1.000000
-1.000000
1.000000
-1.000000
-1.00
u.c
#include
#include
#include
#include
#include
#include
#include
int global=0;
void hello(void)
{
print
u.c
# include
# include
# include
# include
# include
# include
# include
# include
# include
u.help
Slicer Control Panel Help
This is the control panel for the slicer. The slicer allows the
user to select variables and source lines to perform slices on. A
program slice, cal
u.m
t=-1:0.01:3
f=heaviside(t)
subplot(211)
plot(t,f)
axis([-1,3,-0.2,1.2])
title('单位阶跃信号')
F=1/2+1/2*sign(t)
subpot(212)
plot(t,F)