photo

Dr W Kurt


Last seen: 約1年 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
3 回答

ランク
226,139
of 300,753

評判
0

コントリビューション
7 質問
3 回答

回答採用率
42.86%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer
  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


R2024b CodeGen crashes when compiling to C/C++, but .mex no errors. R2018a compiles with no problems.
I recently upgraded to R2024b. This code compiles to .mex or C/C++ without issues using R2018a on a 32gB machine. However, wit...

約1年 前 | 1 件の回答 | 0

1

回答

回答済み
calculate xcorr for some particular lag position
c = xcorr(x,y,[4:12]);

約1年 前 | 0

回答済み
How to separate each tone from DMTF signal stream
DTMF standard simultaneously transmits two tones at the same time. I've attached functions that I've used to generate DTMF tone...

約1年 前 | 0

回答済み
I do not know how to create this complicated SUM equation within MATLAB for multiple variables?
B = [B1, B6]; % Array for B values w = [w1, w6]; % Array for w values lambda = ...; % Define lambda...

約1年 前 | 0

質問


R2024b Codegen runs out of memory. R2018a compiles to .mex and .C++ without issues.
I have cut down a code base to a single function that compiles to .mex and to .cpp just fine using R2018a. However, using R2024...

約1年 前 | 1 件の回答 | 0

1

回答

質問


I have some code that compiles to .mex and to C++ fine in R2018a, but in R2024b, it errors after running out of memory.
I can't post my code on a public place like this. Is there any way this can be done privately? I have looked at coder.config('...

約1年 前 | 1 件の回答 | 0

1

回答

質問


I'm looking for a faster way to roll through a set of indexes into an array by using the bitand() function.
I saw something awhile back that was much faster and as I recall the method was to convert bitand(a,b) a and b to double, then a...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


I am wondering if deep learning training is supported for code generation. I can see how to generate code for using a NNET, but not for the actual training of the NNET.
I used the original Neural Network Toolbox extensively. However, the code generation did not work for training the neural netwo...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Errors using codegen when using structure as return values of function
Hi folks, I'm with Northrop Grumman. Here's a function with a structure for input values (PhyInit), and a return value that I ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Does Matlab Coder support object oriented programming (classes, objects)
I have used codegen a lot in the past, but have not used object oriented methods. I need to know if codegen supports classes & ...

2年以上 前 | 1 件の回答 | 0

1

回答