代码搜索结果
找到约 10,000 项符合
2 的代码
almouti2x2.m
clc;
clear all;
close all;
clf;
no_bit=input('Enter the no. of bits generated ');
actual_data=randint(1,no_bit);
in_data=2*actual_data-1; %bpsk mapping
linColor = 'b';
linSym1 = 'o';
2bcd_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Tar
rtx_ex2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Simulator), 0x0004 // Tools: 'ARM-ADS'
Group (Source Files)
Group (Configuration)
Group (Documentation)
File 1,1,
t2_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Targ
c-pro2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,2,
a2zdisplay_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options
key2_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
p2_c2.m
% Program P2_3
% Frequency-Shifting Properties of DTFT
close all ; clear all;
w = -pi:2*pi/255:pi; wo = 0.8*pi;
num1 = [1 3 5 7 9 11 13 15 17];
L = length(num1);
h1 = freqz(num1, 1, w);
n = 0:L
p2_b2.m
% Program P2_2
% Time-Shifting Properties of DTFT
close all ; clear all;
w = -pi:2*pi/255:pi; wo = 0.4*pi; D = 20;
num = [1 2 3 4 5 6 7 8 9];
h1 = freqz(num, 1, w); h2 = freqz([zeros(1,D) num], 1