About 1,270,000 results
Open links in new tab
  1. Convert Signal into a image for deep CNN input - MATLAB

    Apr 7, 2023 · How can i convert a 500x1 signal into a 100x100 matrix that will become an image with significant info input for the CNN? I thought something like this M=zeros(100,100);

  2. Converting 1d signal to 2d image - MATLAB Answers - MathWorks

    Dec 15, 2022 · Hello, I would like to ask how can I convert 1d signal to timeseries image, which will be used as CNN input? Atatched schema is presenting this operation.

  3. Converting Signals to 2D Images for Deep Learning Applications

    May 3, 2023 · For quick use, please copy the complete code displayed below and change the parameters (dummy and resolution) according to your requirements. self.resolution = …

  4. matlab - Signal conversion in Image Processing - Stack Overflow

    Nov 12, 2020 · How can I solve this question in matlab and how do we find the answer? I tried this code: r1= input('enter r1: '); r2= input('enter r2:'); s1= input('enter s1:'); s2= input('enter s2:'); …

  5. Convert signal to image?? - MATLAB Answers - MATLAB

    Nov 5, 2012 · Use spectogram functions of signal to convert as an image. I guess you need this method to process images using deep learning. It should be noted that you must segment the …

  6. Converting a set of audio signals to images and saving them.

    Feb 6, 2023 · I want to do spectral conversion on my audio signals and then save the output images somewhere else. But I don't know how to read and write in the images. % make a list …

  7. how to convert signal into 2D image gray scale - MATLAB

    Oct 29, 2020 · If the code is designed for color images, then take your grayscale images and repmat(GRAYSCALE,[1 1 3]) to get a color image and process it through the code. However, …

  8. How can I convert an image to a signal to process it?

    Jul 10, 2012 · I have a grayscale image that contains an EKG, I need to convert that image into a signal (one dimensional array) to make a correlation with another signal. How I can do that?

  9. How do I convert receive signal matrix to an image?

    Aug 14, 2013 · Your 3D array is already an image - a volumetric image. If you want, you can look at x-y, x-z, or y-z slices through it. For example. xyImage = your3DArray (:,:,42); % Extract …

  10. How to Convert data into Image using Matlab

    Sep 8, 2022 · I have the following data, I have written a code to convert the data into Image. But when i round the values the Image does not same as the plot, I am doing round because each …

  11. Some results have been removed
Refresh