photodiode configuration and signal mismatch
16 次查看(过去 30 天)
显示 更早的评论
Main aim, I want to transmit signal from LED to Photodiode. So I have designed a basic diagram in Simulink.
But it shows some error message that
Error compiling Simscape network for model untitled.
Caused by:
- ['untitled/Photodiode']: Type mismatch in signal connection to W. Source signal type is {[1x1 double], 'W'} and destination signal type is {[1x1 double], 'W/m^2'}.
- Light_Emitting_Diode.W = {[1x1 double], 'kW'}
- Photodiode.W = {[1x1 double], 'kg/s^3'}
Please help me out to configure to match the signal.
Kindly refer to attached figure.
Parameters:
LED: 1) Battery 6V
Photodiode: 1) Battery 6V 2) Res= 100Ohms
Thank you
1 个评论
Jyotsna Talluri
2020-6-9
Can you attch your model instead of sharing screenshot so that I can simulate and reproduce the error
采纳的回答
Joel Van Sickel
2020-8-4
Hello Vasavi,
your problem makes sense at it would seem those two blocks were designed to work together, unfortunately, they weren't. Those signals are 2 different units. The output of the LED is in watts, while the input of the photodiode in watts per meter squared. You need to divide the output of the LED by meters squared. you could do this using a PS gain block and set units to 1/m/m. However, you probably need to pick a small area for this to work.
Here is an example of a photodiode being used:
Regards,
Joel
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Power Converters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!