Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: fourier transform

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post fourier transform

    Hey guys, i was reading a book about the workings of internet and i came across the physical layer, where it is said that with the help of fourier transformation the signal from a function is transformed into a box graph, so that you only get 0s and 1s. But i have no idea how that is done and how i would program that, so if anybody has any clue how to do it or knows a webpage i would be really gratefull


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: fourier transform

    Digital signals are by default 1s and 0s.

    When you say, "i have no idea how that is done and how i would program that," what specifically are you trying to do?

  3. #3
    Junior Member
    Join Date
    Sep 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: fourier transform

    I would like to create a website with a java program, where you would write a function i.e. f(x)=sin(2*x), and the function would be plotted. Another graph would be plotted at the same time, just transformed with the help of fouriers transform to a box function, representing 0 and 1.
    The problem is that i do not have sufficient math knowladge to know hot to do that, i do not know the way how you get from one function to another...

    I would be very gratefull for any help, at least pushing me to a website where i could see how it is done... Than you

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: fourier transform

    Sometimes what we imagine and want to do requires us to wait until our knowledge/age/maturity/parents/etc. allows us. Or, we just use the Netbeans GUIBuilder.

    There are a couple sites like this one that should impress you and inspire you to learn the math and physics (or reverse that) to write similar applications. Very cool, lots of fun.

    Keep coding! Well, in your case, Start coding!

Similar Threads

  1. Transform file into java applet using Graphics
    By radulescuiulia in forum Java Theory & Questions
    Replies: 3
    Last Post: July 2nd, 2013, 02:53 PM
  2. Discrete Cosine transform(dct)
    By skillet in forum AWT / Java Swing
    Replies: 0
    Last Post: April 7th, 2012, 11:52 PM
  3. help please with code for inverse radon transform
    By sc3105 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 29th, 2011, 11:17 PM
  4. how to transform an html file to a web site in java
    By nasi in forum Java Theory & Questions
    Replies: 9
    Last Post: March 28th, 2010, 11:06 PM