代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/339954/12191074
m calculatepllcoef.m
function [c1,c2] = calculatePLLCoef(zeta,bandwidth)
% Calculates coefficients used in the carrier tracking loop(PLL)
% zeta : tamping factor
% bandwidth : nosie bandwidth
tUpd = 0.001; %integrati
www.eeworm.com/read/252197/12293042
m firrcos.m
function [b,a]=firrcos(varargin)
%FIRRCOS Raised Cosine FIR Filter design.
% B=FIRRCOS(N,Fc,DF,Fs) returns an order N low pass linear phase FIR
% filter with a raised cosine transition band.
www.eeworm.com/read/252197/12293802
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
clear
echo on
pn0_db=[-20:0.1:30];
pn0=10.^(pn0_db./10);
capacity=3000.*log2(1+pn0/3000);
pause % Press a key to see a plot of channel capacity vs.
www.eeworm.com/read/131284/14152310
cpp newmat4.cpp
//$$ newmat4.cpp Constructors, ReDimension, basic utilities
// Copyright (C) 1991,2,3,4: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
//#define REPORT {
www.eeworm.com/read/232108/14208737
m missile_vr_dat.m
% AERO_GUID_DAT Initialization file for missile guidance model
%
% See also: AERO_SANIM and Simulink model 'aero_guidance'
% J.Hodgson
% Copyright 1990-2001 The MathWorks, Inc.
% $Revisio
www.eeworm.com/read/128482/14293912
m interfcode.m
function [exectime, data] = interfcode(seg, data)
BWshare = 0.5; % Fraction of the network bandwidth occupied by this node
if (rand(1) < BWshare)
ttSendMsg(1, 1, 10); % send 10 bytes to myself
en
www.eeworm.com/read/225922/14511090
f90 plugin.f90
SUBROUTINE plugin(x,n,z,m,f,h)
! Code converted using TO_F90 by Alan Miller
! Date: 2001-06-11 Time: 12:41:50
!-----------------------------------------------------------------------
!
www.eeworm.com/read/224581/14582559
m qpsk.m
%信号分选
clear all;
fc=14400000; %载波频率
fd=100000; %信号带宽
f0=20400000;
modulation=0;
Ns=6400;
t=0:1/fs:(Ns-1)/fs;
k=1:Ns;
SKN=0;
q=(randint(500,1,2));
len = length(modulation);
www.eeworm.com/read/216263/15022510
m exa4_6.m
% exa4-6_lp2bp for example4-6
% chebshev I analog lowpass filter prototype to bandpass filter
clear all;
N=5;
Rp=3;
wl=200*pi;
wh=1000*pi;
% Chebyshev analog lowpass filter prototype
[z,p,k
www.eeworm.com/read/216263/15022516
m exa4_7.m
% exa4-7_lp2bs for example4-7
% chebshev I analog lowpass filter prototype to bandstop filter
clear all;
N=9;
Rp=3;
wl=200*pi;
wh=1000*pi;
% Chebyshev analog lowpass filter prototype
[z,p,k