代码搜索:Realization

找到约 607 项符合「Realization」的源代码

代码结果 607
www.eeworm.com/read/300562/13905741

m ip_02_04.m

% MATLAB script for Illustrative Problem 4, Chapter 2. echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % take the ensemble average over 10 realizations X=rand(1,N)-1/2
www.eeworm.com/read/300086/13936358

m ip_02_04.m

% MATLAB script for Illustrative Problem 4, Chapter 2. echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % take the ensemble average over 10 realizations X=ran
www.eeworm.com/read/132953/14065349

m ip_02_04.m

% MATLAB script for Illustrative Problem 4, Chapter 2. echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % take the ensemble average over 10 realizations X=rand(1,N)-1/2
www.eeworm.com/read/101557/15826366

m ip_02_04.m

% MATLAB script for Illustrative Problem 4, Chapter 2. echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % take the ensemble average over 10 realizations X=ran
www.eeworm.com/read/286045/8792513

m free.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 生成scale-free网络,目的是在这个网络结构上展开相关的讨论! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/383526/8940027

m mimo_channel.m

function Channel_H = mimo_channel(Tx_n, Rx_n, Path_n, fc, v, fs, time_slot, Channel_n) % 衰落信道程序(jakes) % usage: ch = mimo_channel(1, 1, 2, 900, 150, 250000, 2000,1) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/383526/8940032

m autocorr_sim.m

function autocorr_sim=autocorr_sim(K,N,num_trials) % AUTOCORR_SIM(M,K,N,NUM_TRAIL,FDTS) % usage: autocorr_sim_1(2e4,3e4,1e2) % AUTOCORR_SIM simulate the autocorrelation of the proposed fad
www.eeworm.com/read/284301/8948044

pkg-info

Metadata-Version: 1.0 Name: a2dp-python Version: 0.62 Summary: partial realization of A2DP, AVDTP and AVRCP bluetooth profiles Home-page: http://sourceforge.net/projects/a2dp-python Author: Sergei Kri
www.eeworm.com/read/284301/8948055

py setup.py

#!/usr/bin/env python from distutils.core import setup setup(name="a2dp-python", version="0.62", description="partial realization of A2DP, AVDTP and AVRCP bluetooth profiles", auth
www.eeworm.com/read/183739/9142456

m jakes_double_channel_gen.m

function Channel_H = Jakes_double_channel_gen(Tx_n, Rx_n, Path_n, fmax, fs, time_slot, Channel_n) % Tx_n : the Tx antenna number % Rx_n : the Rx antenna number % Path_n : multipath except the mai