Rarity Brown
Followers: 0 Following: 0
Feeds
提问
Seeking Guidance on Auto-Generating Verilog Code for ASIC Simulation with HDL Coder and Deep Learning HDL Toolbox
I am currently working on an ASIC design project and have both HDL Coder and the Deep Learning HDL Toolbox installed. I need to ...
3 months 前 | 2 个回答 | 0
2
个回答提问
Graphics Incompatibilities in Control System Toolbox between R2024a and R2024b
A1 = 1; wp1 = 10; A2 = -2; wp2 = 20; s = tf('s'); H1 = A1 / (1 + s/wp1); H2 = A2 / (1 + s/wp2); H = H1 + H2; figure; ...
4 months 前 | 3 个回答 | 0
3
个回答提问
The combine(S) and horner(p) functions did not work as expected?
Code: clear i syms C_F C_L C_GS g_m R_L omega positive s = i*omega; Y_in=(1-(s*C_F-g_m)/(1/R_L+s*C_F+s*C_L))*s*C_F+s*C_GS ...
6 months 前 | 0 个回答 | 0