搜索资源列表
普通端射阵天线的matlab程序
- 普通端射阵天线的matlab程序 clear; f=3e10; lamda=(3e8)/f; beta=2.*pi/lamda; n=10; t=0:0.01:2*pi; d=lamda/4; W=beta.*d.*cos(t); z1=((n/2).* W)-n/2*beta*d; z2=((1/2).* W)-1/2*beta*d; F1=sin(z1)./(n.*sin(z2)); K1=abs(F1); polar(t,K1) ;
Polar Code Encoder and Decoder
- Polar Code Encoder and Decoder Matlab,含有与C++的混编程序 论文作者亲自编写的程序
matlab-sanwei-hanshu
- matlab 极坐标图形的绘制、三维曲线、三维网格、三维阴表面明图-matlab polar graphics rendering, three-dimensional curves, three-dimensional grid, three-dimensional surface Ming Yin Figure
3Dpolar
- 在MATLAB平台下,如何画三维极坐标图。 源码以及说明-3D-polar plot function in matlab but it is not included in MATLAB HELP
topolar
- 在matlab上实现图像同二维直角坐标系转化为极坐标秒的算法.-In matlab to achieve images with two-dimensional Cartesian coordinate system into polar coordinates algorithm seconds.
Polar
- 改进极坐标绘图,扩展一些功能,进行一些极坐标参数的改变-polar
POLAR
- a matlab program is on polar code in matlab environmental. this code is very good to optimize.-a matlab program is on polar code in matlab environmental. this code is very good to optimize.
polar_dB
- this matlab code is about polar-db. this program is very good to polrize .
rect-polar-tfrm
- log-polar transformation of image using matlab
polar
- GUI for different line codes
floc
- 本程序为零序电流小波变换求首波头极性及模值大小原理:故障线路的波头极性与非故障线路相反。-This procedure is zero sequence current first wave wavelet transform modulus of the first polarity and the size principle: the first wave of fault lines fault lines and non-polar opposite.
POLAR
- matlab写的二维天线仿真,可获得场图,功率图,包括DB和线性尺寸的。- This interactive MATLAB program is used to plot two-dimensional (2-D)polar.And The program can plot any of the following: 1. Field pattern (linear scale) 2. Power pattern (linear scale) 3. Power pattern (in dB
polar代码MATLAB (1)
- 该部分的主要功能是完成polar码的信道选择,编码和SC译码的matlab代码。(The main function of this part is to complete the polar code channel selection, coding and SC decoding matlab code.)
Polar-Codes-Software-Matlab--master
- 极化码matlab仿真程序,包含各种译码方法(sc译码,scl译码,crc校验scl译码)(matlab simulation of polar codes)
GA
- 极化编码的信道挑选算法,高斯近似算法,matlab(Polar code channel selection algorithm, Gauss approximation algorithm, matlab)
polar-codes
- 极化码编解码程序,其中包括了连续消除译码算法的译码程序(polar coding and decoding)
Polar-Codes-New
- 有关极化码的matlab语言的实现程序,其中包含了编码与译码(polar coding and decoding)
polar-3gpp-matlab-master
- polar codes polar-3gpp-matlab-master
polar-3gpp-matlab
- This code is intended to provide a reference model for the standard and has been written with a focus on correctness, rather than on simulation speed. This code is also intended to provide a platform for research on enhancements to the New Radio pola
Polar Code Encoder and Decoder
- Polar Code 编码解码函数 使用matlab实现(Polar Code Encoder and Decoder)