photo

Brian Ogilvie

MathWorks

Last seen: 6 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
5 个回答

Cody

0 个问题
1 个答案

排名
5,956
of 300,028

声誉
8

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,860

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
117,845
of 167,043

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Solver
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Is the SURF algorithm implemented in MATLAB HDL friendly?
Hi Sonali & Armin, Did you know that MathWorks has a toolbox that, along with HDL Coder, allows you to generate Verilog or VHDL...

5 years 前 | 0

已回答
Hdl black and white image blob analysis
Hello Ismail, Traditional blob analysis is not efficient on FPGAs due to the multipass nature of the algorithm. For real-time ...

6 years 前 | 0

| 已接受

已解决


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

8 years 前

已回答
Generate HDL code from SVM function in Matlab.
Hi Mohamed, The SVM function or ClassificationSVM object are not directly supported for HDL code generation but you can build...

8 years 前 | 0

已回答
How to get 2D matrix of pixels from visionhdl.frame2pixels to operate with blocks?
Hi Vladislav The output of the Vision HDL Toolbox is a pixel stream that can be realized in an FPGA or ASIC using VHDL or Ver...

9 years 前 | 0

已回答
What does the LineBufferSize property of Median Filter actually mean?
Hi Vladislav, Yes, you have correctly understood the LineBufferSize property for the Median Filter. It is the length of t...

9 years 前 | 0

| 已接受