搜索结果

找到约 1,986 项符合 BE 的查询结果

按分类筛选

显示更多分类

Windows Mobile There is an example of how to use the LDPC encode/decode with AWGN channel model in files .ldpc_de

There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest checking out matri ...
https://www.eeworm.com/dl/677/199088.html
下载: 166
查看: 1059

其他 Problem Statement You are given a string input. You are to find the longest substring of input su

Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameter ...
https://www.eeworm.com/dl/534/199662.html
下载: 68
查看: 1164

人工智能/神经网络 If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each

If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
https://www.eeworm.com/dl/650/200435.html
下载: 161
查看: 1083

数学计算 Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary

Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
https://www.eeworm.com/dl/641/200438.html
下载: 142
查看: 1166

单片机开发 * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.

* "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.msstate.edu, Mississippi State University) * IN NO EVENT SHALL THE "AUTHOR" BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT * OF THE USE OF TH ...
https://www.eeworm.com/dl/648/200738.html
下载: 24
查看: 1050

其他书籍 Verilog and VHDL状态机设计

Verilog and VHDL状态机设计,英文pdf格式 State machine design techniques for Verilog and VHDL Abstract : Designing a synchronous finite state Another way of organizing a state machine (FSM) is a common task for a digital logic only one logic block as shown in engineer. This paper will discuss a var ...
https://www.eeworm.com/dl/542/200846.html
下载: 145
查看: 1043

其他 This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a

This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding.
https://www.eeworm.com/dl/534/201818.html
下载: 105
查看: 1053

其他嵌入式/单片机内容 This getting started exercise will guide you through the step-by-step process of transforming a MATL

This getting started exercise will guide you through the step-by-step process of transforming a MATLAB floating-point model into a hardware module that can be implemented in silicon (FPGA or ASIC). The design is a general purpose FIR filter taken from the AccelDSP Examples directory.
https://www.eeworm.com/dl/687/202421.html
下载: 74
查看: 1066

其他嵌入式/单片机内容 Often it is necessary to add some logical control to a MATLAB algorithm to allow the generated hardw

Often it is necessary to add some logical control to a MATLAB algorithm to allow the generated hardware to function correctly in the overall system. This lab exercise will explore how hardware control can be added to a MATLAB algorithm and synthesized using AccelDSP Synthesis.
https://www.eeworm.com/dl/687/202431.html
下载: 131
查看: 1073

其他嵌入式/单片机内容 The MATLAB coding style, project options and synthesis directives can have a significant effect on t

The MATLAB coding style, project options and synthesis directives can have a significant effect on the final results. Knowledge about how a particular algorithm should be implemented in hardware can be reflected in the MATLAB code to improve the results. In doing so, the MATLAB loses a bit of its ab ...
https://www.eeworm.com/dl/687/202432.html
下载: 165
查看: 1039