代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/383750/2614483
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k for input number
channel_input=[];
%n for output number
n=size(G,1);
G_2=size(G,2);
if rem(size(G,2),k)~=0
error('Size of G a
www.eeworm.com/read/382925/2623541
prj encoder_1553.prj
#-- Synplicity, Inc.
#-- Version 7.5
#-- Project file C:\1553\synthesis\EC\synplify\encoder_1553.prj
#-- Written on Sun Jun 27 18:44:44 2004
#add_file options
add_file -verilog "C:/155
www.eeworm.com/read/382925/2623542
sdc encoder_1553.sdc
# Synplicity, Inc. constraint file
# C:\1553\syn\encoder_1553.sdc
# Written on Thu Dec 18 10:50:20 2003
# by Synplify Pro, 7.3.3 Scope Editor
#
# Clocks
#
define_clock -name {
www.eeworm.com/read/376218/2711921
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k为输入位数
channel_input=[];
n=size(G,1);%n为输出位数,生成矩阵G的行数
G_2=size(G,2);%G_2 生成矩阵G的列数
%检查生成矩阵的列数和输入序列是否是k的倍数
if rem(size(G,2),k)~=0
www.eeworm.com/read/376218/2711936
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k为输入位数
channel_input=[];
n=size(G,1);%n为输出位数,生成矩阵G的行数
G_2=size(G,2);%G_2 生成矩阵G的列数
%检查生成矩阵的列数和输入序列是否是k的倍数
if rem(size(G,2),k)~=0
www.eeworm.com/read/376218/2711953
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k for input number
channel_input=[];
%n for output number
n=size(G,1);
G_2=size(G,2);
if rem(size(G,2),k)~=0
error('Size of G a
www.eeworm.com/read/373367/2764776
py gen_encoder.py
#!/usr/bin/python
#
# Copyright 2002 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of t
www.eeworm.com/read/362989/2924525
h video_encoder.h
#ifndef _LINUX_VIDEO_ENCODER_H
#define _LINUX_VIDEO_ENCODER_H
struct video_encoder_capability { /* this name is too long */
__u32 flags;
#define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
#defi
www.eeworm.com/read/358128/3005603
3 encode::encoder.3
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sh \" Subsection heading
.br
www.eeworm.com/read/357083/3030274
h video_encoder.h
#ifndef _LINUX_VIDEO_ENCODER_H
#define _LINUX_VIDEO_ENCODER_H
struct video_encoder_capability { /* this name is too long */
__u32 flags;
#define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
#defi