Code covered by the BSD License
-
BERtheoretical(v_EbN0_dB,n_mo...
-
ReedSolomon(random,codeRS,Tx)...
-
TestBW (G,SUI,n_mod_type,samp...
-
TestCP(n_mod_type,SUI,samples...
-
TestChannels(n_mod_type,G,sam...
-
TestEncode(n_mod_type,G,SUI,s...
-
TestMods (G,SUI,samples,BW,fi...
-
[tap_variances,L,Dop]=CIRpowe...
-
bit_symbol(M,type,M1,M2)
-
channelSUI(N_SUI,G,BW)
-
createsymbol (pilots,data)
-
cyclic(symbol_ofdm,G,Tx);
-
decoder (pilots_tx,data_tx,sy...
-
draw(graphic,value,v_EbN0_dB,...
-
encoder (data_in,codeRS,templ...
-
estimatechannel(pilot_tx,data...
-
extract_data(symbol_ofdm_rx,v...
-
fadingcoeff=genh(I,v,Dop,tb)
-
find_index(num,table)
-
generatedata(n_mod_type,rate,...
-
generatepilot (n_symbol,Tx)
-
gray2bi( g )
-
graytable(K)
-
interleaving(data_convolution...
-
mapping( data_interleaving, n...
-
noise(symbolRx,SNR,n_mod_type...
-
parameters_SUI(N_SUI);
-
parameters_constellation(n_mo...
-
pb_pam_koh_ray (EbN0db,M,L,ma...
-
pb_psk_koh_ray (EbN0db,M,L,ma...
-
pb_qam_koh_ray (EbN0db,M,L,ma...
-
random(msg,BSID,DIUC,Frame);
-
receiver (symbolTx,G);
-
substrleft(k,pam)
-
systems (SNR,n_mod_type,G,N_S...
-
transmitter (pilot_mapping,da...
-
viterbi(msg,template,Tx);
-
bin_coef.m
-
wimax.m
-
View all files
|
|
| bin_coef.m |
% ##############################################################################
% ## bin_coef.m: Berechnung des Binomialkoeffizienten n ueber k ##
% ##############################################################################
%
% Aufruf: [n_over_k]=bin_coef(n,k);
%
% Eingabe: n = Vektor
% k = Vektor der gleichen Laenge wie n
%
% Ausgabe: n_over_k = Vektor mit Binomialkoeffizienten
%
% Author: Heiko Schmidt (University of Bremen)
% Project: ---
% Date: 25-Aug-1999
% Last modified: 30-Aug-1999
% Matlab Version: 5.3
%
% Copyright (c) Department of Telecommunications / University of Bremen 1999
% This software is property of University of Bremen. Unauthorized
% duplication and disclosure to third parties is forbidden.
%
% ### EOF ######################################################################
|
|
Contact us at files@mathworks.com