代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/329501/12951785
m main.m
% Program 6-1
% main.m
%
% Packet communication system
%
% MATLAB version
% Programmed by M.Okita
% Checked by H.Harada
%
clear;
% definit
www.eeworm.com/read/329497/12951892
m ofdm.m
% Program 4-1
% ofdm.m
%
% Simulation program to realize OFDM transmission system
%
% programmed by T.Yamamura and H.Harada
%
%********************** preparation part ************************
www.eeworm.com/read/242461/13003652
asv ofdm007.asv
% OFDM的仿真程序
% ofdm.m
%
% Simulation program to realize OFDM transmission system
%
% programmed by T.Yamamura and H.Harada
%
%********************** preparation part **************************
www.eeworm.com/read/242461/13003679
asv ofdm.asv
% Program 4-1
% ofdm.m
%
% Simulation program to realize OFDM transmission system
%
% programmed by T.Yamamura and H.Harada
%
%********************** preparation part ************************
www.eeworm.com/read/140948/13051198
m ofdm.m
% Program 4-1
% ofdm.m
%
% Simulation program to realize OFDM transmission system
%
% programmed by T.Yamamura and H.Harada
%
%********************** preparation part ************************
www.eeworm.com/read/140948/13051199
m bpsk.m
% Program 3-1
% bpsk.m
%
% Simulation program to realize BPSK transmission system
%
% Programmed by H.Harada and T.Yamamura,
%
%******************** Preparation part **********************
www.eeworm.com/read/140948/13051205
m qpsk.m
% Program 3-5
% qpsk.m
%
% Simulation program to realize QPSK transmission system
%
% Programmed by H.Harada and T.Yamamura
%
%******************** Preparation part **************************
www.eeworm.com/read/327775/13062081
m ofdm.m
% Program 4-1
% ofdm.m
%
% Simulation program to realize OFDM transmission system
%
% programmed by T.Yamamura and H.Harada
%
%********************** preparation part ************************
www.eeworm.com/read/240990/13180660
m cp0102_sinpulse_two.m
%
% FUNCTION 1.4 : "cp0102_sinpulse_two"
%
% Generates a pulse composed of 'Nc' cycles of a sinusoidal waveform
% with fixed frequency 'Fp'
%
% Programmed by Guerino Giancola
%
function [sin
www.eeworm.com/read/239550/13272787
m ldlt.m
function [L,D]=ldlt(R)
% function [L,D]=ldlt(R)
% Computes the LDU decomposition of a
% symmetric positive definite matrix.
%
% Programmed by: Dimitris Manolakis, 1996
%
%---------------------