代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/423126/2029249
m hrollfcoef.m
% Program 3-3
% hrollfcoef.m
%
% Generate coefficients of Nyquist filter
%
% programmed by H.Harada
%
function [xh] = hrollfcoef(irfn,ipoint,sr,alfs,ncc)
%****************** variables ****
www.eeworm.com/read/423126/2029257
m comb.m
% Program 2-4
% comb.m
%
% Generate additive white gausian noise
%
% Programmed by H.Harada
%
function [iout,qout] = comb (idata,qdata,attn)
%****************** variables ************
www.eeworm.com/read/423126/2029260
m oversamp2.m
% Program 3-17
% oversamp2.m
%
% Function to sample "sample" time
%
% programmed by H.Harada
%
function [out] = oversamp2( iin, ntot , sample)
% ******************************************
www.eeworm.com/read/423126/2029263
m qam16.m
% Program 3-21
% qam16
%
% Simulation program to realize 16QAM transmission system
%
% Programmed by H.Harada and R.Funada
%
%******************** preparation part ***************************
www.eeworm.com/read/423126/2029269
m delay.m
% Program 2-7
% delay.m
%
% Gives delay to input signal
%
% Programmed by H.Harada
%
function [iout,qout] = delay( idata, qdata , nsamp , idel )
%****************** variables ******************
www.eeworm.com/read/423126/2029272
m qpskmod.m
% Program 3-9
% qpskmod.m
%
% Function to perform QPSK modulation
%
% Programmed by H.Harada
%
function [iout,qout]=qpskmod(paradata,para,nd,ml)
%****************** variables *************
www.eeworm.com/read/423126/2029275
m qpskdemod.m
% Program 3-10
% qpskdemod.m
%
% Function to perform QPSK demodulation
%
% programmed by H.Harada
%
function [demodata]=qpskdemod(idata,qdata,para,nd,ml)
%****************** variables ****
www.eeworm.com/read/367504/2841946
readme
GBIOS Sandpoint Notes
GBIOS Sandpoint support is still quite early, and has only been tested with
an Altimus PPMC.
GBIOS is experimental, so GBIOS on the Altimus should be programmed into the
local
www.eeworm.com/read/257015/4366692
m lintest.m
% PROGRAM FOR DEMONTRATING CONTROL BASED ON INSTANTANEOUS LINEARIZATION
%
% Programmed by Magnus Norgaard, IAU/IMM, Technical Univ. of Denmark
% LastEditDate: Feb. 20, 1996
close all
StopDemo=0;
www.eeworm.com/read/474514/6811150
java main.java
/* Programmed By: Dhaval Tamboli
2493194
Program: Program to compute the CRC of a message using CRC-16
*/
package crcmain;
import java.io.*;
public class Main {
int c