Recent content by hilman

  1. H

    What is the meaning of 'trailing newline is stripped'?

    I'm sorry because I forgot. I think it was python because I was just doing some fast reading. Anyway, I think I do got the point. Thanks.
  2. H

    What is the meaning of 'trailing newline is stripped'?

    This is a term I found in a programming tutorial. Since English is not my first language, and this term is also kind of a computer term, I am not so clear with the meaning. Can someone explain it to me? Thanks.
  3. H

    What I need for image processing programming?

    I don't really know actually. I am actually a beginner. From the look at it, maybe I will need to do it in C (based on my conversation with my lecturer since my senior is doing it in C if I am not mistaken). So, about the programming language itself, I think I can think about it later. But what...
  4. H

    What I need for image processing programming?

    I am new to image processing and going serious from now on (as part of my research). I am a Mac user. What program is the best for image processing? What the difference between Xcode and Microsoft Window Visual, which one is better and does OpenCV can works with both of them? What kind of...
  5. H

    Translating from Japanese: residue in capacitor?

    I guess I have figured it out. I have asked my Japanese friend, and it turns out it is referring to 'Residual Impedance'. The Japanese terms I've shown to you guys is kinda like the other rare term of saying it in Japanese. And it should be as the frequency increases, the residual impedance of...
  6. H

    Translating from Japanese: residue in capacitor?

    So, I have made an experiment of a low pass filter, and made a bode plot out of it. My experiment was done 100 percent in Japanese and this means I cannot understand completely the experiment I have done. So, there is a statement there saying the higher the frequency of the input voltage, the...
  7. H

    Xcode "Thread 1: EXC_BAD_ACCESS" error

    Thank you guys! Although I am still not very sure what is happening, I do get the picture. So, I think I should tell the Xcode where to locate the file first?
  8. H

    Xcode "Thread 1: EXC_BAD_ACCESS" error

    Between, I have added this line if (fp) { fread(header,1,54,fp); fread(img_work,1,width*height*3,fp); fclose(fp); } and the code suddenly works (I still didn't test until the end of the code yet). Why with that?
  9. H

    Xcode "Thread 1: EXC_BAD_ACCESS" error

    Actually I am expecting the Xcode to know that the file is the same directory as my code. So, How should I fix this? I am really a beginner so pardon me.
  10. H

    Xcode "Thread 1: EXC_BAD_ACCESS" error

    Nope. Still same error displaying.
  11. H

    Xcode "Thread 1: EXC_BAD_ACCESS" error

    So, I was making this simple image processing programming for the bitmap image. Like the image I upload here, that Thread 1: EXC_BAD_ACCESS occurred although the program can perfectly running when I run it on Mac Terminal and on Windows. What seems to be the problem? Since my English is not my...
  12. H

    Help with spatial resolution conversion programming (bmp image)

    Sorry for the late reply. I have managed to solve the problem. Sorry for the bad code up here. I've post it when I was really really busy back then...
  13. H

    Help with spatial resolution conversion programming (bmp image)

    Hello guys. I want to ask something about simple spatial resolution manipulating just by using c language. I have done my programming below, it managed to be compiled but for some reasons the program stucked in the middle when I try to run it. Really hope you guys can help. I am extremely...
  14. H

    Need explanation on Laplace Transform and Fourier Transform

    Hello guys. I need an easy explanation regarding Laplace Transform and Fourier Transform. I know it is quite a mathematics question but I need an explanation in which it has something to do with engineering. I already search a bit about them but still cannot find and explanation that easy enough...
  15. H

    Why s is substitute with jw in transfer function?

    Wow, I like your answer. I am still a beginner in this kind of things and I can understand most of your answer. But one question. What is exactly a linear system? Thanks in advance
Back
Top