photo

Erick Oberstar


Last seen: Today Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Image Processing, Signal Processing, Controls

Statistics

All
MATLAB Answers

5 Questions
8 Answers

File Exchange

2 Files

RANK
2,499
of 301,204

REPUTATION
25

CONTRIBUTIONS
5 Questions
8 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
13

RANK
12,937 of 21,191

REPUTATION
28

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
12

ALL TIME DOWNLOADS
272

RANK

of 173,368

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Submission
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Submitted


Fourier Series Visualization App
Generates 3D plot of the Fourier Series of an input waveform to allow visualization of both time domain and frequency domain

1 day ago | 7 downloads |

0.0 / 5
Thumbnail

Question


How to generate verilog with simulink and run it in a hierarchical block Qspice.
I've been exploring running spice hierarchical blocks and have had success utilizing discrete controller code implemented in bot...

8 months ago | 1 answer | 0

1

answer

Question


Cursor jumping behavior in live script in 2024a
I have a large live script I'm working on and when editing down towards the bottom the cursor position seems tolike to jump to t...

2 years ago | 0 answers | 1

0

answers

Answered
Bode Plot Display All Stability Margins
As of Matlab 2020b I can verify this works for both nyqistplot and bodeplot functions Ts= 0.01 n = [0 0.3680 0.2640]; d = [1....

4 years ago | 0

Answered
How can you turn on 'All Stability Margins' when using the 'bode' function via script?
As of Matlab 2020b I can verify this works for both nyqistplot and bodeplot functions Ts= 0.01 n = [0 0.3680 0.2640]; d = [...

4 years ago | 1

Answered
What have I suppose to do ? While installing B&R on Matlab I get this : Automation Studio TArget For Simulink: Matlab Abort - b&r Automation Studio Target for Simulink can not register. please reinstall target
I was getting the same error - I turns out I hadn't installed a supported compiler yet. I thought I had matlab install the MinGW...

4 years ago | 1

Answered
Linewidth for function step?
This technique works for step, impulse, nyquist, and bode plots LineWidth = 3; s = tf(s) sys = 1/(s+1) figure; step/impulse/...

5 years ago | 7

Question


Indexing question for member variables of opticalFlow collected into an MxN cell array
I am attempting to find the maximum value over alll member variables (PxQ) for a multidimensional set of MxN opticalFlow system ...

5 years ago | 1 answer | 0

1

answer

Question


Issue Saving image with text overlay to png
I am having issues saving an image that has been displayed in a figure, with a couple markers plotted at specific coordinates an...

6 years ago | 4 answers | 0

4

answers

Answered
Strange results with xcorr
XCORR wants zero mean inputs - remove the DC offset and I suspect your results will be more inline with what you expect. You ma...

7 years ago | 3

Question


Confusion on image guided filter behavior with odd versus even neighborhood sizes with same 'DegreeofSmoothing'
Why does the image guided filter implemented in Matlab 2014 and newer seem to have a nonlinear filtration affect in edge regions...

10 years ago | 0 answers | 0

0

answers

Submitted


Floating Point to Fixed Point & Fixed Point to Floating Point Conversion Utilities
Convert numbers to/from fixed point/floating point automatically or under user specification.

10 years ago | 2 downloads |

0.0 / 5

Answered
How do I check if a file on a website exists?
you can use urlread also [str,status] = urlread('http://www.mywebsite.com/images/1.png'); if status IMG = imre...

10 years ago | 0

Answered
Modelling of Robot contact with object
I'm working on a compliant contact problem similar to this and the models outlined here may provide some insight. http://www.ara...

11 years ago | 0

Answered
Why does dicomread crash when reading certain DICOM CT Images?
Scott, I have the same issue - but it cropped up when writing a utility to compress dicoms that contain fluoroscopic time ser...

11 years ago | 0