Click here to Skip to main content
15,900,973 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I am working on a program
that will be able to read from an imput
that will send out a signal
that will run this logic
updated every minute

if signal a is greater than value thr
then value ts gets +1 and output signal b gets 1
if signal a is > value of signal a-1minute then
output signal b gets 1

else
output value b gets 0

during this logic I want to have the time displayed display the value of signal a and the value of ts displayed

I have worked out how to do this in VHDL but the equipment that I am using for this project works with C. I am still a newbi at programming in c, so any help would be appreciated.
Posted
Comments
Sergey Alexandrovich Kryukov 5-Oct-12 19:02pm    
This is not a question; the problem is also not formulated. What, no code sample?
--SA
AmitGajjar 5-Oct-12 22:00pm    
You have formulated almost good algorithm. just try some code and post your query.

1 solution

I think this code will do the trick:

C++
#include <stdio.h>
main(int t,char _,char *a)
{
return!0<t?t<3?main(-79,-13,a+main(-87,1-_,main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94, -27+t, a )&&t== 2 ?_<13 ?main ( 2, _+1, "%s %d %d\n" ):9:16:t<0?t<-72?main(_,t,"@n'+,#'/*{}w+/w#cdnr/+,{}r/*de}+,/*{*+,/w{%+,/w#q#n+,/#{l,+,/n{n+\,/+#n+,/#;#q#n+,/+k#;*+,/'r :'d*'3,}{w+K w'K:'+}e#';dq#'l q#'+d'K#!/\+k#;q#'r}eKK#}w'r}eKK{nl]'/#;#q#n'){)#}w'){){nl]'/+#n';d}rw' i;# ){n\l]!/n{n#'; r{#w'r nc{nl]'/#{l,+'K {rw' iK{;[{nl]'/w#q#\ n'wk nw'iwk{KK{nl]!/w{%'l##w#' i; :{nl]'/*{q#'ld;r'}{nlwb!/*de}'c \;;{nl'-{}rw]'/+,}##'*}#nc,',#nw]'/+kd'+e}+;\#'rdq#w! nr'/ ') }+}{rl#'{n' ')# }'+}##(!!/") :t<-50?_==*a?putchar(a[31]):main(-65,_,a+1):main((*a == '/')+t,_,a+1 ):0<t?main ( 2, 2 , "%s"):*a=='/'||main(0,main(-61,*a, "!ek;dc \i@bK'(q)-[w]*%n+r3#l,{}:\nuwloca-O;m .vpbks,fxntdCeghiry"),a+1);
}


source
 
Share this answer
 
v2
Comments
enhzflep 10-Oct-12 1:07am    
Haha haha haha haha Haha haha haha haha Haha haha haha haha Haha haha haha haha Haha
haha haha haha Haha haha haha haha Haha haha haha haha Haha haha haha haha Haha haha
haha haha Haha haha haha haha Haha haha haha haha Haha haha haha haha Haha haha haha
haha Haha haha haha haha Haha haha haha haha Haha haha haha haha Haha haha haha haha


That's elephanting brilliant! Despite my in-trepidation, and guess that it would just blow-up from infinite recursion, I built and ran - it did nothing of the sort. That's nothing short of the best thing I've read all month.

Have a well-deserved +5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900